Title: [waffle-scm] [856] trunk: [maven-release-plugin] prepare for next development iteration
Revision
856
Author
mauro
Date
2008-10-11 05:29:57 -0500 (Sat, 11 Oct 2008)

Log Message

[maven-release-plugin] prepare for next development iteration

Modified Paths


Diff

Modified: trunk/pom.xml (855 => 856)

--- trunk/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <groupId>org.codehaus.waffle</groupId>
   <artifactId>waffle</artifactId>
   <packaging>pom</packaging>
-  <version>1.3</version>
+  <version>1.4-SNAPSHOT</version>
   <name>Waffle</name>
   <description>Waffle is a Java action-based web framework designed to support enterprise-level business
     applications, with no mandatory XML configuration (beyond the minimal web.xml required by any JEE webapp) and no
@@ -424,8 +424,8 @@
     </snapshotRepository>
   </distributionManagement>
   <scm>
-    <connection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.3</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.3</developerConnection>
-    <url>https://svn.codehaus.org/waffle/tags/waffle-1.3</url>
+    <connection>scm:svn:https://svn.codehaus.org/waffle/trunk</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/waffle/trunk</developerConnection>
+    <url>https://svn.codehaus.org/waffle/trunk</url>
   </scm>
 </project>
\ No newline at end of file

Modified: trunk/waffle-core/pom.xml (855 => 856)

--- trunk/waffle-core/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/waffle-core/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-core</artifactId>

Modified: trunk/waffle-distribution/pom.xml (855 => 856)

--- trunk/waffle-distribution/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/waffle-distribution/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <artifactId>waffle-distribution</artifactId>
   <packaging>pom</packaging>

Modified: trunk/waffle-mock/pom.xml (855 => 856)

--- trunk/waffle-mock/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/waffle-mock/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-mock</artifactId>

Modified: trunk/waffle-resources/pom.xml (855 => 856)

--- trunk/waffle-resources/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/waffle-resources/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-resources</artifactId>

Modified: trunk/waffle-ruby/pom.xml (855 => 856)

--- trunk/waffle-ruby/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/waffle-ruby/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-ruby</artifactId>

Modified: trunk/waffle-taglib/pom.xml (855 => 856)

--- trunk/waffle-taglib/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/waffle-taglib/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-taglib</artifactId>

Modified: trunk/waffle-testing/pom.xml (855 => 856)

--- trunk/waffle-testing/pom.xml	2008-10-11 10:29:51 UTC (rev 855)
+++ trunk/waffle-testing/pom.xml	2008-10-11 10:29:57 UTC (rev 856)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-testing</artifactId>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to