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 2010/06/16 12:54:01 UTC

svn commit: r955188 - /camel/trunk/parent/pom.xml

Author: davsclaus
Date: Wed Jun 16 10:54:01 2010
New Revision: 955188

URL: http://svn.apache.org/viewvc?rev=955188&view=rev
Log:
Upgraded to Spring 3.0.3

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=955188&r1=955187&r2=955188&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Wed Jun 16 10:54:01 2010
@@ -1521,7 +1521,7 @@
     <profile>
       <id>spring-3.x</id>
       <properties>
-         <spring-version>3.0.2.RELEASE</spring-version>
+         <spring-version>3.0.3.RELEASE</spring-version>
          <junit-version>4.8.1</junit-version> 
       </properties>
       <!--repositories>