Skip to content

Commit a760b93

Browse files
committed
[maven-release-plugin] prepare release v3.13.12
1 parent aa97dfc commit a760b93

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
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.12-SNAPSHOT</version>
8+
<version>3.13.12</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.12-SNAPSHOT</version>
8+
<version>3.13.12</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.12-SNAPSHOT</version>
7+
<version>3.13.12</version>
88
<name>unirest</name>
99
<description>Parent pom for unirest packages</description>
1010
<url>http://github.com/Kong/unirest-java/</url>
@@ -40,7 +40,7 @@
4040
<url>https://github.com/Kong/unirest-java</url>
4141
<connection>scm:git:[email protected]:Kong/unirest-java.git</connection>
4242
<developerConnection>scm:git:[email protected]:Kong/unirest-java.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>v3.13.12</tag>
4444
</scm>
4545

4646
<developers>

unirest-bdd-tests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>unirest-java-parent</artifactId>
75
<groupId>com.konghq</groupId>
8-
<version>3.13.12-SNAPSHOT</version>
6+
<version>3.13.12</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.12-SNAPSHOT</version>
6+
<version>3.13.12</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.12-SNAPSHOT</version>
7+
<version>3.13.12</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)