Repository: cxf Updated Branches: refs/heads/3.0.x-fixes aa4950075 -> 18b65240a
[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/18b65240 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/18b65240 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/18b65240 Branch: refs/heads/3.0.x-fixes Commit: 18b65240a881a52528940d65833e9928f42fe29f Parents: aa49500 Author: Sergey Beryozkin <[email protected]> Authored: Fri Jul 3 11:22:30 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Jul 3 11:23:15 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/18b65240/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3382ff0..df602c4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -176,7 +176,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>2.4.0</cxf.karaf.version> http://git-wip-us.apache.org/repos/asf/cxf/blob/18b65240/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index d5468c1..c0cdc6a 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -75,7 +75,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> @@ -87,7 +87,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>
