@@ -36,7 +36,7 @@ gratefully accepted.
36
36
37
37
## Versions
38
38
39
- The current stable verson is ** 1.2.12 **
39
+ The current stable verson is ** 1.2.14 **
40
40
([ ChangeLog] ( https://github.com/java-json-tools/json-schema-core/wiki/ChangeLog_12x ) ,
41
41
[ Javadoc] ( http://java-json-tools.github.io/json-schema-core/1.2.x/index.html ) ).
42
42
@@ -53,7 +53,7 @@ For gradle, use:
53
53
54
54
```
55
55
dependencies {
56
- compile(group: "com.github.java-json-tools", name: "json-schema-core", version: "1.2.12 ");
56
+ compile(group: "com.github.java-json-tools", name: "json-schema-core", version: "1.2.14 ");
57
57
}
58
58
```
59
59
@@ -63,7 +63,7 @@ For maven:
63
63
<dependency >
64
64
<groupId >com.github.java-json-tools</groupId >
65
65
<artifactId >json-schema-core</artifactId >
66
- <version >1.2.12 </version >
66
+ <version >1.2.14 </version >
67
67
</dependency >
68
68
```
69
69
@@ -82,5 +82,5 @@ The versioning scheme is defined by the **middle digit** of the version number:
82
82
[ LGPLv3 ] : http://www.gnu.org/licenses/lgpl-3.0.html
83
83
[ ASL 2.0 badge ] : https://img.shields.io/:license-Apache%202.0-blue.svg
84
84
[ ASL 2.0 ] : http://www.apache.org/licenses/LICENSE-2.0.html
85
- [ Travis Badge ] : https://api. travis-ci.org /java-json-tools/json-schema-core.svg?branch=master
86
- [ Travis ] : https://travis-ci.org /java-json-tools/json-schema-core
85
+ [ Travis Badge ] : https://travis-ci.com /java-json-tools/json-schema-core.svg?branch=master
86
+ [ Travis ] : https://travis-ci.com /java-json-tools/json-schema-core
0 commit comments