File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ apply(plugin: "eclipse");
39
39
apply(plugin : " net.ltgt.errorprone" );
40
40
41
41
group = " com.github.java-json-tools" ;
42
- version = " 1.2.12-SNAPSHOT " ;
42
+ version = " 1.2.12" ;
43
43
sourceCompatibility = JavaVersion . VERSION_1_7 ;
44
44
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
45
45
@@ -81,8 +81,8 @@ dependencies {
81
81
dependencies {
82
82
compile(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.9.9" );
83
83
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" );
86
86
// FIXME: no javadoc
87
87
// FIXME: update beyond 1.7.7.x once we're Java 8 or better.
88
88
compile(group : " org.mozilla" , name : " rhino" , version : " 1.7.7.2" );
You can’t perform that action at this time.
0 commit comments