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 630d720e07650994da860712d6a634bb12948d2b Author: Tatu Saloranta <[email protected]> Date: Wed Apr 30 19:45:59 2014 -0700 ... --- pom.xml | 15 ++++----------- release-notes/VERSION | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 571b01c..0f134e3 100644 --- a/pom.xml +++ b/pom.xml @@ -30,9 +30,9 @@ </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <version.jackson.annotations>2.4.0-SNAPSHOT</version.jackson.annotations> + <version.jackson.annotations>2.4.0-rc1</version.jackson.annotations> <!-- core/databind should have same version; data formats, annotations may differ --> - <version.jackson.core>2.4.0-SNAPSHOT</version.jackson.core> + <version.jackson.core>2.4.0-rc2</version.jackson.core> <version.jackson.cbor>${version.jackson.core}</version.jackson.cbor> <version.jackson.smile>${version.jackson.core}</version.jackson.smile> @@ -49,16 +49,9 @@ </properties> <dependencies> - <!-- for testing, JUnit is needed --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.8.2</version> - <scope>test</scope> - </dependency> - <!-- and we need JAX-RS annotations as well; but usually provided by container - (and app should definitely have direct dep too, when using annotations) + <!-- and we need JAX-RS annotations for testing as well; but usually provided + by container (and app should definitely have direct dep too, when using annotations) --> <dependency> <groupId>javax.ws.rs</groupId> diff --git a/release-notes/VERSION b/release-notes/VERSION index a37b92b..72bd14b 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -14,7 +14,7 @@ Sub-modules: === History: === ------------------------------------------------------------------------ -2.3.3 (xx-xxx-2014) +2.3.3 (14-Apr-2014) #41: Try to resolve problems with RESTeasy, missing `_configForWriting` override. -- 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

