You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by oc...@apache.org on 2011/04/17 16:32:20 UTC

svn commit: r1094148 - /continuum/trunk/pom.xml

Author: oching
Date: Sun Apr 17 14:32:20 2011
New Revision: 1094148

URL: http://svn.apache.org/viewvc?rev=1094148&view=rev
Log:
upgraded to struts 2.1.8 to make it compatible with redback trunk and fix the startup problem

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=1094148&r1=1094147&r2=1094148&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Sun Apr 17 14:32:20 2011
@@ -1709,7 +1709,7 @@ under the License.
     <continuumWebappVersion>${project.version}</continuumWebappVersion>
     <maven.version>2.0.9</maven.version>
     <spring.version>2.5.6</spring.version>
-    <struts.version>2.1.6</struts.version>
+    <struts.version>2.1.8</struts.version>
     <wagon.version>1.0-beta-2</wagon.version>
     <maven-scm.version>1.4</maven-scm.version>
     <redback.version>1.3-SNAPSHOT</redback.version>