Skip to content

Commit 6c07d5e

Browse files
committed
[maven-release-plugin] prepare release 0.2.9
1 parent 1e8eb49 commit 6c07d5e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>0.1</version>
1010
</parent>
1111
<artifactId>rxjava2-jdbc-parent</artifactId>
12-
<version>0.2.9-SNAPSHOT</version>
12+
<version>0.2.9</version>
1313
<name>${project.artifactId}</name>
1414
<packaging>pom</packaging>
1515
<url>http://github.com/davidmoten/rxjava2-jdbc</url>
@@ -80,7 +80,7 @@
8080
<connection>${scm.url}</connection>
8181
<developerConnection>${scm.url}</developerConnection>
8282
<url>${scm.url}</url>
83-
<tag>0.2.4</tag>
83+
<tag>0.2.9</tag>
8484
</scm>
8585
<modules>
8686
<module>rxjava2-jdbc-stored-procedure</module>

rxjava2-jdbc-kotlin-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>rxjava2-jdbc-parent</artifactId>
8-
<version>0.2.9-SNAPSHOT</version>
8+
<version>0.2.9</version>
99
</parent>
1010
<artifactId>rxjava2-jdbc-kotlin-example</artifactId>
1111

rxjava2-jdbc-stored-procedure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>rxjava2-jdbc-parent</artifactId>
8-
<version>0.2.9-SNAPSHOT</version>
8+
<version>0.2.9</version>
99
</parent>
1010
<artifactId>rxjava2-jdbc-stored-procedure</artifactId>
1111

rxjava2-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>rxjava2-jdbc-parent</artifactId>
8-
<version>0.2.9-SNAPSHOT</version>
8+
<version>0.2.9</version>
99
</parent>
1010
<artifactId>rxjava2-jdbc</artifactId>
1111

rxjava2-pool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.davidmoten</groupId>
77
<artifactId>rxjava2-jdbc-parent</artifactId>
8-
<version>0.2.9-SNAPSHOT</version>
8+
<version>0.2.9</version>
99
</parent>
1010
<artifactId>rxjava2-pool</artifactId>
1111

0 commit comments

Comments
 (0)