File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This package is meant to be used with Jackson 2.2.x. It provides the three follo
28
28
29
29
## Versions
30
30
31
- The current verson is ** 1.10 ** . Its Javadoc is [ available
31
+ The current verson is ** 1.11 ** . Its Javadoc is [ available
32
32
online] ( https://java-json-tools.github.io/jackson-coreutils/index.html ) .
33
33
34
34
Please see file ` RELEASE-NOTES.md ` for more information.
Original file line number Diff line number Diff line change 21
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
22
*/
23
23
group = " com.github.java-json-tools" ;
24
- version = " 1.11 " ;
24
+ version = " 1.12-SNAPSHOT " ;
25
25
sourceCompatibility = JavaVersion . VERSION_1_7 ;
26
26
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
27
27
You can’t perform that action at this time.
0 commit comments