Skip to content

Commit d22c93a

Browse files
committed
1.2.5
1 parent c60f286 commit d22c93a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
The license of this project is dual licensed LGPLv3 or later/ASL 2.0. See file `LICENSE` for more
44
details. The full text of both licensed is included in the package.
55

6-
**Version 1.2.x is out**. See [here](https://github.com/fge/json-schema-core/wiki/Whatsnew_12) for
7-
the major changes.
8-
96
## What this is
107

118
This package contains the core mechanics of [json-schema-validator
@@ -27,14 +24,16 @@ be found [here](https://github.com/fge/json-schema-core/wiki/Architecture).
2724

2825
## Versions
2926

30-
The current stable verson is **1.2.4**
27+
The current stable verson is **1.2.5**
3128
([ChangeLog](https://github.com/fge/json-schema-core/wiki/ChangeLog_12x),
3229
[Javadoc](http://fge.github.io/json-schema-core/1.2.x/index.html)).
3330

3431
The old verson is **1.0.4**
3532
([ChangeLog](https://github.com/fge/json-schema-core/wiki/ChangeLog_10x),
3633
[Javadoc](http://fge.github.io/json-schema-core/1.0.x/index.html)).
3734

35+
See [here](https://github.com/fge/json-schema-core/wiki/Whatsnew_12) for
36+
the major changes between 1.0.x and 1.2.x.
3837

3938
## Using this project with gradle/maven
4039

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ apply(plugin: "idea");
5555
apply(plugin: "eclipse");
5656

5757
group = "com.github.fge";
58-
version = "1.2.5-SNAPSHOT";
58+
version = "1.2.5";
5959
sourceCompatibility = "1.6";
6060
targetCompatibility = "1.6"; // defaults to sourceCompatibility
6161

0 commit comments

Comments
 (0)