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
shashwata committed Mar 5, 2024
1 parent a887eb8 commit 2a40b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.udaan.r2dbi</groupId>
<artifactId>r2dbi</artifactId>
<version>1.0.0.ALPHA</version>
<version>1.0.1.ALPHA-SNAPSHOT</version>
<packaging>pom</packaging>

<name>A JDBI like client for R2DBC</name>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>git@github.com:udaan-com/r2dbi.git</url>
<tag>r2dbi-1.0.0.ALPHA</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions r2dbi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>com.udaan.r2dbi</groupId>
<artifactId>r2dbi</artifactId>
<version>1.0.0.ALPHA</version>
<version>1.0.1.ALPHA-SNAPSHOT</version>
</parent>

<artifactId>r2dbi-core</artifactId>
<version>1.0.0.ALPHA</version>
<version>1.0.1.ALPHA-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 2a40b39

Please sign in to comment.