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 b8a61a816e8f8b33d6234580670848591f9e3b3f Author: Tatu Saloranta <[email protected]> Date: Tue Jun 17 19:46:00 2014 -0700 ... --- pom.xml | 2 +- release-notes/VERSION | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c69c8a6..19163de 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <version.jackson.annotations>2.4.0</version.jackson.annotations> <!-- core/databind should have same version; data formats, annotations may differ --> - <version.jackson.core>2.4.0</version.jackson.core> + <version.jackson.core>2.4.1</version.jackson.core> <version.jackson.cbor>${version.jackson.core}</version.jackson.cbor> <version.jackson.smile>${version.jackson.core}</version.jackson.smile> diff --git a/release-notes/VERSION b/release-notes/VERSION index fe51813..01b6186 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -5,15 +5,19 @@ Sub-modules: jackson-jaxrs-smile-provider jackson-jaxrs-xml-provider -2.4.0 (02-Jun-2014) +2.4.1 (17-Jun-2014) -#49: Add `JaxRSFeature.ALLOW_EMPTY_INPUT`, disabling of which can prevent - mapping of empty input into Java null value +No changes since 2.4.0. ------------------------------------------------------------------------ === History: === ------------------------------------------------------------------------ +2.4.0 (02-Jun-2014) + +#49: Add `JaxRSFeature.ALLOW_EMPTY_INPUT`, disabling of which can prevent + mapping of empty input into Java null value + 2.3.3 (14-Apr-2014) #41: Try to resolve problems with RESTeasy, missing `_configForWriting` -- 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

