diff --git a/object-mapper-gson/pom.xml b/object-mapper-gson/pom.xml index 0cd2b2d8c..5783dc899 100644 --- a/object-mapper-gson/pom.xml +++ b/object-mapper-gson/pom.xml @@ -5,7 +5,7 @@ com.konghq unirest-java-parent - 3.7.01-SNAPSHOT + 3.7.01 unirest-object-mappers-gson diff --git a/object-mapper-jackson/pom.xml b/object-mapper-jackson/pom.xml index 268f3a3c5..a5f1b9324 100644 --- a/object-mapper-jackson/pom.xml +++ b/object-mapper-jackson/pom.xml @@ -5,7 +5,7 @@ com.konghq unirest-java-parent - 3.7.01-SNAPSHOT + 3.7.01 unirest-objectmapper-jackson diff --git a/pom.xml b/pom.xml index a615ae5f9..56fe7c318 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.konghq unirest-java-parent pom - 3.7.01-SNAPSHOT + 3.7.01 unirest Parent pom for unirest packages http://github.com/Kong/unirest-java/ @@ -36,7 +36,7 @@ https://github.com/Kong/unirest-java scm:git:git@github.com:Kong/unirest-java.git scm:git:git@github.com:Kong/unirest-java.git - HEAD + v3.7.01 diff --git a/unirest/pom.xml b/unirest/pom.xml index 91117f1c2..66ebe78b5 100644 --- a/unirest/pom.xml +++ b/unirest/pom.xml @@ -4,7 +4,7 @@ com.konghq unirest-java-parent - 3.7.01-SNAPSHOT + 3.7.01 Simplified, lightweight HTTP client library.