File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ apply(plugin: "eclipse");
3939apply(plugin : " net.ltgt.errorprone" );
4040
4141group = " com.github.java-json-tools" ;
42- version = " 1.2.12-SNAPSHOT " ;
42+ version = " 1.2.12" ;
4343sourceCompatibility = JavaVersion . VERSION_1_7 ;
4444targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
4545
@@ -81,8 +81,8 @@ dependencies {
8181dependencies {
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" );
You can’t perform that action at this time.
0 commit comments