- Revision
- 565
- Author
- mauro
- Date
- 2008-01-19 05:11:57 -0600 (Sat, 19 Jan 2008)
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 (564 => 565)
--- trunk/pom.xml 2008-01-19 11:11:48 UTC (rev 564) +++ trunk/pom.xml 2008-01-19 11:11:57 UTC (rev 565) @@ -3,7 +3,7 @@ <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> <packaging>pom</packaging> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <name>Waffle</name> <description> Waffle is a Java action-based web framework that was built to @@ -423,8 +423,8 @@ </contributors> <scm> - <developerConnection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.0</developerConnection> - <url>http://svn.codehaus.org/waffle/tags/waffle-1.0</url> + <developerConnection>scm:svn:https://svn.codehaus.org/waffle/trunk</developerConnection> + <url>http://svn.codehaus.org/waffle/trunk</url> </scm> <distributionManagement>
Modified: trunk/waffle-core/pom.xml (564 => 565)
--- trunk/waffle-core/pom.xml 2008-01-19 11:11:48 UTC (rev 564) +++ trunk/waffle-core/pom.xml 2008-01-19 11:11:57 UTC (rev 565) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-core</artifactId>
Modified: trunk/waffle-distribution/pom.xml (564 => 565)
--- trunk/waffle-distribution/pom.xml 2008-01-19 11:11:48 UTC (rev 564) +++ trunk/waffle-distribution/pom.xml 2008-01-19 11:11:57 UTC (rev 565) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <artifactId>waffle-distribution</artifactId> <packaging>pom</packaging>
Modified: trunk/waffle-mock/pom.xml (564 => 565)
--- trunk/waffle-mock/pom.xml 2008-01-19 11:11:48 UTC (rev 564) +++ trunk/waffle-mock/pom.xml 2008-01-19 11:11:57 UTC (rev 565) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-mock</artifactId>
Modified: trunk/waffle-resources/pom.xml (564 => 565)
--- trunk/waffle-resources/pom.xml 2008-01-19 11:11:48 UTC (rev 564) +++ trunk/waffle-resources/pom.xml 2008-01-19 11:11:57 UTC (rev 565) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-resources</artifactId>
Modified: trunk/waffle-taglib/pom.xml (564 => 565)
--- trunk/waffle-taglib/pom.xml 2008-01-19 11:11:48 UTC (rev 564) +++ trunk/waffle-taglib/pom.xml 2008-01-19 11:11:57 UTC (rev 565) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-taglib</artifactId>
To unsubscribe from this list please visit:
