This is an automated email from the git hooks/post-receive script. bengen pushed a commit to annotated tag jackson-dataformat-smile-2.0.0 in repository jackson-dataformat-smile.
commit e6b85e4e1c138c26a3fdb71c57dfcda57488202d Author: Tatu Saloranta <[email protected]> Date: Sat Jan 21 13:02:49 2012 -0800 ... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8cf282..9e6ddfd 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ It extends standard Jackson streaming API (`JsonFactory`, `JsonParser`, `JsonGen ## Status -Module is fully usable. +Module is fully usable, but depends on Jackson 2.0; older 1.x version is still available via Codehaus, and Jackson 1.x Download page. ## Maven dependency To use this extension on Maven-based projects, use following dependency: <dependency> - <groupId>com.fasterxml.jackson</groupId> + <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-smile</artifactId> - <version>1.9.2</version> + <version>2.0.0-SNAPSHOT</version> </dependency> (or whatever version is most up-to-date at the moment) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-smile.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

