Author: davsclaus
Date: Sat Feb 16 12:54:15 2013
New Revision: 1446889
URL: http://svn.apache.org/r1446889
Log:
Polished pom
Modified:
camel/trunk/components/camel-spring-javaconfig/pom.xml
Modified: camel/trunk/components/camel-spring-javaconfig/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-javaconfig/pom.xml?rev=1446889&r1=1446888&r2=1446889&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-javaconfig/pom.xml (original)
+++ camel/trunk/components/camel-spring-javaconfig/pom.xml Sat Feb 16 12:54:15
2013
@@ -32,8 +32,7 @@
<properties>
<camel.osgi.export.pkg>org.apache.camel.spring.javaconfig.*</camel.osgi.export.pkg>
- <!-- The test module has the dependency of Spring 3.1.1, but the module
can run with Spring 3.0.x out of box -->
- <spring-version>3.1.1.RELEASE</spring-version>
+ <spring-version>${spring31-version}</spring-version>
</properties>
<dependencies>