diff --git a/build.gradle b/build.gradle index 96e104fa..00ce269f 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ apply(plugin: "eclipse"); apply(plugin: "net.ltgt.errorprone"); group = "com.github.java-json-tools"; -version = "1.2.12-SNAPSHOT"; +version = "1.2.12"; sourceCompatibility = JavaVersion.VERSION_1_7; targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility @@ -81,8 +81,8 @@ dependencies { dependencies { compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.9"); compile(group: "com.google.guava", name: "guava", version: "28.1-android"); - compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.11-SNAPSHOT"); - compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10-SNAPSHOT"); + compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.11"); + compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10"); // FIXME: no javadoc // FIXME: update beyond 1.7.7.x once we're Java 8 or better. compile(group: "org.mozilla", name: "rhino", version: "1.7.7.2");