Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk@1382786 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
olamy committed Sep 10, 2012
1 parent 4347c80 commit 1b67e5a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common-tomcat-maven-plugin/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>common-tomcat-maven-plugin</artifactId> <artifactId>common-tomcat-maven-plugin</artifactId>
<name>Apache Tomcat Maven Plugin :: Common API</name> <name>Apache Tomcat Maven Plugin :: Common API</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache Tomcat Maven Plugin</name> <name>Apache Tomcat Maven Plugin</name>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
<description>The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet <description>The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet
container. container.
</description> </description>
Expand Down Expand Up @@ -226,9 +226,9 @@
</mailingLists> </mailingLists>


<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0</connection> <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/tags/tomcat-maven-plugin-2.0</developerConnection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</developerConnection>
<url>http://svn.apache.org/viewvc/tomcat/maven-plugin/tags/tomcat-maven-plugin-2.0</url> <url>http://svn.apache.org/viewvc/tomcat/maven-plugin/</url>
</scm> </scm>


<issueManagement> <issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-maven-archetype/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion tomcat-maven-plugin-it/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent> <parent>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


Expand Down
2 changes: 1 addition & 1 deletion tomcat6-maven-plugin/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent> <parent>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion tomcat7-maven-plugin/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent> <parent>
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>tomcat7-maven-plugin</artifactId> <artifactId>tomcat7-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
Expand Down
4 changes: 2 additions & 2 deletions tomcat7-war-runner/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<parent> <parent>
<artifactId>tomcat-maven-plugin</artifactId> <artifactId>tomcat-maven-plugin</artifactId>
<groupId>org.apache.tomcat.maven</groupId> <groupId>org.apache.tomcat.maven</groupId>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>tomcat7-war-runner</artifactId> <artifactId>tomcat7-war-runner</artifactId>
<version>2.0</version> <version>2.1-SNAPSHOT</version>
<name>Apache Tomcat Maven Plugin :: Tomcat 7.x War Runner</name> <name>Apache Tomcat Maven Plugin :: Tomcat 7.x War Runner</name>


<dependencies> <dependencies>
Expand Down

0 comments on commit 1b67e5a

Please sign in to comment.