- Revision
- 833
- Author
- mauro
- Date
- 2008-09-10 09:08:50 -0500 (Wed, 10 Sep 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-ruby/pom.xml
- trunk/waffle-taglib/pom.xml
- trunk/waffle-testing/pom.xml
Diff
Modified: trunk/pom.xml (832 => 833)
--- trunk/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> <packaging>pom</packaging> - <version>1.2</version> + <version>1.3-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.2</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.2</developerConnection> - <url>https://svn.codehaus.org/waffle/tags/waffle-1.2</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 (832 => 833)
--- trunk/waffle-core/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/waffle-core/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-core</artifactId>
Modified: trunk/waffle-distribution/pom.xml (832 => 833)
--- trunk/waffle-distribution/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/waffle-distribution/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <artifactId>waffle-distribution</artifactId> <packaging>pom</packaging>
Modified: trunk/waffle-mock/pom.xml (832 => 833)
--- trunk/waffle-mock/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/waffle-mock/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-mock</artifactId>
Modified: trunk/waffle-resources/pom.xml (832 => 833)
--- trunk/waffle-resources/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/waffle-resources/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-resources</artifactId>
Modified: trunk/waffle-ruby/pom.xml (832 => 833)
--- trunk/waffle-ruby/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/waffle-ruby/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-ruby</artifactId>
Modified: trunk/waffle-taglib/pom.xml (832 => 833)
--- trunk/waffle-taglib/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/waffle-taglib/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-taglib</artifactId>
Modified: trunk/waffle-testing/pom.xml (832 => 833)
--- trunk/waffle-testing/pom.xml 2008-09-10 14:08:44 UTC (rev 832) +++ trunk/waffle-testing/pom.xml 2008-09-10 14:08:50 UTC (rev 833) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-testing</artifactId>
To unsubscribe from this list please visit:
