You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2015/07/03 12:22:45 UTC

cxf git commit: [CXF-6411] Updating the versions

Repository: cxf
Updated Branches:
  refs/heads/master bee2c0d84 -> 0f7b744eb


[CXF-6411] Updating the versions


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0f7b744e
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0f7b744e
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0f7b744e

Branch: refs/heads/master
Commit: 0f7b744eb8e4ad8c4eee2ffd10bdaa1da1364deb
Parents: bee2c0d
Author: Sergey Beryozkin <sb...@talend.com>
Authored: Fri Jul 3 11:22:30 2015 +0100
Committer: Sergey Beryozkin <sb...@talend.com>
Committed: Fri Jul 3 11:22:30 2015 +0100

----------------------------------------------------------------------
 parent/pom.xml         | 2 +-
 systests/jaxrs/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0f7b744e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 225199f..0af2cf6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -162,7 +162,7 @@
         <cxf.hibernate-validator.bundle.version>5.0.2.Final_1</cxf.hibernate-validator.bundle.version>
         <!-- various OSGi related versions -->
         <cxf.aries.version>1.0.0</cxf.aries.version>
-        <cxf.aries.parser.version>1.3.1-SNAPSHOT</cxf.aries.parser.version> 
+        <cxf.aries.parser.version>1.3.1</cxf.aries.parser.version> 
         <cxf.aries.version.range>[1.0,2)</cxf.aries.version.range>
         <cxf.osgi.version>4.2.0</cxf.osgi.version>
         <cxf.karaf.version>3.0.2</cxf.karaf.version>

http://git-wip-us.apache.org/repos/asf/cxf/blob/0f7b744e/systests/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml
index b922efe..59c1d21 100644
--- a/systests/jaxrs/pom.xml
+++ b/systests/jaxrs/pom.xml
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.web</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.noosgi</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>