Skip to content

Commit 2705b06

Browse files
committed
Announce 1.10
1 parent e4d3963 commit 2705b06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3535
Please see file `RELEASE-NOTES.md` for more information.
3636

@@ -40,7 +40,7 @@ With Gradle:
4040

4141
```groovy
4242
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");
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

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.10";
24+
version = "1.11-SNAPSHOT";
2525
sourceCompatibility = JavaVersion.VERSION_1_6;
2626
targetCompatibility = JavaVersion.VERSION_1_6; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)