Author: gertv
Date: Wed Mar 30 17:27:32 2011
New Revision: 1087024
URL: http://svn.apache.org/viewvc?rev=1087024&view=rev
Log:
Move camel.version property to top-level POM together with the rest
Modified:
servicemix/components/trunk/engines/servicemix-camel/pom.xml
servicemix/components/trunk/pom.xml
Modified: servicemix/components/trunk/engines/servicemix-camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-camel/pom.xml?rev=1087024&r1=1087023&r2=1087024&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-camel/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-camel/pom.xml Wed Mar 30
17:27:32 2011
@@ -35,8 +35,6 @@
</description>
<properties>
- <camel.version>2.7.0</camel.version>
-
<servicemix.osgi.import>
!org.apache.servicemix.camel*,
!META-INF.services.org.apache.xbean.spring.http.servicemix.apache.org.camel,
Modified: servicemix/components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/pom.xml?rev=1087024&r1=1087023&r2=1087024&view=diff
==============================================================================
--- servicemix/components/trunk/pom.xml (original)
+++ servicemix/components/trunk/pom.xml Wed Mar 30 17:27:32 2011
@@ -95,6 +95,9 @@
<!-- ActiveMQ -->
<activeio.version>3.1.2</activeio.version>
<activemq.version>5.5-SNAPSHOT</activemq.version>
+
+ <!-- Camel -->
+ <camel.version>2.7.0</camel.version>
<!-- CXF -->
<cxf.version>2.3.3</cxf.version>