You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2012/01/14 20:37:43 UTC

svn commit: r1231565 - in /roller/branches/roller_5.0: pom.xml weblogger-web/pom.xml

Author: snoopdave
Date: Sat Jan 14 19:37:43 2012
New Revision: 1231565

URL: http://svn.apache.org/viewvc?rev=1231565&view=rev
Log:
Moving to new versions of Struts and Spring security

Modified:
    roller/branches/roller_5.0/pom.xml
    roller/branches/roller_5.0/weblogger-web/pom.xml

Modified: roller/branches/roller_5.0/pom.xml
URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/pom.xml?rev=1231565&r1=1231564&r2=1231565&view=diff
==============================================================================
--- roller/branches/roller_5.0/pom.xml (original)
+++ roller/branches/roller_5.0/pom.xml Sat Jan 14 19:37:43 2012
@@ -238,21 +238,21 @@
             <dependency>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-core</artifactId>
-                <version>2.2.1</version>
+                <version>2.2.3.1</version>
                 <scope>compile</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-tiles-plugin</artifactId>
-                <version>2.2.1</version>
+                <version>2.2.3.1</version>
                 <scope>compile</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-spring-plugin</artifactId>
-                <version>2.2.1</version>
+                <version>2.2.3.1</version>
             </dependency>
 
             <!-- <dependency>

Modified: roller/branches/roller_5.0/weblogger-web/pom.xml
URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-web/pom.xml?rev=1231565&r1=1231564&r2=1231565&view=diff
==============================================================================
--- roller/branches/roller_5.0/weblogger-web/pom.xml (original)
+++ roller/branches/roller_5.0/weblogger-web/pom.xml Sat Jan 14 19:37:43 2012
@@ -196,7 +196,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
-            <version>2.5.6</version>
+            <version>2.5.6.SEC03</version>
             <exclusions>
                 <exclusion>
                     <groupId>aopalliance</groupId>