Skip to content

Commit 97a369e

Browse files
committed
Preparing release 0.3.1
1 parent 2b039d1 commit 97a369e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.3.0</version>
9+
<version>0.3.1</version>
1010
<relativePath>../parent</relativePath>
1111
</parent>
1212
<artifactId>basil</artifactId>

parent/pom.xml

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

66
<groupId>basil</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.3.0</version>
8+
<version>0.3.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>BASIL :: Parent</name>
@@ -23,7 +23,7 @@
2323
<org.eclipse.jetty.version>9.3.0.v20150612</org.eclipse.jetty.version>
2424

2525
<!-- basil version -->
26-
<basil.version>0.3.0</basil.version>
26+
<basil.version>0.3.1</basil.version>
2727
</properties>
2828

2929
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>basil</groupId>
77
<artifactId>reactor</artifactId>
8-
<version>0.3.0</version>
8+
<version>0.3.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>BASIL :: Reactor</name>

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.3.0</version>
9+
<version>0.3.1</version>
1010
<relativePath>../parent</relativePath>
1111
</parent>
1212
<artifactId>basil-server</artifactId>

0 commit comments

Comments
 (0)