Skip to content

Commit 92cc4f9

Browse files
committed
...
1 parent 8f15995 commit 92cc4f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ion/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LI
77

88
# Status
99

10-
Since version 2.6(.7) this module is considered complete and production ready.
10+
Since version 2.8 this module is considered complete and production ready.
1111
All Jackson layers (streaming, databind, tree model) are supported.
1212

1313
[![Build Status](https://travis-ci.org/FasterXML/jackson-dataformat-ion.svg?branch=master)](https://travis-ci.org/FasterXML/jackson-dataformat-ion)
@@ -21,7 +21,7 @@ To use this extension on Maven-based projects, use following dependency:
2121
<dependency>
2222
<groupId>com.fasterxml.jackson.dataformat</groupId>
2323
<artifactId>jackson-dataformat-ion</artifactId>
24-
<version>2.7.9</version>
24+
<version>2.8.9</version>
2525
</dependency>
2626
```
2727
## Usage
@@ -39,4 +39,4 @@ SomeType otherValue = mapper.readValue(data, SomeType.class);
3939

4040
## Documentation
4141

42-
See [Wiki](../../wiki) (includes Javadocs)
42+
See [Wiki](../../../wiki) (includes Javadocs)

0 commit comments

Comments
 (0)