Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion rxjava3-jdbc-stored-procedure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava3-jdbc-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>rxjava3-jdbc-stored-procedure</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion rxjava3-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava3-jdbc-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>rxjava3-jdbc</artifactId>

Expand Down

0 comments on commit 30ccaa2

Please sign in to comment.