Author: olamy Date: Thu Jan 26 14:35:01 2012 New Revision: 1236193 URL: http://svn.apache.org/viewvc?rev=1236193&view=rev Log: [maven-release-plugin] prepare for next development iteration
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=1236193&r1=1236192&r2=1236193&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml Thu Jan 26 14:35:01 2012 @@ -24,7 +24,7 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</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=1236193&r1=1236192&r2=1236193&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:35:01 2012 @@ -32,7 +32,7 @@ <artifactId>tomcat-maven-plugin</artifactId> <packaging>pom</packaging> <name>Apache Tomcat Maven Plugin</name> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</version> <description>The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. </description> @@ -200,9 +200,9 @@ </mailingLists> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1</developerConnection> - <url>http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0-beta-1</url> + <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> </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=1236193&r1=1236192&r2=1236193&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Thu Jan 26 14:35:01 2012 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</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=1236193&r1=1236192&r2=1236193&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/pom.xml Thu Jan 26 14:35:01 2012 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</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=1236193&r1=1236192&r2=1236193&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Thu Jan 26 14:35:01 2012 @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat-maven-plugin</artifactId> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</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=1236193&r1=1236192&r2=1236193&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml Thu Jan 26 14:35:01 2012 @@ -23,7 +23,7 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</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=1236193&r1=1236192&r2=1236193&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml (original) +++ tomcat/maven-plugin/trunk/tomcat7-war-runner/pom.xml Thu Jan 26 14:35:01 2012 @@ -23,10 +23,10 @@ <parent> <artifactId>tomcat-maven-plugin</artifactId> <groupId>org.apache.tomcat.maven</groupId> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>tomcat7-war-runner</artifactId> - <version>2.0-beta-1</version> + <version>2.0-SNAPSHOT</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