This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit 1d08404e517facf5204fa7ce908133169abab2dd Author: Tatu Saloranta <[email protected]> Date: Sun Nov 11 15:50:01 2012 -0800 update links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b96632..0199748 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](jackson-annotations/wiki/JacksonAnnotations) details all available annotations; [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.1.0/) gives more details. +[Full Listing of Jackson Annotations](jackson-annotations/wiki/JacksonAnnotations) details all available annotations; [Javadocs](http://fasterxml.github.com/jackson-annotations/javadoc/2.1.1/) gives more details. ----- @@ -29,7 +29,7 @@ To use annotations, you need to use Maven dependency: <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.1.0</version> + <version>2.1.1</version> </dependency> or download jars from Maven repository or [Download page](wiki.fasterxml.com/JacksonDownload) @@ -172,7 +172,7 @@ 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.0/) +* [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) ### 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

