File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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 = " 2.2.12-SNAPSHOT " ;
42+ version = " 2.2.12" ;
4343sourceCompatibility = JavaVersion . VERSION_1_7 ;
4444targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
4545
@@ -80,7 +80,7 @@ dependencies {
8080 */
8181dependencies {
8282 compile(group : " com.google.guava" , name : " guava" , version : " 28.1-android" );
83- compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.12-SNAPSHOT " );
83+ compile(group : " com.github.java-json-tools" , name : " json-schema-core" , version : " 1.2.12" );
8484 compile(group : " com.sun.mail" , name : " mailapi" , version : " 1.6.1" );
8585 compile(group : " joda-time" , name : " joda-time" , version : " 2.9.7" );
8686 compile(group : " com.googlecode.libphonenumber" , name : " libphonenumber" , version : " 8.10.22" );
You can’t perform that action at this time.
0 commit comments