You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/07/09 08:21:47 UTC

svn commit: r1358929 - /incubator/syncope/trunk/parent/pom.xml

Author: ilgrosso
Date: Mon Jul  9 06:21:46 2012
New Revision: 1358929

URL: http://svn.apache.org/viewvc?rev=1358929&view=rev
Log:
Upgrading to Spring Security 3.1.1

Modified:
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1358929&r1=1358928&r2=1358929&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Mon Jul  9 06:21:46 2012
@@ -246,7 +246,7 @@ under the License.
     <activiti.version>5.9</activiti.version>
 
     <spring.version>3.1.1.RELEASE</spring.version>
-    <spring-security.version>3.1.0.RELEASE</spring-security.version>
+    <spring-security.version>3.1.1.RELEASE</spring-security.version>
     <aspectj.version>1.6.12</aspectj.version>
     <jackson.version>1.9.7</jackson.version>
     <xstream.version>1.4.2</xstream.version>