You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2010/04/02 12:35:42 UTC

svn commit: r930230 - /archiva/branches/archiva-1.3.x/pom.xml

Author: oching
Date: Fri Apr  2 10:35:42 2010
New Revision: 930230

URL: http://svn.apache.org/viewvc?rev=930230&view=rev
Log:
[MRM-1206] HTTP ERROR: 500 when adding/deleting artifact, adding repository/legacy support/network proxies with null values
submitted by Gwen Harold Autencio
o upgraded struts2-core and struts2-spring-plugin from 2.0.11.2 to 2.0.14

Modified:
    archiva/branches/archiva-1.3.x/pom.xml

Modified: archiva/branches/archiva-1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/archiva/branches/archiva-1.3.x/pom.xml?rev=930230&r1=930229&r2=930230&view=diff
==============================================================================
--- archiva/branches/archiva-1.3.x/pom.xml (original)
+++ archiva/branches/archiva-1.3.x/pom.xml Fri Apr  2 10:35:42 2010
@@ -943,7 +943,7 @@
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-core</artifactId>
-        <version>2.0.11.2</version>
+        <version>2.0.14</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
@@ -954,7 +954,7 @@
       <dependency>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-spring-plugin</artifactId>
-        <version>2.0.11.2</version>
+        <version>2.0.14</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>