- Revision
- 540
- Author
- mauro
- Date
- 2008-01-07 07:03:41 -0600 (Mon, 07 Jan 2008)
Log Message
Reverted version 1.0-RC-2 to 1.0-SNAPSHOT following botched release attempt.
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-mock/pom.xml
- trunk/waffle-resources/pom.xml
- trunk/waffle-taglib/pom.xml
Diff
Modified: trunk/examples/freemarker-example/pom.xml (539 => 540)
--- trunk/examples/freemarker-example/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/examples/freemarker-example/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/examples/jruby-example/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/examples/jruby-example/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/examples/migration-example/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/examples/migration-example/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/examples/mydvds-example/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/examples/mydvds-example/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/examples/paranamer-example/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/examples/paranamer-example/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/examples/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/examples/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/examples/simple-example/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/examples/simple-example/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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/tags/waffle-1.0-SNAPSHOT</developerConnection> + <url>http://svn.codehaus.org/waffle/waffle-1.0-SNAPSHOT</url> </scm> <distributionManagement>
Modified: trunk/waffle-mock/pom.xml (539 => 540)
--- trunk/waffle-mock/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/waffle-mock/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/waffle-resources/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/waffle-resources/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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 (539 => 540)
--- trunk/waffle-taglib/pom.xml 2008-01-07 06:58:06 UTC (rev 539) +++ trunk/waffle-taglib/pom.xml 2008-01-07 13:03:41 UTC (rev 540) @@ -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:
