Repository: camel
Updated Branches:
  refs/heads/master 0cd7cbc34 -> bf88ab737


CAMEL-7773 Clean up the pom of camel-olingo2


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8a81cc36
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8a81cc36
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8a81cc36

Branch: refs/heads/master
Commit: 8a81cc36d3f251e482c0490d179fc1c2a30bfa76
Parents: 0cd7cbc
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Tue Sep 2 16:40:41 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Tue Sep 2 16:40:41 2014 +0800

----------------------------------------------------------------------
 components/camel-olingo2/camel-olingo2-api/pom.xml | 4 +---
 parent/pom.xml                                     | 2 ++
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8a81cc36/components/camel-olingo2/camel-olingo2-api/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml 
b/components/camel-olingo2/camel-olingo2-api/pom.xml
index 23b2ae6..9d9e223 100644
--- a/components/camel-olingo2/camel-olingo2-api/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-api/pom.xml
@@ -32,8 +32,6 @@
 
   <properties>
     
<camel.osgi.export.pkg>org.apache.camel.component.olingo2.api*</camel.osgi.export.pkg>
-    <olingo2-version>2.0.0</olingo2-version>
-    <http-asyncclient-version>4.0.2</http-asyncclient-version>
   </properties>
 
   <dependencies>
@@ -56,7 +54,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpasyncclient</artifactId>
-      <version>${http-asyncclient-version}</version>
+      <version>${httpasyncclient-version}</version>  
     </dependency>
 
     <!-- logging -->

http://git-wip-us.apache.org/repos/asf/camel/blob/8a81cc36/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 97fd08e..72ae432 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -193,6 +193,7 @@
     <httpunit-version>1.7</httpunit-version>
     <httpcore4-version>4.3.2</httpcore4-version>
     <httpclient4-version>4.3.3</httpclient4-version>
+    <httpasyncclient-version>4.0.2</httpasyncclient-version>
     <httpclient-version>3.1</httpclient-version>
     <ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version>
     <ibatis-version>2.3.4.726</ibatis-version>
@@ -325,6 +326,7 @@
     <noggit-bundle-version>0.5_1</noggit-bundle-version>
     <!-- should be in-sync with deltaspike -->
     <openwebbeans-version>1.1.5</openwebbeans-version>
+    <olingo2-version>2.0.0</olingo2-version>
     <ognl-version>3.0.8_1</ognl-version>
     <openejb-version>4.6.0.2</openejb-version>
     <openjpa-version>2.3.0</openjpa-version>

Reply via email to