You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by ta...@apache.org on 2014/07/13 00:30:04 UTC

svn commit: r1610078 - /portals/applications/gems/trunk/pom.xml

Author: taylor
Date: Sat Jul 12 22:30:04 2014
New Revision: 1610078

URL: http://svn.apache.org/r1610078
Log:
JS2-1290: jar upgrade for spring and some apache commons dependencies. contribution from David Dyer

Modified:
    portals/applications/gems/trunk/pom.xml

Modified: portals/applications/gems/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/gems/trunk/pom.xml?rev=1610078&r1=1610077&r2=1610078&view=diff
==============================================================================
--- portals/applications/gems/trunk/pom.xml (original)
+++ portals/applications/gems/trunk/pom.xml Sat Jul 12 22:30:04 2014
@@ -44,7 +44,7 @@
     <commons-httpclient.version>3.0.1</commons-httpclient.version>
     <commons-lang.version>2.4</commons-lang.version>
     <slf4j.version>1.5.6</slf4j.version>
-    <spring.version>2.5.6</spring.version>
+    <spring.version>3.2.9.RELEASE</spring.version>
   </properties>
 
   <!-- Dependencies -->
@@ -210,4 +210,5 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>
+