Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Dec 16, 2023
1 parent 55f937a commit 693cbf1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion object-mapper-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-parent</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3</version>
</parent>

<artifactId>unirest-object-mappers-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion object-mapper-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-parent</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3</version>
</parent>

<artifactId>unirest-objectmapper-jackson</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.konghq</groupId>
<artifactId>unirest-java-parent</artifactId>
<packaging>pom</packaging>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3</version>
<name>unirest</name>
<description>Parent pom for unirest packages</description>
<url>http://github.com/Kong/unirest-java/</url>
Expand Down Expand Up @@ -41,7 +41,7 @@
<url>https://github.com/Kong/unirest-java</url>
<connection>scm:git:git@github.com:Kong/unirest-java.git</connection>
<developerConnection>scm:git:git@github.com:Kong/unirest-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.2.3</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion unirest-bdd-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>unirest-java-parent</artifactId>
<groupId>com.konghq</groupId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion unirest-java-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>unirest-java-parent</artifactId>
<groupId>com.konghq</groupId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>unirest-java-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion unirest-mocks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-parent</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion unirest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-parent</artifactId>
<version>4.2.3-SNAPSHOT</version>
<version>4.2.3</version>
</parent>

<description>Simplified, lightweight HTTP client library.</description>
Expand Down

0 comments on commit 693cbf1

Please sign in to comment.