You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/08/10 19:58:54 UTC

svn commit: r1156277 - /camel/trunk/examples/camel-example-etl/src/main/resources/features.xml

Author: davsclaus
Date: Wed Aug 10 17:58:53 2011
New Revision: 1156277

URL: http://svn.apache.org/viewvc?rev=1156277&view=rev
Log:
CAMEL-4319: Upgraded to spring 3.0.x in feature file for camel-example-etl.

Modified:
    camel/trunk/examples/camel-example-etl/src/main/resources/features.xml

Modified: camel/trunk/examples/camel-example-etl/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-etl/src/main/resources/features.xml?rev=1156277&r1=1156276&r2=1156277&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-etl/src/main/resources/features.xml (original)
+++ camel/trunk/examples/camel-example-etl/src/main/resources/features.xml Wed Aug 10 17:58:53 2011
@@ -31,7 +31,7 @@
     <feature name='hibernate-feauture' version='${pom.version}'>
        <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.java-persistence-api-1.1.1/1.4.0</bundle>
        <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/1.2.2_5</bundle>
-       <bundle>mvn:org.springframework/spring-jdbc/2.5.6.SEC01</bundle>
+       <bundle>mvn:org.springframework/spring-jdbc/3.0.5.RELEASE</bundle>
        <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_2</bundle>
        <bundle>mvn:org.antlr/com.springsource.antlr/2.7.7</bundle>
        <bundle>mvn:org.objectweb.asm/com.springsource.org.objectweb.asm/1.5.3</bundle>
@@ -41,7 +41,7 @@
        <bundle>mvn:org.hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA</bundle>
        <bundle>mvn:org.hibernate/com.springsource.org.hibernate.ejb/3.4.0.GA</bundle>
        <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.2.GA</bundle>
-       <bundle>mvn:org.springframework/spring-orm/2.5.6.SEC01</bundle> 
+       <bundle>mvn:org.springframework/spring-orm/3.0.5.RELEASE</bundle> 
     </feature>
     
     <feature name='camel-example-etl' version='${pom.version}'>