Skip to content

Commit

Permalink
Prepared release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Sep 27, 2018
1 parent e1d5067 commit f5dea60
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<name>BASIL :: Parent</name>
Expand All @@ -24,7 +24,7 @@
<org.eclipse.jetty.version>9.3.0.v20150612</org.eclipse.jetty.version>

<!-- basil version -->
<basil.version>0.4.0-SNAPSHOT</basil.version>
<basil.version>0.4.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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>parent</relativePath>
</parent>
<name>BASIL :: Reactor</name>
Expand Down
2 changes: 1 addition & 1 deletion rendering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>rendering</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/run.sh
Original file line number Diff line number Diff line change
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.4.0-SNAPSHOT.jar -p 8080
java -jar -Dbasil.configurationFile=../basil.ini -Dlog4j.configurationFile=src/test/resources/log4j2.xml target/basil-server-0.4.0.jar -p 8080


0 comments on commit f5dea60

Please sign in to comment.