You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 15:52:43 UTC

svn commit: r1230074 - /incubator/amber/trunk/oauth-2.0/pom.xml

Author: simonetripodi
Date: Wed Jan 11 14:52:42 2012
New Revision: 1230074

URL: http://svn.apache.org/viewvc?rev=1230074&view=rev
Log:
updated spring framework version

Modified:
    incubator/amber/trunk/oauth-2.0/pom.xml

Modified: incubator/amber/trunk/oauth-2.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/oauth-2.0/pom.xml?rev=1230074&r1=1230073&r2=1230074&view=diff
==============================================================================
--- incubator/amber/trunk/oauth-2.0/pom.xml (original)
+++ incubator/amber/trunk/oauth-2.0/pom.xml Wed Jan 11 14:52:42 2012
@@ -48,7 +48,7 @@
 
   <properties>
     <cxf.version>2.2.10</cxf.version>
-    <spring.version>3.0.2.RELEASE</spring.version>
+    <org.springframework.version>3.0.3.RELEASE</org.springframework.version>
     <spring-mock.version>2.0.8</spring-mock.version>
     <easy-mock.version>3.0</easy-mock.version>
     <servlet-api.version>2.5</servlet-api.version>