You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/28 03:20:31 UTC

svn commit: r409904 - in /struts/sandbox/trunk/tiles: pom.xml tiles-core/pom.xml tiles-test/pom.xml

Author: wsmoak
Date: Sat May 27 18:20:31 2006
New Revision: 409904

URL: http://svn.apache.org/viewvc?rev=409904&view=rev
Log:
Increment the version number to 0.3-SNAPSHOT before publishing new snapshots.

Modified:
    struts/sandbox/trunk/tiles/pom.xml
    struts/sandbox/trunk/tiles/tiles-core/pom.xml
    struts/sandbox/trunk/tiles/tiles-test/pom.xml

Modified: struts/sandbox/trunk/tiles/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/pom.xml?rev=409904&r1=409903&r2=409904&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/pom.xml (original)
+++ struts/sandbox/trunk/tiles/pom.xml Sat May 27 18:20:31 2006
@@ -32,7 +32,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.struts.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Standalone Tiles</name>
     <url>http://struts.apache.org</url>

Modified: struts/sandbox/trunk/tiles/tiles-core/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-core/pom.xml?rev=409904&r1=409903&r2=409904&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-core/pom.xml (original)
+++ struts/sandbox/trunk/tiles/tiles-core/pom.xml Sat May 27 18:20:31 2006
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.struts.tiles</groupId>
       <artifactId>tiles-parent</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.3-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/sandbox/trunk/tiles/tiles-test/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/pom.xml?rev=409904&r1=409903&r2=409904&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-test/pom.xml (original)
+++ struts/sandbox/trunk/tiles/tiles-test/pom.xml Sat May 27 18:20:31 2006
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.struts.tiles</groupId>
       <artifactId>tiles-parent</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.3-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>