Skip to content

Commit

Permalink
bump minor version due to repackaging the submodules for java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Feb 16, 2020
1 parent a452358 commit 552f647
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>3.4.05-SNAPSHOT</version>
<version>3.5.00-SNAPSHOT</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>3.4.05-SNAPSHOT</version>
<version>3.5.00-SNAPSHOT</version>
</parent>

<artifactId>unirest-objectmapper-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>3.4.05-SNAPSHOT</version>
<version>3.5.00-SNAPSHOT</version>
<name>unirest</name>
<description>Parent pom for unirest packages</description>
<url>http://github.com/Kong/unirest-java/</url>
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>3.4.05-SNAPSHOT</version>
<version>3.5.00-SNAPSHOT</version>
</parent>

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

0 comments on commit 552f647

Please sign in to comment.