Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Mar 6, 2023
1 parent 5e5a4bc commit 80abde9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<version>0.1</version>
</parent>
<artifactId>rxjava2-jdbc-parent</artifactId>
<version>0.2.13-SNAPSHOT</version>
<version>0.2.13</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<url>http://github.com/davidmoten/rxjava2-jdbc</url>
Expand Down Expand Up @@ -81,7 +81,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>0.2.4</tag>
<tag>0.2.13</tag>
</scm>
<modules>
<module>rxjava2-jdbc-stored-procedure</module>
Expand Down
2 changes: 1 addition & 1 deletion rxjava2-jdbc-kotlin-example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava2-jdbc-parent</artifactId>
<version>0.2.13-SNAPSHOT</version>
<version>0.2.13</version>
</parent>
<artifactId>rxjava2-jdbc-kotlin-example</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion rxjava2-jdbc-stored-procedure/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava2-jdbc-parent</artifactId>
<version>0.2.13-SNAPSHOT</version>
<version>0.2.13</version>
</parent>
<artifactId>rxjava2-jdbc-stored-procedure</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion rxjava2-jdbc/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava2-jdbc-parent</artifactId>
<version>0.2.13-SNAPSHOT</version>
<version>0.2.13</version>
</parent>
<artifactId>rxjava2-jdbc</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion rxjava2-pool/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava2-jdbc-parent</artifactId>
<version>0.2.13-SNAPSHOT</version>
<version>0.2.13</version>
</parent>
<artifactId>rxjava2-pool</artifactId>

Expand Down

0 comments on commit 80abde9

Please sign in to comment.