File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ This package is meant to be used with Jackson 2.2.x. It provides the three follo
2929
3030## Versions
3131
32- The current verson is ** 1.9 ** . Its Javadoc is [ available
33- online] ( http://fge.github.io/jackson-coreutils/index.html ) .
32+ The current verson is ** 1.10 ** . - Its Javadoc is [ available
33+ online] ( http://fge.github.io/jackson-coreutils/index.html ) .-
3434
3535Please see file ` RELEASE-NOTES.md ` for more information.
3636
@@ -40,7 +40,7 @@ With Gradle:
4040
4141``` groovy
4242dependencies {
43- compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.9 ");
43+ compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.10 ");
4444}
4545```
4646
@@ -50,7 +50,7 @@ With Maven:
5050<dependency >
5151 <groupId >com.github.java-json-tools</groupId >
5252 <artifactId >jackson-coreutils</artifactId >
53- <version >1.9 </version >
53+ <version >1.10 </version >
5454</dependency >
5555```
5656
Original file line number Diff line number Diff line change 2121 * Project-specific settings. Unfortunately we cannot put the name in there!
2222 */
2323group = " com.github.java-json-tools" ;
24- version = " 1.10 " ;
24+ version = " 1.11-SNAPSHOT " ;
2525sourceCompatibility = JavaVersion . VERSION_1_6 ;
2626targetCompatibility = JavaVersion . VERSION_1_6 ; // defaults to sourceCompatibility
2727
You can’t perform that action at this time.
0 commit comments