Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Feb 12, 2022
1 parent 2f0e50d commit 02544ee
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 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.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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.0.0-RC3</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.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions unirest-java-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>unirest-java-parent</artifactId>
<groupId>com.konghq</groupId>
<version>4.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</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.0.0-RC3-SNAPSHOT</version>
<version>4.0.0-RC3</version>
</parent>

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

0 comments on commit 02544ee

Please sign in to comment.