This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-jaxrs-providers.
commit 7da4672a993b79d39c5d9aea48fcde0e579aa7ec Author: Tatu Saloranta <[email protected]> Date: Wed Apr 17 18:51:51 2013 -0700 prepare for rc1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 605dff0..e609281 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.fasterxml</groupId> <artifactId>oss-parent</artifactId> - <version>8</version> + <version>9</version> </parent> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-providers</artifactId> @@ -44,8 +44,8 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!-- core/databind should have same version; data formats, annotations may differ --> - <version.jackson.core>2.2.0-SNAPSHOT</version.jackson.core> - <version.jackson.annotations>2.2.0-SNAPSHOT</version.jackson.annotations> + <version.jackson.core>2.2.0-rc1</version.jackson.core> + <version.jackson.annotations>2.2.0-rc1</version.jackson.annotations> <version.jackson.smile>${version.jackson.core}</version.jackson.smile> <version.jackson.xml>${version.jackson.core}</version.jackson.xml> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

