[jackson-jaxrs-providers] 105/162: prepare for release
Timo Aaltonen
tjaalton at moszumanska.debian.org
Mon Sep 8 22:16:33 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 c8e67117928a444cd1bbbc93cbc1e3dc6495c0be
Author: Tatu Saloranta <tatu.saloranta at iki.fi>
Date: Thu Nov 14 20:15:54 2013 -0800
prepare for release
---
pom.xml | 4 ++--
release-notes/VERSION | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 77c12da..ea82cc3 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.3.0-rc1</version.jackson.core>
- <version.jackson.annotations>2.3.0-rc1</version.jackson.annotations>
+ <version.jackson.core>2.3.0</version.jackson.core>
+ <version.jackson.annotations>2.3.0</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 71d4b3c..1745b6b 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.3.0 (xx-Oct-2013)
+Version: 2.3.0 (14-Nov-2013)
#24: Allow defining default view to use for endpoints without View annotation
#33: Provide a way to customize `ObjectReader` / `ObjectWriter` used by end points
--
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