[jackson-jaxrs-providers] 85/162: prepare for 2.2.3 release
Timo Aaltonen
tjaalton at moszumanska.debian.org
Mon Sep 8 22:16:31 UTC 2014
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 88c6c6deb90676887c099118bf843b41b43525b6
Author: Tatu Saloranta <tatu.saloranta at iki.fi>
Date: Sat Aug 24 09:54:43 2013 -0700
prepare for 2.2.3 release
---
README.md | 2 +-
pom.xml | 4 ++--
release-notes/VERSION | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index bf3b605..24786c4 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ To use JAX-RS on Maven-based projects, use dependencies like:
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
- <version>2.2.1</version>
+ <version>2.2.3</version>
</dependency>
```
diff --git a/pom.xml b/pom.xml
index 3bb8e51..4237408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,8 +30,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.2</version.jackson.core>
- <version.jackson.annotations>2.2.2</version.jackson.annotations>
+ <version.jackson.core>2.2.3</version.jackson.core>
+ <version.jackson.annotations>2.2.3</version.jackson.annotations>
<version.jackson.smile>${version.jackson.core}</version.jackson.smile>
<version.jackson.xml>${version.jackson.core}</version.jackson.xml>
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 2b1e357..1151dac 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -3,7 +3,7 @@ Sub-modules:
jackson-jaxrs-json-provider
jackson-jaxrs-smile-provider
jackson-jaxrs-xml-provider
-Version: 2.2.3 (xx-xxx-2013)
+Version: 2.2.3 (24-Aug-2013)
#6: Add `JaxRSFeature.ADD_NO_SNIFF_HEADER` to automatically add X-Content-Type-Options
header (works with IE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git
More information about the pkg-java-commits
mailing list