Author: olamy Date: Mon Sep 10 12:05:50 2012 New Revision: 1382784 URL: http://svn.apache.org/viewvc?rev=1382784&view=rev Log: [maven-release-plugin] prepare release tomcat-maven-plugin-2.0
Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml?rev=1382784&r1=1382783&r2=1382784&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Mon Sep 10 12:05:50 2012 @@ -24,7 +24,7 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </parent> <artifactId>common-tomcat-maven-plugin</artifactId> <name>Apache Tomcat Maven Plugin :: Common API</name> Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1382784&r1=1382783&r2=1382784&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Mon Sep 10 12:05:50 2012 @@ -32,7 +32,7 @@ <artifactId>tomcat-maven-plugin</artifactId> <packaging>pom</packaging> <name>Apache Tomcat Maven Plugin</name> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <description>The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. </description> @@ -71,7 +71,7 @@ <tomcat7Version>7.0.30</tomcat7Version> <!-- to prevent isssues with last apache parent pom --> - <arguments></arguments> + <arguments /> </properties> <prerequisites> @@ -226,9 +226,9 @@ </mailingLists> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</developerConnection> - <url>http://svn.apache.org/viewvc/tomcat/maven-plugin/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0</developerConnection> + <url>http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0</url> </scm> <issueManagement> @@ -861,7 +861,7 @@ <profile> <id>tc-staging</id> <properties> - <tcStagedReleaseUrl></tcStagedReleaseUrl> + <tcStagedReleaseUrl /> </properties> <repositories> Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml?rev=1382784&r1=1382783&r2=1382784&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Mon Sep 10 12:05:50 2012 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <relativePath>../pom.xml</relativePath> </parent> Modified: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml?rev=1382784&r1=1382783&r2=1382784&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Mon Sep 10 12:05:50 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml?rev=1382784&r1=1382783&r2=1382784&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Mon Sep 10 12:05:50 2012 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <relativePath>../pom.xml</relativePath> </parent> Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml?rev=1382784&r1=1382783&r2=1382784&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Mon Sep 10 12:05:50 2012 @@ -23,7 +23,7 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </parent> <artifactId>tomcat7-maven-plugin</artifactId> <packaging>maven-plugin</packaging> Modified: tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml?rev=1382784&r1=1382783&r2=1382784&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Mon Sep 10 12:05:50 2012 @@ -23,10 +23,10 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </parent> <artifactId>tomcat7-war-runner</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <name>Apache Tomcat Maven Plugin :: Tomcat 7.x War Runner</name> <dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org