2020 * Project-specific settings. Unfortunately we cannot put the name in there!
2121 */
2222group = " com.github.java-json-tools" ;
23- version = " 0.1.8-SNAPSHOT " ;
23+ version = " 0.1.8" ;
2424sourceCompatibility = JavaVersion . VERSION_1_7 ;
2525targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
2626
@@ -33,9 +33,9 @@ project.ext {
3333 */
3434dependencies {
3535 compile(group : " com.github.java-json-tools" , name : " json-schema-core" ,
36- version : " 1.2.14-SNAPSHOT " );
36+ version : " 1.2.14" );
3737 compile(group : " com.github.java-json-tools" , name : " json-schema-validator" ,
38- version : " 2.2.14-SNAPSHOT " );
38+ version : " 2.2.14" );
3939 compile(group : " org.apache.avro" , name : " avro" , version : " 1.9.2" ) {
4040 exclude(group : " org.slf4j" , module : " slf4j-api" );
4141 exclude(group : " org.apache.commons" , module : " commons-compress" );
@@ -61,7 +61,7 @@ javadoc.options {
6161 }
6262 links(" https://docs.oracle.com/javase/7/docs/api/" );
6363 links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/" );
64- links(" https://fasterxml.github.com/jackson-databind/javadoc/2.10 /" );
64+ links(" https://fasterxml.github.com/jackson-databind/javadoc/2.11 /" );
6565 links(" https://fasterxml.github.com/jackson-core/javadoc/2.11/" );
6666 links(" https://fasterxml.github.com/jackson-annotations/javadoc/2.11/" );
6767 links(" https://www.javadoc.io/doc/com.google.guava/guava/28.2-android/" );
0 commit comments