Skip to content

Commit dd7afac

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f7d45f7 commit dd7afac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

object-mapper-gson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.konghq</groupId>
77
<artifactId>unirest-java-parent</artifactId>
8-
<version>3.6.01</version>
8+
<version>3.6.02-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>unirest-object-mappers-gson</artifactId>

object-mapper-jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.konghq</groupId>
77
<artifactId>unirest-java-parent</artifactId>
8-
<version>3.6.01</version>
8+
<version>3.6.02-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>unirest-objectmapper-jackson</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.konghq</groupId>
55
<artifactId>unirest-java-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>3.6.01</version>
7+
<version>3.6.02-SNAPSHOT</version>
88
<name>unirest</name>
99
<description>Parent pom for unirest packages</description>
1010
<url>http://github.com/Kong/unirest-java/</url>
@@ -36,7 +36,7 @@
3636
<url>https://github.com/Kong/unirest-java</url>
3737
<connection>scm:git:[email protected]:Kong/unirest-java.git</connection>
3838
<developerConnection>scm:git:[email protected]:Kong/unirest-java.git</developerConnection>
39-
<tag>v3.6.01</tag>
39+
<tag>HEAD</tag>
4040
</scm>
4141

4242
<developers>

unirest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.konghq</groupId>
66
<artifactId>unirest-java-parent</artifactId>
7-
<version>3.6.01</version>
7+
<version>3.6.02-SNAPSHOT</version>
88
</parent>
99

1010
<description>Simplified, lightweight HTTP client library.</description>

0 commit comments

Comments
 (0)