Skip to content

Commit c02c4d7

Browse files
committed
[maven-release-plugin] prepare release v3.13.4
1 parent 7dc299b commit c02c4d7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

object-mapper-gson/pom.xml

Lines changed: 1 addition & 1 deletion
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.13.4-SNAPSHOT</version>
8+
<version>3.13.4</version>
99
</parent>
1010

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

object-mapper-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
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.13.4-SNAPSHOT</version>
8+
<version>3.13.4</version>
99
</parent>
1010

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.13.4-SNAPSHOT</version>
7+
<version>3.13.4</version>
88
<name>unirest</name>
99
<description>Parent pom for unirest packages</description>
1010
<url>http://github.com/Kong/unirest-java/</url>
@@ -39,7 +39,7 @@
3939
<url>https://github.com/Kong/unirest-java</url>
4040
<connection>scm:git:[email protected]:Kong/unirest-java.git</connection>
4141
<developerConnection>scm:git:[email protected]:Kong/unirest-java.git</developerConnection>
42-
<tag>HEAD</tag>
42+
<tag>v3.13.4</tag>
4343
</scm>
4444

4545
<developers>

unirest-mocks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.konghq</groupId>
55
<artifactId>unirest-java-parent</artifactId>
6-
<version>3.13.4-SNAPSHOT</version>
6+
<version>3.13.4</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

unirest/pom.xml

Lines changed: 1 addition & 1 deletion
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.13.4-SNAPSHOT</version>
7+
<version>3.13.4</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)