[jackson-jaxrs-providers] 63/162: preparing for 2.2.1
Timo Aaltonen
tjaalton at moszumanska.debian.org
Mon Sep 8 22:16:28 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 7529b4c66d8f27735181e8d1e035364f82b5d7d9
Author: Tatu Saloranta <tsaloranta at gmail.com>
Date: Fri May 3 21:15:18 2013 -0700
preparing for 2.2.1
---
pom.xml | 21 +++------------------
release-notes/VERSION | 2 +-
2 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3173a7b..cb1435f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,19 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- | Copyright 2012 FasterXML.com
- |
- | Licensed under the Apache License, Version 2.0 (the "License");
- | you may not use this file except in compliance with the License.
- | You may obtain a copy of the License at
- |
- | http://www.apache.org/licenses/LICENSE-2.0
- |
- | Unless required by applicable law or agreed to in writing, software
- | distributed under the License is distributed on an "AS IS" BASIS,
- | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- | See the License for the specific language governing permissions and
- | limitations under the License.
--->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -40,13 +25,13 @@
<connection>scm:git:git at github.com:FasterXML/jackson-jaxrs-providers.git</connection>
<developerConnection>scm:git:git at github.com:FasterXML/jackson-jaxrs-providers.git</developerConnection>
<url>http://github.com/FasterXML/jackson-jaxrs-providers</url>
- <tag>2.2.0-rc1-b</tag>
+ <tag>HEAD</tag>
</scm>
<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</version.jackson.core>
- <version.jackson.annotations>2.2.0</version.jackson.annotations>
+ <version.jackson.core>2.2.1</version.jackson.core>
+ <version.jackson.annotations>2.2.1</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 7ddacd2..d7167e7 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.1 (xx-May-2013)
+Version: 2.2.1 (03-May-2013)
Changes:
--
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