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/03/22 11:03:28 UTC

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

Author: cmueller
Date: Thu Mar 22 10:03:28 2012
New Revision: 1303707

URL: http://svn.apache.org/viewvc?rev=1303707&view=rev
Log:
CAMEL-4778: Upgrade Spring to 3.1.1.RELEASE - added a spring3.1 profile

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1303707&r1=1303706&r2=1303707&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu Mar 22 10:03:28 2012
@@ -1801,7 +1801,11 @@
              </plugins>
          </build>
      </profile>
-
+    <profile>
+        <id>spring3.1</id>
+        <properties>
+            <spring-version>3.1.1.RELEASE</spring-version>
+        </properties>
+    </profile>
   </profiles>
-
 </project>