Skip to content

Commit 458be9a

Browse files
committed
Setup v0.5.0
1 parent 23d18b8 commit 458be9a

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

basil/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>basil</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.5.0-SNAPSHOT</version>
9+
<version>0.5.0</version>
1010
<relativePath>../parent</relativePath>
1111
</parent>
1212
<artifactId>basil</artifactId>

it/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
<packaging>jar</packaging>
88

99
<name>BASIL :: Integration Tests</name>
10-
1110
<description>Integration Tests</description>
1211

1312
<parent>
1413
<groupId>basil</groupId>
1514
<artifactId>parent</artifactId>
16-
<version>0.5.0-SNAPSHOT</version>
15+
<version>0.5.0</version>
1716
<relativePath>../parent</relativePath>
1817
</parent>
1918

@@ -35,7 +34,7 @@
3534

3635
<!-- Test user/pwd to be used (created if db.init is true) -->
3736
<test.server.user>test</test.server.user>
38-
<test.server.pwd>testpwd</test.server.pwd>
37+
<test.server.pwd>test</test.server.pwd>
3938

4039
<!-- Log4J Configuration -->
4140
<log4j.configurationFile>src/test/resources/log4j2.xml</log4j.configurationFile>

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>basil</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.5.0-SNAPSHOT</version>
9+
<version>0.5.0</version>
1010
<packaging>pom</packaging>
1111

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

2626
<!-- basil version -->
27-
<basil.version>0.5.0-SNAPSHOT</basil.version>
27+
<basil.version>0.5.0</basil.version>
2828

2929
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
3030
<github.global.server>github</github.global.server>

rendering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>basil</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.5.0-SNAPSHOT</version>
9+
<version>0.5.0</version>
1010
<relativePath>../parent</relativePath>
1111
</parent>
1212
<artifactId>rendering</artifactId>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>basil</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.5.0-SNAPSHOT</version>
9+
<version>0.5.0</version>
1010
<relativePath>../parent</relativePath>
1111
</parent>
1212
<artifactId>basil-server</artifactId>

0 commit comments

Comments
 (0)