This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit efbb8b8c2755be4458be0c86492926577ac97805 Author: Tatu Saloranta <[email protected]> Date: Mon Apr 22 20:06:00 2013 -0700 ... --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f51e10..a9c406c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ to the [Databind package](/FasterXML/jackson-databind). Project contains versions 2.0 and above: source code for earlier (1.x) versions is available from [Codehaus](http://jackson.codehaus.org) SVN repository. Note that with version 1.x these annotations were part of the 'core jar'. -[Full Listing of Jackson Annotations](../../wiki/Jackson-Annotations) details all available annotations; [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.1.1/) gives more details. +[Full Listing of Jackson Annotations](../../wiki/Jackson-Annotations) details all available annotations; [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.2.0/) gives more details. ----- @@ -30,7 +30,7 @@ To use annotations, you need to use Maven dependency: <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.1.1</version> + <version>2.2.0</version> </dependency> ``` @@ -198,10 +198,8 @@ and this could result in serialized JSON like: ]} ``` -Note that this annotation has lots of configuration possibilities: for more information check out: - -* [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.1.1/) -* [Intro to polymorphic type handling](http://www.cowtowncoder.com/blog/archives/2010/03/entry_372.html) +Note that this annotation has lots of configuration possibilities: for more information check out +[Intro to polymorphic type handling](http://www.cowtowncoder.com/blog/archives/2010/03/entry_372.html) ### Changing property auto-detection -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

