Skip to content

Commit

Permalink
Preparing release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Aug 8, 2020
1 parent b0ede52 commit 7744073
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion basil/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>

<name>BASIL :: Parent</name>
Expand All @@ -26,7 +26,7 @@
<shiro.version>1.4.2</shiro.version>

<!-- basil version -->
<basil.version>0.6.0-SNAPSHOT</basil.version>
<basil.version>0.6.0</basil.version>

<!-- github server corresponds to entry in ~/.m2/settings.xml -->
<github.global.server>github</github.global.server>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>parent</relativePath>
</parent>
<name>BASIL :: Reactor</name>
Expand Down
2 changes: 1 addition & 1 deletion rendering/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>rendering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/run.sh
Expand Up @@ -2,6 +2,6 @@

DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $DIR
java -jar -Dbasil.configurationFile=../basil.ini -Dlog4j.configurationFile=src/test/resources/log4j2.xml target/basil-server-0.5.0-SNAPSHOT.jar -p 8080
java -jar -Dbasil.configurationFile=../basil.ini -Dlog4j.configurationFile=src/test/resources/log4j2.xml target/basil-server-0.6.0.jar -p 8080


0 comments on commit 7744073

Please sign in to comment.