Author: davsclaus
Date: Thu Oct 23 23:36:47 2008
New Revision: 707560

URL: http://svn.apache.org/viewvc?rev=707560&view=rev
Log:
CAMEL-1021: fixed examples

Modified:
    activemq/camel/trunk/examples/camel-example-spring-jms/pom.xml

Modified: activemq/camel/trunk/examples/camel-example-spring-jms/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring-jms/pom.xml?rev=707560&r1=707559&r2=707560&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-jms/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-spring-jms/pom.xml Thu Oct 23 
23:36:47 2008
@@ -65,12 +65,12 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-aop</artifactId>
-            <version>2.5.3</version>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-aop</artifactId>
-            <version>2.5.3</version>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.aspectj</groupId>


Reply via email to