File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
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 = " 2.2.12-SNAPSHOT " ;
42
+ version = " 2.2.12" ;
43
43
sourceCompatibility = JavaVersion . VERSION_1_7 ;
44
44
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
45
45
@@ -80,7 +80,7 @@ dependencies {
80
80
*/
81
81
dependencies {
82
82
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" );
84
84
compile(group : " com.sun.mail" , name : " mailapi" , version : " 1.6.1" );
85
85
compile(group : " joda-time" , name : " joda-time" , version : " 2.9.7" );
86
86
compile(group : " com.googlecode.libphonenumber" , name : " libphonenumber" , version : " 8.10.22" );
You can’t perform that action at this time.
0 commit comments