@@ -36,7 +36,7 @@ gratefully accepted.
3636
3737## Versions
3838
39- The current stable verson is ** 1.2.12 **
39+ The current stable verson is ** 1.2.14 **
4040([ ChangeLog] ( https://github.com/java-json-tools/json-schema-core/wiki/ChangeLog_12x ) ,
4141[ Javadoc] ( http://java-json-tools.github.io/json-schema-core/1.2.x/index.html ) ).
4242
@@ -53,7 +53,7 @@ For gradle, use:
5353
5454```
5555dependencies {
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 ");
5757}
5858```
5959
@@ -63,7 +63,7 @@ For maven:
6363<dependency >
6464 <groupId >com.github.java-json-tools</groupId >
6565 <artifactId >json-schema-core</artifactId >
66- <version >1.2.12 </version >
66+ <version >1.2.14 </version >
6767</dependency >
6868```
6969
@@ -82,5 +82,5 @@ The versioning scheme is defined by the **middle digit** of the version number:
8282[ LGPLv3 ] : http://www.gnu.org/licenses/lgpl-3.0.html
8383[ ASL 2.0 badge ] : https://img.shields.io/:license-Apache%202.0-blue.svg
8484[ 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