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 2121 * Project-specific settings. Unfortunately we cannot put the name in there!
2222 */
2323group = " com.github.java-json-tools" ;
24- version = " 0.10-SNAPSHOT " ;
24+ version = " 0.10" ;
2525sourceCompatibility = JavaVersion . VERSION_1_7 ;
2626targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
2727
@@ -31,7 +31,7 @@ targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibilit
3131
3232dependencies {
3333 compile(group : " com.google.guava" , name : " guava" , version : " 28.1-android" );
34- compile(group : " com.github.java-json-tools" , name : " msg-simple" , version : " 1.2-SNAPSHOT " );
34+ compile(group : " com.github.java-json-tools" , name : " msg-simple" , version : " 1.2" );
3535 compile(group : " com.google.code.findbugs" , name : " jsr305" ,
3636 version : " 2.0.1" );
3737 testCompile(group : " org.testng" , name : " testng" , version : " 6.8.7" ) {
You can’t perform that action at this time.
0 commit comments