Skip to content

Commit 01c3395

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 35ad15f commit 01c3395

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.asynchttpclient</groupId>
2020
<artifactId>async-http-client-project</artifactId>
21-
<version>3.0.13</version>
21+
<version>3.0.14-SNAPSHOT</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.asynchttpclient</groupId>
2121
<artifactId>async-http-client-project</artifactId>
22-
<version>3.0.13</version>
22+
<version>3.0.14-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<name>AHC/Project</name>
@@ -74,7 +74,7 @@
7474
<connection>scm:git:https://github.com/AsyncHttpClient/async-http-client.git</connection>
7575
<developerConnection>scm:git:https://github.com/AsyncHttpClient/async-http-client.git</developerConnection>
7676
<url>https://github.com/AsyncHttpClient/async-http-client/tree/main</url>
77-
<tag>async-http-client-project-3.0.13</tag>
77+
<tag>HEAD</tag>
7878
</scm>
7979

8080
<distributionManagement>

0 commit comments

Comments
 (0)