Skip to content

Commit c213fee

Browse files
committedJan 6, 2020
1.2.12
1 parent 976abd1 commit c213fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apply(plugin: "eclipse");
3939
apply(plugin: "net.ltgt.errorprone");
4040

4141
group = "com.github.java-json-tools";
42-
version = "1.2.12-SNAPSHOT";
42+
version = "1.2.12";
4343
sourceCompatibility = JavaVersion.VERSION_1_7;
4444
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
4545

@@ -81,8 +81,8 @@ dependencies {
8181
dependencies {
8282
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.9.9");
8383
compile(group: "com.google.guava", name: "guava", version: "28.1-android");
84-
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.11-SNAPSHOT");
85-
compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10-SNAPSHOT");
84+
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.11");
85+
compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10");
8686
// FIXME: no javadoc
8787
// FIXME: update beyond 1.7.7.x once we're Java 8 or better.
8888
compile(group: "org.mozilla", name: "rhino", version: "1.7.7.2");

0 commit comments

Comments
 (0)
Please sign in to comment.