Skip to content

Commit

Permalink
Setup v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Oct 11, 2018
1 parent 23d18b8 commit 458be9a
Show file tree
Hide file tree
Showing 5 changed files with 7 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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
<packaging>jar</packaging>

<name>BASIL :: Integration Tests</name>

<description>Integration Tests</description>

<parent>
<groupId>basil</groupId>
<artifactId>parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../parent</relativePath>
</parent>

Expand All @@ -35,7 +34,7 @@

<!-- Test user/pwd to be used (created if db.init is true) -->
<test.server.user>test</test.server.user>
<test.server.pwd>testpwd</test.server.pwd>
<test.server.pwd>test</test.server.pwd>

<!-- Log4J Configuration -->
<log4j.configurationFile>src/test/resources/log4j2.xml</log4j.configurationFile>
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.5.0-SNAPSHOT</version>
<version>0.5.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.5.0-SNAPSHOT</basil.version>
<basil.version>0.5.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 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.5.0-SNAPSHOT</version>
<version>0.5.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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>basil-server</artifactId>
Expand Down

0 comments on commit 458be9a

Please sign in to comment.