Skip to content

Commit d349f8e

Browse files
committed
[maven-release-plugin] prepare release v4.4.2
1 parent 1a888d1 commit d349f8e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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>4.4.2-SNAPSHOT</version>
7+
<version>4.4.2</version>
88
<name>unirest</name>
99
<description>Parent pom for unirest packages</description>
1010
<url>https://github.com/Kong/unirest-java/</url>
@@ -42,7 +42,7 @@
4242
<url>https://github.com/Kong/unirest-java</url>
4343
<connection>scm:git:[email protected]:Kong/unirest-java.git</connection>
4444
<developerConnection>scm:git:[email protected]:Kong/unirest-java.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>v4.4.2</tag>
4646
</scm>
4747

4848
<developers>

unirest-bdd-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>unirest-java-parent</artifactId>
55
<groupId>com.konghq</groupId>
6-
<version>4.4.2-SNAPSHOT</version>
6+
<version>4.4.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

unirest-java-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>unirest-java-parent</artifactId>
55
<groupId>com.konghq</groupId>
6-
<version>4.4.2-SNAPSHOT</version>
6+
<version>4.4.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>unirest-java-bom</artifactId>

unirest-modules-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>4.4.2-SNAPSHOT</version>
8+
<version>4.4.2</version>
99
</parent>
1010

1111
<artifactId>unirest-modules-gson</artifactId>

unirest-modules-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>4.4.2-SNAPSHOT</version>
8+
<version>4.4.2</version>
99
</parent>
1010

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

unirest-modules-mocks/pom.xml

+1-1
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>4.4.2-SNAPSHOT</version>
6+
<version>4.4.2</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

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>4.4.2-SNAPSHOT</version>
7+
<version>4.4.2</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)