File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
The license of this project is dual licensed LGPLv3 or later/ASL 2.0. See file ` LICENSE ` for more
4
4
details. The full text of both licensed is included in the package.
5
5
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
-
9
6
## What this is
10
7
11
8
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).
27
24
28
25
## Versions
29
26
30
- The current stable verson is ** 1.2.4 **
27
+ The current stable verson is ** 1.2.5 **
31
28
([ ChangeLog] ( https://github.com/fge/json-schema-core/wiki/ChangeLog_12x ) ,
32
29
[ Javadoc] ( http://fge.github.io/json-schema-core/1.2.x/index.html ) ).
33
30
34
31
The old verson is ** 1.0.4**
35
32
([ ChangeLog] ( https://github.com/fge/json-schema-core/wiki/ChangeLog_10x ) ,
36
33
[ Javadoc] ( http://fge.github.io/json-schema-core/1.0.x/index.html ) ).
37
34
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.
38
37
39
38
## Using this project with gradle/maven
40
39
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ apply(plugin: "idea");
55
55
apply(plugin : " eclipse" );
56
56
57
57
group = " com.github.fge" ;
58
- version = " 1.2.5-SNAPSHOT " ;
58
+ version = " 1.2.5" ;
59
59
sourceCompatibility = " 1.6" ;
60
60
targetCompatibility = " 1.6" ; // defaults to sourceCompatibility
61
61
You can’t perform that action at this time.
0 commit comments