Skip to content

Commit

Permalink
update more URLs pointing to www.bottlecaps.de
Browse files Browse the repository at this point in the history
  • Loading branch information
GuntherRademacher committed Jan 6, 2024
1 parent 9b59e81 commit 411b9ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ some parser generator input notations, can be converted to W3C-style using

RR comes as a .zip, containing a .war file. The .war file can be deployed
in servlet containers like Tomcat or Jetty for serving the GUI. This makes up the webapp
that is running on the original website, <https://bottlecaps.de/rr/ui>.
that is running on the original website, <https://www.bottlecaps.de/rr/ui>.

The .war file is a Java "executable war", i.e. it can also be started
standalone from command line. Two different tasks can be performed in standalone mode:
Expand Down Expand Up @@ -77,12 +77,12 @@ RR is released under the [Apache 2 License][ASL].

## Links

The official website for RR is <https://bottlecaps.de/rr/ui>.
The official website for RR is <https://www.bottlecaps.de/rr/ui>.

[ASL]: http://www.apache.org/licenses/LICENSE-2.0
[PYTHON]: https://docs.python.org/3/reference/grammar.html
[W3C-EBNF]: http://www.w3.org/TR/2010/REC-xquery-20101214/#EBNFNotation
[CONVERT]: http://bottlecaps.de/convert/
[CONVERT]: http://www.bottlecaps.de/convert/
[SAXON]: http://www.saxonica.com/products/products.xml
[TAGSOUP]: https://search.maven.org/artifact/org.ccil.cowan.tagsoup/tagsoup/1.2.1/jar
[BATIK]: https://xmlgraphics.apache.org/batik/
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
defaultTasks 'build'
build.dependsOn 'distZip'

version = '2.1'
version = '2.2-SNAPSHOT'
group = 'de.bottlecaps.rr'
def buildTime = new Date()
def aceVersion = '1.32.3'
Expand Down Expand Up @@ -193,7 +193,7 @@ void configureMetadata(MavenPublication mavenPublication) {
pom {
name = groupId + ':' + artifactId
description = 'Railroad diagram generator'
url = 'https://bottlecaps.de/rr/ui'
url = 'https://www.bottlecaps.de/rr/ui'
licenses {
license {
name = 'Apache-2.0'
Expand All @@ -205,7 +205,7 @@ void configureMetadata(MavenPublication mavenPublication) {
name = 'Gunther Rademacher'
email = 'grd@gmx.net'
organization = 'Gunther Rademacher'
organizationUrl = 'https://bottlecaps.de/'
organizationUrl = 'https://www.bottlecaps.de/'
}
}
scm {
Expand Down

0 comments on commit 411b9ad

Please sign in to comment.