Skip to content

Commit c00dd8a

Browse files
committed
update README
1 parent 62549b9 commit c00dd8a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
2323
<properties>
2424
...
2525
<!-- Use the latest version whenever possible. -->
26-
<jackson.version>2.4.4</jackson.version>
26+
<jackson.version>2.6.0</jackson.version>
2727
...
2828
</properties>
2929

@@ -412,7 +412,9 @@ usually a Jackson module.
412412

413413
# Differences from Jackson 1.x
414414

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+
416418
Main differences compared to 1.0 "mapper" jar are:
417419

418420
* Maven build instead of Ant
@@ -422,11 +424,11 @@ Main differences compared to 1.0 "mapper" jar are:
422424

423425
# Further reading
424426

425-
* [Documentation](https://github.com/FasterXML/jackson-databind/wiki)
427+
* [Overall Jackson Docs](../../../jackson/docs)
428+
* [Project wiki page](https://github.com/FasterXML/jackson-databind/wiki)
426429

427430
Related:
428431

429432
* [Core annotations](https://github.com/FasterXML/jackson-annotations) package defines annotations commonly used for configuring databinding details
430433
* [Core parser/generator](https://github.com/FasterXML/jackson-core) package defines low-level incremental/streaming parsers, generators
431434
* [Jackson Project Home](http://wiki.fasterxml.com/JacksonHome) has additional documentation (although much of it for Jackson 1.x)
432-

0 commit comments

Comments
 (0)