Repository: cxf Updated Branches: refs/heads/master 3bd4e8442 -> 658a15b4a
Upgraded Olingo2 from incubator to 1.2.0 release Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/658a15b4 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/658a15b4 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/658a15b4 Branch: refs/heads/master Commit: 658a15b4a2751d2e291d508a71499c6b2a374fdd Parents: 3bd4e84 Author: reta <[email protected]> Authored: Thu Apr 10 18:31:36 2014 -0400 Committer: reta <[email protected]> Committed: Thu Apr 10 18:31:36 2014 -0400 ---------------------------------------------------------------------- distribution/javadoc/pom.xml | 2 +- parent/pom.xml | 4 ++-- rt/rs/extensions/search/pom.xml | 2 +- systests/jaxrs/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/658a15b4/distribution/javadoc/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml index 42e8992..3d6c0c7 100644 --- a/distribution/javadoc/pom.xml +++ b/distribution/javadoc/pom.xml @@ -309,7 +309,7 @@ </dependency> <dependency> <groupId>org.apache.olingo</groupId> - <artifactId>olingo-odata2-core-incubating</artifactId> + <artifactId>olingo-odata2-core</artifactId> </dependency> <dependency> <groupId>net.oauth.core</groupId> http://git-wip-us.apache.org/repos/asf/cxf/blob/658a15b4/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 7804aeb..602ff99 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -189,7 +189,7 @@ <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version> <cxf.dom4j.bundle.version>1.6.1_5</cxf.dom4j.bundle.version> <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version> - <cxf.olingo.version>1.1.0</cxf.olingo.version> + <cxf.olingo.version>1.2.0</cxf.olingo.version> <cxf.checkstyle.extension /> <cxf.jaxb.context.class /> <cxf.spring.validation.mode>VALIDATION_AUTO</cxf.spring.validation.mode> @@ -1110,7 +1110,7 @@ </dependency> <dependency> <groupId>org.apache.olingo</groupId> - <artifactId>olingo-odata2-core-incubating</artifactId> + <artifactId>olingo-odata2-core</artifactId> <version>${cxf.olingo.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/658a15b4/rt/rs/extensions/search/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml index dd17428..b2226ef 100644 --- a/rt/rs/extensions/search/pom.xml +++ b/rt/rs/extensions/search/pom.xml @@ -67,7 +67,7 @@ </dependency> <dependency> <groupId>org.apache.olingo</groupId> - <artifactId>olingo-odata2-core-incubating</artifactId> + <artifactId>olingo-odata2-core</artifactId> <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/cxf/blob/658a15b4/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index 6f66d90..e453479 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -66,7 +66,7 @@ </dependency> <dependency> <groupId>org.apache.olingo</groupId> - <artifactId>olingo-odata2-core-incubating</artifactId> + <artifactId>olingo-odata2-core</artifactId> </dependency> <dependency> <groupId>xalan</groupId>
