File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gratefully accepted.
36
36
37
37
## Versions
38
38
39
- The current stable verson is ** 1.2.11 **
39
+ The current stable verson is ** 1.2.12 **
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.11 ");
56
+ compile(group: "com.github.java-json-tools", name: "json-schema-core", version: "1.2.12 ");
57
57
}
58
58
```
59
59
@@ -63,11 +63,11 @@ 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.11 </version >
66
+ <version >1.2.12 </version >
67
67
</dependency >
68
68
```
69
69
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 ) .
71
71
72
72
## Versioning scheme policy
73
73
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
+
1
3
### 1.2.11
2
4
3
5
* Depend on jackson-coreutils 1.10.
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 = " 1.2.12 " ;
42
+ version = " 1.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