20
20
* Project-specific settings. Unfortunately we cannot put the name in there!
21
21
*/
22
22
group = " com.github.java-json-tools" ;
23
- version = " 0.1.8-SNAPSHOT " ;
23
+ version = " 0.1.8" ;
24
24
sourceCompatibility = JavaVersion . VERSION_1_7 ;
25
25
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
26
26
@@ -33,9 +33,9 @@ project.ext {
33
33
*/
34
34
dependencies {
35
35
compile(group : " com.github.java-json-tools" , name : " json-schema-core" ,
36
- version : " 1.2.14-SNAPSHOT " );
36
+ version : " 1.2.14" );
37
37
compile(group : " com.github.java-json-tools" , name : " json-schema-validator" ,
38
- version : " 2.2.14-SNAPSHOT " );
38
+ version : " 2.2.14" );
39
39
compile(group : " org.apache.avro" , name : " avro" , version : " 1.9.2" ) {
40
40
exclude(group : " org.slf4j" , module : " slf4j-api" );
41
41
exclude(group : " org.apache.commons" , module : " commons-compress" );
@@ -61,7 +61,7 @@ javadoc.options {
61
61
}
62
62
links(" https://docs.oracle.com/javase/7/docs/api/" );
63
63
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 /" );
65
65
links(" https://fasterxml.github.com/jackson-core/javadoc/2.11/" );
66
66
links(" https://fasterxml.github.com/jackson-annotations/javadoc/2.11/" );
67
67
links(" https://www.javadoc.io/doc/com.google.guava/guava/28.2-android/" );
0 commit comments