- Revision
- 831
- Author
- mauro
- Date
- 2008-09-10 09:08:35 -0500 (Wed, 10 Sep 2008)
Log Message
[maven-release-plugin] prepare release waffle-1.2
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 (830 => 831)
--- trunk/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -1,10 +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.2-SNAPSHOT</version> + <version>1.2</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 @@ -425,8 +424,8 @@ </snapshotRepository> </distributionManagement> <scm> - <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> + <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> </scm> </project> \ No newline at end of file
Modified: trunk/waffle-core/pom.xml (830 => 831)
--- trunk/waffle-core/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/waffle-core/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> </parent> <packaging>jar</packaging> <artifactId>waffle-core</artifactId>
Modified: trunk/waffle-distribution/pom.xml (830 => 831)
--- trunk/waffle-distribution/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/waffle-distribution/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -1,10 +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.2-SNAPSHOT</version> + <version>1.2</version> </parent> <artifactId>waffle-distribution</artifactId> <packaging>pom</packaging>
Modified: trunk/waffle-mock/pom.xml (830 => 831)
--- trunk/waffle-mock/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/waffle-mock/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> </parent> <packaging>jar</packaging> <artifactId>waffle-mock</artifactId>
Modified: trunk/waffle-resources/pom.xml (830 => 831)
--- trunk/waffle-resources/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/waffle-resources/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -1,10 +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.2-SNAPSHOT</version> + <version>1.2</version> </parent> <packaging>jar</packaging> <artifactId>waffle-resources</artifactId>
Modified: trunk/waffle-ruby/pom.xml (830 => 831)
--- trunk/waffle-ruby/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/waffle-ruby/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -1,10 +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.2-SNAPSHOT</version> + <version>1.2</version> </parent> <packaging>jar</packaging> <artifactId>waffle-ruby</artifactId>
Modified: trunk/waffle-taglib/pom.xml (830 => 831)
--- trunk/waffle-taglib/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/waffle-taglib/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.waffle</groupId> <artifactId>waffle</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> </parent> <packaging>jar</packaging> <artifactId>waffle-taglib</artifactId>
Modified: trunk/waffle-testing/pom.xml (830 => 831)
--- trunk/waffle-testing/pom.xml 2008-09-10 14:00:13 UTC (rev 830) +++ trunk/waffle-testing/pom.xml 2008-09-10 14:08:35 UTC (rev 831) @@ -1,10 +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.2-SNAPSHOT</version> + <version>1.2</version> </parent> <packaging>jar</packaging> <artifactId>waffle-testing</artifactId>
To unsubscribe from this list please visit:
