You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/06/02 11:39:10 UTC

svn commit: r1599141 - /roller/branches/roller_5.0/pom.xml

Author: gmazza
Date: Mon Jun  2 09:39:10 2014
New Revision: 1599141

URL: http://svn.apache.org/r1599141
Log:
Updated Struts version.

Modified:
    roller/branches/roller_5.0/pom.xml

Modified: roller/branches/roller_5.0/pom.xml
URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/pom.xml?rev=1599141&r1=1599140&r2=1599141&view=diff
==============================================================================
--- roller/branches/roller_5.0/pom.xml (original)
+++ roller/branches/roller_5.0/pom.xml Mon Jun  2 09:39:10 2014
@@ -233,21 +233,21 @@
             <dependency>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-core</artifactId>
-                <version>2.2.3.1</version>
+                <version>2.3.16.3</version>
                 <scope>compile</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-tiles-plugin</artifactId>
-                <version>2.2.3.1</version>
+                <version>2.3.16.3</version>
                 <scope>compile</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.struts</groupId>
                 <artifactId>struts2-spring-plugin</artifactId>
-                <version>2.2.3.1</version>
+                <version>2.3.16.3</version>
             </dependency>
 
             <!-- <dependency>