From 04e3a272b41846530b5329f850cb9470dc6d7906 Mon Sep 17 00:00:00 2001 From: capstan Date: Mon, 6 Jan 2020 13:38:15 +0100 Subject: [PATCH] 1.2.12 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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");