File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ run by yourself.
38
38
39
39
## Versions
40
40
41
- * current stable version: ** 2.2.11 **
41
+ * current stable version: ** 2.2.12 **
42
42
([ ChangeLog] ( https://github.com/java-json-tools/json-schema-validator/wiki/ChangeLog_22x ) ,
43
43
[ Javadoc] ( http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html ) , [ code
44
44
samples] ( http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html ) ).
@@ -57,7 +57,7 @@ Gradle:
57
57
58
58
``` groovy
59
59
dependencies {
60
- compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.11 ");
60
+ compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.12 ");
61
61
}
62
62
```
63
63
67
67
<dependency >
68
68
<groupId >com.github.java-json-tools</groupId >
69
69
<artifactId >json-schema-validator</artifactId >
70
- <version >2.2.11 </version >
70
+ <version >2.2.12 </version >
71
71
</dependency >
72
72
```
73
73
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ apply(plugin: "eclipse");
39
39
apply(plugin : " net.ltgt.errorprone" );
40
40
41
41
group = " com.github.java-json-tools" ;
42
- version = " 2.2.12 " ;
42
+ version = " 2.2.13-SNAPSHOT " ;
43
43
sourceCompatibility = JavaVersion . VERSION_1_7 ;
44
44
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
45
45
You can’t perform that action at this time.
0 commit comments