- Revision
- 497
- Author
- mauro
- Date
- 2007-12-15 10:50:36 -0600 (Sat, 15 Dec 2007)
Log Message
[maven-release-plugin] prepare for next development iteration
Modified Paths
- trunk/pom.xml
- trunk/waffle-core/pom.xml
- trunk/waffle-distribution/pom.xml
- trunk/waffle-mock/pom.xml
- trunk/waffle-resources/pom.xml
- trunk/waffle-taglib/pom.xml
Diff
Modified: trunk/pom.xml (496 => 497)
--- trunk/pom.xml 2007-12-15 16:50:28 UTC (rev 496) +++ trunk/pom.xml 2007-12-15 16:50:36 UTC (rev 497) @@ -3,7 +3,7 @@ <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> <packaging>pom</packaging> - <version>1.0-RC-1</version> + <version>1.0-SNAPSHOT</version> <name>Waffle</name> <description> Waffle is a Java action-based web framework that was built to @@ -466,8 +466,8 @@ </contributors> <scm> - <developerConnection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.0-RC-1</developerConnection> - <url>https://svn.codehaus.org/waffle/tags/waffle-1.0-RC-1</url> + <developerConnection>scm:svn:https://svn.codehaus.org/waffle</developerConnection> + <url>http://svn.codehaus.org/waffle</url> </scm> <distributionManagement>
Modified: trunk/waffle-core/pom.xml (496 => 497)
--- trunk/waffle-core/pom.xml 2007-12-15 16:50:28 UTC (rev 496) +++ trunk/waffle-core/pom.xml 2007-12-15 16:50:36 UTC (rev 497) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-1</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-core</artifactId>
Modified: trunk/waffle-distribution/pom.xml (496 => 497)
--- trunk/waffle-distribution/pom.xml 2007-12-15 16:50:28 UTC (rev 496) +++ trunk/waffle-distribution/pom.xml 2007-12-15 16:50:36 UTC (rev 497) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-1</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-distribution</artifactId> <packaging>pom</packaging>
Modified: trunk/waffle-mock/pom.xml (496 => 497)
--- trunk/waffle-mock/pom.xml 2007-12-15 16:50:28 UTC (rev 496) +++ trunk/waffle-mock/pom.xml 2007-12-15 16:50:36 UTC (rev 497) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-1</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-mock</artifactId>
Modified: trunk/waffle-resources/pom.xml (496 => 497)
--- trunk/waffle-resources/pom.xml 2007-12-15 16:50:28 UTC (rev 496) +++ trunk/waffle-resources/pom.xml 2007-12-15 16:50:36 UTC (rev 497) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-1</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-resources</artifactId>
Modified: trunk/waffle-taglib/pom.xml (496 => 497)
--- trunk/waffle-taglib/pom.xml 2007-12-15 16:50:28 UTC (rev 496) +++ trunk/waffle-taglib/pom.xml 2007-12-15 16:50:36 UTC (rev 497) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-1</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-taglib</artifactId>
To unsubscribe from this list please visit:
