2020 * Project-specific settings. Unfortunately we cannot put the name in there!
2121 */
2222group = " com.github.java-json-tools" ;
23- version = " 0.8.6-SNAPSHOT " ;
23+ version = " 0.8.6" ;
2424sourceCompatibility = JavaVersion . VERSION_1_7 ;
2525targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
2626
@@ -33,7 +33,7 @@ project.ext {
3333 */
3434dependencies {
3535 compile(group : " com.github.java-json-tools" , name : " json-schema-validator" ,
36- version : " 2.2.14-SNAPSHOT " );
36+ version : " 2.2.14" );
3737 compile(group : " com.github.reinert" , name : " jjschema" , version : " 1.16" ) {
3838 exclude(group : " com.google.guava" , module : " guava" );
3939 exclude(group : " com.fasterxml.jackson.core" , module : " jackson-annotations" );
@@ -47,9 +47,9 @@ dependencies {
4747 exclude(group : " com.fasterxml.jackson.core" , module : " jackson-databind" );
4848 }
4949 compile(group : " com.github.java-json-tools" , name : " json-schema-avro" ,
50- version : " 0.1.8-SNAPSHOT " );
50+ version : " 0.1.8" );
5151 compile(group : " com.github.java-json-tools" , name : " json-patch" ,
52- version : " 1.13-SNAPSHOT " );
52+ version : " 1.13" );
5353 testCompile(group : " org.testng" , name : " testng" , version : " 7.1.0" ) {
5454 exclude(group : " junit" , module : " junit" );
5555 exclude(group : " org.beanshell" , module : " bsh" );
0 commit comments