Title: [waffle-scm] [298] trunk: [maven-release-plugin] prepare for next development iteration
Revision
298
Author
mauro
Date
2007-07-28 07:23:14 -0500 (Sat, 28 Jul 2007)

Log Message

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

Modified Paths


Diff

Modified: trunk/core/pom.xml (297 => 298)

--- trunk/core/pom.xml	2007-07-28 12:23:03 UTC (rev 297)
+++ trunk/core/pom.xml	2007-07-28 12:23:14 UTC (rev 298)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle-parent</artifactId>
-    <version>1.0-beta-1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle</artifactId>

Modified: trunk/distribution/pom.xml (297 => 298)

--- trunk/distribution/pom.xml	2007-07-28 12:23:03 UTC (rev 297)
+++ trunk/distribution/pom.xml	2007-07-28 12:23:14 UTC (rev 298)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle-parent</artifactId>
-    <version>1.0-beta-1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>waffle-distribution</artifactId>
   <packaging>pom</packaging>

Modified: trunk/extensions/taglib/pom.xml (297 => 298)

--- trunk/extensions/taglib/pom.xml	2007-07-28 12:23:03 UTC (rev 297)
+++ trunk/extensions/taglib/pom.xml	2007-07-28 12:23:14 UTC (rev 298)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle-parent</artifactId>
-    <version>1.0-beta-1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-taglib</artifactId>

Modified: trunk/extensions/webcontainer/pom.xml (297 => 298)

--- trunk/extensions/webcontainer/pom.xml	2007-07-28 12:23:03 UTC (rev 297)
+++ trunk/extensions/webcontainer/pom.xml	2007-07-28 12:23:14 UTC (rev 298)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.codehaus.waffle</groupId>
     <artifactId>waffle-parent</artifactId>
-    <version>1.0-beta-1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <artifactId>waffle-webcontainer</artifactId>

Modified: trunk/pom.xml (297 => 298)

--- trunk/pom.xml	2007-07-28 12:23:03 UTC (rev 297)
+++ trunk/pom.xml	2007-07-28 12:23:14 UTC (rev 298)
@@ -3,7 +3,7 @@
   <groupId>org.codehaus.waffle</groupId>
   <artifactId>waffle-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.0-beta-1</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Waffle Parent</name>
   <description>
     Waffle is a Java web framework that makes the process of developing Java based web applications easier. It was built
@@ -420,8 +420,8 @@
   </developers>
 
   <scm>
-    <developerConnection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.0-beta-1</developerConnection>
-    <url>https://svn.codehaus.org/waffle/tags/waffle-1.0-beta-1</url>
+    <developerConnection>scm:svn:https://svn.codehaus.org/waffle</developerConnection>
+    <url>http://svn.codehaus.org/waffle</url>
   </scm>
 
   <distributionManagement>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to