You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2006/10/16 22:19:30 UTC

svn commit: r464651 - in /struts/struts2/trunk: all/pom.xml pom.xml

Author: mrdon
Date: Mon Oct 16 13:19:29 2006
New Revision: 464651

URL: http://svn.apache.org/viewvc?view=rev&rev=464651
Log:
Fix the versions on two poms that were left out of the 2.0.2-SNAPSHOT changes
WW-1453

Modified:
    struts/struts2/trunk/all/pom.xml
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/all/pom.xml?view=diff&rev=464651&r1=464650&r2=464651
==============================================================================
--- struts/struts2/trunk/all/pom.xml (original)
+++ struts/struts2/trunk/all/pom.xml Mon Oct 16 13:19:29 2006
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-parent</artifactId>
-        <version>2.0.1</version>
+        <version>2.0.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-all</artifactId>

Modified: struts/struts2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?view=diff&rev=464651&r1=464650&r2=464651
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Mon Oct 16 13:19:29 2006
@@ -32,7 +32,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-parent</artifactId>
-    <version>2.0.1</version>
+    <version>2.0.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Struts 2</name>
     <url>http://struts.apache.org/struts2</url>