Skip to content

Commit e07035d

Browse files
committed
Updated README for the 1.x release cycle.
1 parent 078846d commit e07035d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ Project to build Jackson (http://jackson.codehaus.org) extension module (jar) to
22

33
## Status
44

5-
Module is fully usable and officially released; the initial version specifically targets Jackson 2.2.3 and is based off of the work done to support the [JSON.org](http://json.org/) library.
5+
Module is fully usable and officially released.
66

7-
Only Jackson 2.x is supported at this time.
7+
This project aims to ensure compatibility with Jackson versions in the 1.x release family, specifically targeting Jackson 1.9.2 for seamless integration with Hibernate 4 projects. It may also work with Jackson 1.8 and 1.7, but it is untested against those versions.
88

99
## Usage
1010

1111
### Maven dependency
1212

13-
To use module (version 2.x) on Maven-based projects, use following dependency:
13+
To use module on Maven-based projects, use following dependency:
1414

1515
```xml
1616
<dependency>
1717
<groupId>com.fasterxml.jackson.datatype</groupId>
1818
<artifactId>jackson-datatype-json-lib</artifactId>
19-
<version>2.2.3</version>
19+
<version>1.9.2</version>
2020
</dependency>
2121
```
2222

0 commit comments

Comments
 (0)