Author: olamy Date: Wed Nov 6 23:50:56 2013 New Revision: 1539497 URL: http://svn.apache.org/r1539497 Log: [maven-release-plugin] prepare release tomcat-maven-plugin-2.2
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=1539497&r1=1539496&r2=1539497&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Wed Nov 6 23:50:56 2013 @@ -24,7 +24,7 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.2-SNAPSHOT</version> + <version>2.2</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=1539497&r1=1539496&r2=1539497&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Wed Nov 6 23:50:56 2013 @@ -32,7 +32,7 @@ <artifactId>tomcat-maven-plugin</artifactId> <packaging>pom</packaging> <name>Apache Tomcat Maven Plugin</name> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> <description>The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. </description> @@ -275,9 +275,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.2</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.2</developerConnection> + <url>http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.2</url> </scm> <issueManagement> 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=1539497&r1=1539496&r2=1539497&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Wed Nov 6 23:50:56 2013 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</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=1539497&r1=1539496&r2=1539497&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Wed Nov 6 23:50:56 2013 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</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=1539497&r1=1539496&r2=1539497&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Wed Nov 6 23:50:56 2013 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</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=1539497&r1=1539496&r2=1539497&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Wed Nov 6 23:50:56 2013 @@ -23,7 +23,7 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.2-SNAPSHOT</version> + <version>2.2</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=1539497&r1=1539496&r2=1539497&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Wed Nov 6 23:50:56 2013 @@ -23,10 +23,10 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> </parent> <artifactId>tomcat7-war-runner</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</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