- Revision
- 525
- Author
- mward
- Date
- 2008-01-05 23:37:18 -0600 (Sat, 05 Jan 2008)
Log Message
[maven-release-plugin] prepare release waffle-1.0
Modified Paths
- 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/pom.xml (524 => 525)
--- trunk/pom.xml 2008-01-06 05:17:37 UTC (rev 524) +++ trunk/pom.xml 2008-01-06 05:37:18 UTC (rev 525) @@ -3,7 +3,7 @@ <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> <packaging>pom</packaging> - <version>1.0-SNAPSHOT</version> + <version>1.0</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</developerConnection> - <url>http://svn.codehaus.org/waffle</url> + <developerConnection>scm:svn:https://svn.codehaus.org/waffle/tags/waffle-1.0</developerConnection> + <url>http://svn.codehaus.org/waffle/waffle-1.0</url> </scm> <distributionManagement>
Modified: trunk/waffle-core/pom.xml (524 => 525)
--- trunk/waffle-core/pom.xml 2008-01-06 05:17:37 UTC (rev 524) +++ trunk/waffle-core/pom.xml 2008-01-06 05:37:18 UTC (rev 525) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <packaging>jar</packaging> <artifactId>waffle-core</artifactId>
Modified: trunk/waffle-mock/pom.xml (524 => 525)
--- trunk/waffle-mock/pom.xml 2008-01-06 05:17:37 UTC (rev 524) +++ trunk/waffle-mock/pom.xml 2008-01-06 05:37:18 UTC (rev 525) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <packaging>jar</packaging> <artifactId>waffle-mock</artifactId>
Modified: trunk/waffle-resources/pom.xml (524 => 525)
--- trunk/waffle-resources/pom.xml 2008-01-06 05:17:37 UTC (rev 524) +++ trunk/waffle-resources/pom.xml 2008-01-06 05:37:18 UTC (rev 525) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <packaging>jar</packaging> <artifactId>waffle-resources</artifactId>
Modified: trunk/waffle-taglib/pom.xml (524 => 525)
--- trunk/waffle-taglib/pom.xml 2008-01-06 05:17:37 UTC (rev 524) +++ trunk/waffle-taglib/pom.xml 2008-01-06 05:37:18 UTC (rev 525) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <packaging>jar</packaging> <artifactId>waffle-taglib</artifactId>
To unsubscribe from this list please visit:
