Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jhannes committed Oct 10, 2024
1 parent 1ee1e73 commit 773b1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jhannes</groupId>
<artifactId>fluent-jdbc</artifactId>
<version>0.5.3</version>
<version>0.5.4-SNAPSHOT</version>

<name>Fluent JDBC library</name>
<description>A Java library used to execute JDBC statements and build SQL</description>
Expand Down Expand Up @@ -224,7 +224,7 @@
<connection>scm:git:https://github.com/jhannes/fluent-jdbc.git</connection>
<developerConnection>scm:git:https://github.com/jhannes/fluent-jdbc.git</developerConnection>
<url>https://github.com/jhannes/fluent-jdbc.git</url>
<tag>fluent-jdbc-0.5.3</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 773b1fe

Please sign in to comment.