- Revision
- 495
- Author
- mauro
- Date
- 2007-12-15 10:50:18 -0600 (Sat, 15 Dec 2007)
Log Message
[maven-release-plugin] prepare release waffle-1.0-RC-1
Modified Paths
Diff
Modified: trunk/pom.xml (494 => 495)
--- trunk/pom.xml 2007-12-15 16:42:17 UTC (rev 494) +++ trunk/pom.xml 2007-12-15 16:50:18 UTC (rev 495) @@ -1,11 +1,9 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> <packaging>pom</packaging> - <version>1.0-SNAPSHOT</version> + <version>1.0-RC-1</version> <name>Waffle</name> <description> Waffle is a Java action-based web framework that was built to @@ -468,10 +466,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-RC-1</developerConnection> + <url>https://svn.codehaus.org/waffle/tags/waffle-1.0-RC-1</url> </scm> <distributionManagement> @@ -553,4 +549,4 @@ </pluginRepository> </pluginRepositories> -</project> +</project> \ No newline at end of file
Modified: trunk/waffle-core/pom.xml (494 => 495)
--- trunk/waffle-core/pom.xml 2007-12-15 16:42:17 UTC (rev 494) +++ trunk/waffle-core/pom.xml 2007-12-15 16:50:18 UTC (rev 495) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-RC-1</version> </parent> <packaging>jar</packaging> <artifactId>waffle-core</artifactId>
Modified: trunk/waffle-distribution/pom.xml (494 => 495)
--- trunk/waffle-distribution/pom.xml 2007-12-15 16:42:17 UTC (rev 494) +++ trunk/waffle-distribution/pom.xml 2007-12-15 16:50:18 UTC (rev 495) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-RC-1</version> </parent> <artifactId>waffle-distribution</artifactId> <packaging>pom</packaging>
Modified: trunk/waffle-mock/pom.xml (494 => 495)
--- trunk/waffle-mock/pom.xml 2007-12-15 16:42:17 UTC (rev 494) +++ trunk/waffle-mock/pom.xml 2007-12-15 16:50:18 UTC (rev 495) @@ -1,11 +1,9 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-RC-1</version> </parent> <packaging>jar</packaging> <artifactId>waffle-mock</artifactId> @@ -28,4 +26,4 @@ </dependency> </dependencies> -</project> +</project> \ No newline at end of file
Modified: trunk/waffle-resources/pom.xml (494 => 495)
--- trunk/waffle-resources/pom.xml 2007-12-15 16:42:17 UTC (rev 494) +++ trunk/waffle-resources/pom.xml 2007-12-15 16:50:18 UTC (rev 495) @@ -1,11 +1,9 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-RC-1</version> </parent> <packaging>jar</packaging> <artifactId>waffle-resources</artifactId> @@ -14,4 +12,4 @@ A collection of distributable Waffle webapp resources. </description> -</project> +</project> \ No newline at end of file
Modified: trunk/waffle-taglib/pom.xml (494 => 495)
--- trunk/waffle-taglib/pom.xml 2007-12-15 16:42:17 UTC (rev 494) +++ trunk/waffle-taglib/pom.xml 2007-12-15 16:50:18 UTC (rev 495) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-RC-1</version> </parent> <packaging>jar</packaging> <artifactId>waffle-taglib</artifactId>
To unsubscribe from this list please visit:
