Skip to content

Commit 047f4b2

Browse files
committed
Announce 1.2.12
1 parent c213fee commit 047f4b2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff 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
```
5555
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");
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

Diff for: RELEASE-NOTES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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.

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apply(plugin: "eclipse");
3939
apply(plugin: "net.ltgt.errorprone");
4040

4141
group = "com.github.java-json-tools";
42-
version = "1.2.12";
42+
version = "1.2.13-SNAPSHOT";
4343
sourceCompatibility = JavaVersion.VERSION_1_7;
4444
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
4545

0 commit comments

Comments
 (0)