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.8.6-SNAPSHOT " ;
23
+ version = " 0.8.6" ;
24
24
sourceCompatibility = JavaVersion . VERSION_1_7 ;
25
25
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
26
26
@@ -33,7 +33,7 @@ project.ext {
33
33
*/
34
34
dependencies {
35
35
compile(group : " com.github.java-json-tools" , name : " json-schema-validator" ,
36
- version : " 2.2.14-SNAPSHOT " );
36
+ version : " 2.2.14" );
37
37
compile(group : " com.github.reinert" , name : " jjschema" , version : " 1.16" ) {
38
38
exclude(group : " com.google.guava" , module : " guava" );
39
39
exclude(group : " com.fasterxml.jackson.core" , module : " jackson-annotations" );
@@ -47,9 +47,9 @@ dependencies {
47
47
exclude(group : " com.fasterxml.jackson.core" , module : " jackson-databind" );
48
48
}
49
49
compile(group : " com.github.java-json-tools" , name : " json-schema-avro" ,
50
- version : " 0.1.8-SNAPSHOT " );
50
+ version : " 0.1.8" );
51
51
compile(group : " com.github.java-json-tools" , name : " json-patch" ,
52
- version : " 1.13-SNAPSHOT " );
52
+ version : " 1.13" );
53
53
testCompile(group : " org.testng" , name : " testng" , version : " 7.1.0" ) {
54
54
exclude(group : " junit" , module : " junit" );
55
55
exclude(group : " org.beanshell" , module : " bsh" );
0 commit comments