Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.4.5
Browse files Browse the repository at this point in the history
ryber committed Nov 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6047748 commit 9cf5671
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<groupId>com.konghq</groupId>
<artifactId>unirest-java-parent</artifactId>
<packaging>pom</packaging>
<version>4.4.5-SNAPSHOT</version>
<version>4.4.5</version>
<name>unirest</name>
<description>Parent pom for unirest packages</description>
<url>http://github.com/Kong/unirest-java/</url>
@@ -43,7 +43,7 @@
<url>https://github.com/Kong/unirest-java</url>
<connection>scm:git:[email protected]:Kong/unirest-java.git</connection>
<developerConnection>scm:git:[email protected]:Kong/unirest-java.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.4.5</tag>
</scm>

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

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

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

<artifactId>unirest-modules-jackson</artifactId>
2 changes: 1 addition & 1 deletion unirest-modules-mocks/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-parent</artifactId>
<version>4.4.5-SNAPSHOT</version>
<version>4.4.5</version>
</parent>

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

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

0 comments on commit 9cf5671

Please sign in to comment.