File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gratefully accepted.
3636
3737## Versions
3838
39- The current stable verson is ** 1.2.11 **
39+ The current stable verson is ** 1.2.12 **
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.11 ");
56+ compile(group: "com.github.java-json-tools", name: "json-schema-core", version: "1.2.12 ");
5757}
5858```
5959
@@ -63,11 +63,11 @@ For maven:
6363<dependency >
6464 <groupId >com.github.java-json-tools</groupId >
6565 <artifactId >json-schema-core</artifactId >
66- <version >1.2.11 </version >
66+ <version >1.2.12 </version >
6767</dependency >
6868```
6969
70- You can also get the jars from [ Bintray] ( https://bintray.com/bintray/jcenter/com.github.java-json-tools%3Ajson-schema-core ) .
70+ ** OBSOLETE ** You can also get the jars from [ Bintray] ( https://bintray.com/bintray/jcenter/com.github.java-json-tools%3Ajson-schema-core ) .
7171
7272## Versioning scheme policy
7373
Original file line number Diff line number Diff line change 1+ Release notes for 1.2.12 and beyond are available at https://github.com/java-json-tools/json-schema-core/releases .
2+
13### 1.2.11
24
35* Depend on jackson-coreutils 1.10.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ apply(plugin: "eclipse");
3939apply(plugin : " net.ltgt.errorprone" );
4040
4141group = " com.github.java-json-tools" ;
42- version = " 1.2.12 " ;
42+ version = " 1.2.13-SNAPSHOT " ;
4343sourceCompatibility = JavaVersion . VERSION_1_7 ;
4444targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
4545
You can’t perform that action at this time.
0 commit comments