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
29
29
30
30
## Versions
31
31
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 ) .-
34
34
35
35
Please see file ` RELEASE-NOTES.md ` for more information.
36
36
@@ -40,7 +40,7 @@ With Gradle:
40
40
41
41
``` groovy
42
42
dependencies {
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 ");
44
44
}
45
45
```
46
46
@@ -50,7 +50,7 @@ With Maven:
50
50
<dependency >
51
51
<groupId >com.github.java-json-tools</groupId >
52
52
<artifactId >jackson-coreutils</artifactId >
53
- <version >1.9 </version >
53
+ <version >1.10 </version >
54
54
</dependency >
55
55
```
56
56
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.10 " ;
24
+ version = " 1.11-SNAPSHOT " ;
25
25
sourceCompatibility = JavaVersion . VERSION_1_6 ;
26
26
targetCompatibility = JavaVersion . VERSION_1_6 ; // defaults to sourceCompatibility
27
27
You can’t perform that action at this time.
0 commit comments