- Revision
- 532
- Author
- mward
- Date
- 2008-01-06 23:43:08 -0600 (Sun, 06 Jan 2008)
Log Message
[maven-release-plugin] prepare for next development iteration
Modified Paths
- trunk/examples/freemarker-example/pom.xml
- trunk/examples/jruby-example/pom.xml
- trunk/examples/migration-example/pom.xml
- trunk/examples/mydvds-example/pom.xml
- trunk/examples/paranamer-example/pom.xml
- trunk/examples/pom.xml
- trunk/examples/simple-example/pom.xml
- trunk/pom.xml
- trunk/waffle-core/pom.xml
- trunk/waffle-mock/pom.xml
- trunk/waffle-resources/pom.xml
- trunk/waffle-taglib/pom.xml
Diff
Modified: trunk/examples/freemarker-example/pom.xml (531 => 532)
--- trunk/examples/freemarker-example/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/examples/freemarker-example/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle-examples</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-freemarker-example</artifactId> <packaging>war</packaging>
Modified: trunk/examples/jruby-example/pom.xml (531 => 532)
--- trunk/examples/jruby-example/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/examples/jruby-example/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle-examples</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-jruby-example</artifactId> <packaging>war</packaging>
Modified: trunk/examples/migration-example/pom.xml (531 => 532)
--- trunk/examples/migration-example/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/examples/migration-example/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle-examples</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-migration-example</artifactId> <packaging>war</packaging>
Modified: trunk/examples/mydvds-example/pom.xml (531 => 532)
--- trunk/examples/mydvds-example/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/examples/mydvds-example/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle-examples</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-mydvds-example</artifactId> <packaging>war</packaging>
Modified: trunk/examples/paranamer-example/pom.xml (531 => 532)
--- trunk/examples/paranamer-example/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/examples/paranamer-example/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle-examples</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-paranamer-example</artifactId> <packaging>war</packaging>
Modified: trunk/examples/pom.xml (531 => 532)
--- trunk/examples/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/examples/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-examples</artifactId> <packaging>pom</packaging>
Modified: trunk/examples/simple-example/pom.xml (531 => 532)
--- trunk/examples/simple-example/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/examples/simple-example/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle-examples</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <artifactId>waffle-simple-example</artifactId> <packaging>war</packaging>
Modified: trunk/pom.xml (531 => 532)
--- trunk/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> <packaging>pom</packaging> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> <name>Waffle</name> <description> Waffle is a Java action-based web framework that was built to @@ -450,8 +450,8 @@ </contributors> <scm> - <developerConnection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.0-RC-2</developerConnection> - <url>http://svn.codehaus.org/waffle/waffle-1.0-RC-2</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 (531 => 532)
--- trunk/waffle-core/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/waffle-core/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-core</artifactId>
Modified: trunk/waffle-mock/pom.xml (531 => 532)
--- trunk/waffle-mock/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/waffle-mock/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-mock</artifactId>
Modified: trunk/waffle-resources/pom.xml (531 => 532)
--- trunk/waffle-resources/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/waffle-resources/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-resources</artifactId>
Modified: trunk/waffle-taglib/pom.xml (531 => 532)
--- trunk/waffle-taglib/pom.xml 2008-01-07 05:43:05 UTC (rev 531) +++ trunk/waffle-taglib/pom.xml 2008-01-07 05:43:08 UTC (rev 532) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-RC-2</version> + <version>1.0-SNAPSHOT</version> </parent> <packaging>jar</packaging> <artifactId>waffle-taglib</artifactId>
To unsubscribe from this list please visit:
