File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LI
7
7
8
8
# Status
9
9
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.
11
11
All Jackson layers (streaming, databind, tree model) are supported.
12
12
13
13
[ ![ 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:
21
21
<dependency >
22
22
<groupId >com.fasterxml.jackson.dataformat</groupId >
23
23
<artifactId >jackson-dataformat-ion</artifactId >
24
- <version >2.7 .9</version >
24
+ <version >2.8 .9</version >
25
25
</dependency >
26
26
```
27
27
## Usage
@@ -39,4 +39,4 @@ SomeType otherValue = mapper.readValue(data, SomeType.class);
39
39
40
40
## Documentation
41
41
42
- See [ Wiki] ( ../../wiki ) (includes Javadocs)
42
+ See [ Wiki] ( ../../../ wiki ) (includes Javadocs)
You can’t perform that action at this time.
0 commit comments