You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
23
23
<properties>
24
24
...
25
25
<!-- Use the latest version whenever possible. -->
26
-
<jackson.version>2.4.4</jackson.version>
26
+
<jackson.version>2.6.0</jackson.version>
27
27
...
28
28
</properties>
29
29
@@ -412,7 +412,9 @@ usually a Jackson module.
412
412
413
413
# Differences from Jackson 1.x
414
414
415
-
Project contains versions 2.0 and above: source code for earlier (1.x) versions is available from [Codehaus](http://jackson.codehaus.org) SVN repository
415
+
Project contains versions 2.0 and above: source code for earlier (1.x) versions was available from [Codehaus](http://jackson.codehaus.org) SVN repository, but due to Codehaus closure is currently (July 2015) not officially available.
416
+
We may try to create Jackson1x repository at Github in future (if you care about this, ping Jackson team via mailing lists, or file an issue for this project).
417
+
416
418
Main differences compared to 1.0 "mapper" jar are:
417
419
418
420
* Maven build instead of Ant
@@ -422,11 +424,11 @@ Main differences compared to 1.0 "mapper" jar are:
0 commit comments