You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/11/15 19:39:47 UTC

svn commit: r1409917 - /camel/trunk/components/camel-test-spring/pom.xml

Author: cmueller
Date: Thu Nov 15 18:39:46 2012
New Revision: 1409917

URL: http://svn.apache.org/viewvc?rev=1409917&view=rev
Log:
fixed failing unit test for Spring3.0

Modified:
    camel/trunk/components/camel-test-spring/pom.xml

Modified: camel/trunk/components/camel-test-spring/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-test-spring/pom.xml?rev=1409917&r1=1409916&r2=1409917&view=diff
==============================================================================
--- camel/trunk/components/camel-test-spring/pom.xml (original)
+++ camel/trunk/components/camel-test-spring/pom.xml Thu Nov 15 18:39:46 2012
@@ -31,6 +31,7 @@
     <description>Camel Testing Library using JUnit and Spring</description>
 
     <properties>
+        <spring-version>${spring31-version}</spring-version>
         <camel.osgi.export.pkg>org.apache.camel.test.*</camel.osgi.export.pkg>
     </properties>