Skip to content

Commit 444146d

Browse files
committed
[skip ci]prepare for next development iteration
1 parent ccbde82 commit 444146d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

common-tomcat-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>tomcat-maven-plugin</artifactId>
2626
<groupId>org.apache.tomcat.maven</groupId>
27-
<version>3.0-forked-6</version>
27+
<version>3.0-forked-7-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>common-tomcat-maven-plugin</artifactId>
3030
<name>Apache Tomcat Maven Plugin :: Common API</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<artifactId>tomcat-maven-plugin</artifactId>
3333
<packaging>pom</packaging>
3434
<name>Apache Tomcat Maven Plugin</name>
35-
<version>3.0-forked-6</version>
35+
<version>3.0-forked-7-SNAPSHOT</version>
3636
<description>The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet
3737
container.
3838
</description>
@@ -302,7 +302,7 @@
302302
<connection>scm:git:ssh://github.com/infusionsoft/tomcat-maven-plugin.git</connection>
303303
<developerConnection>scm:git:ssh://[email protected]/infusionsoft/tomcat-maven-plugin.git</developerConnection>
304304
<url>https://github.com/infusionsoft/tomcat-maven-plugin.git</url>
305-
<tag>tomcat-maven-plugin-3.0-forked-6</tag>
305+
<tag>HEAD</tag>
306306
</scm>
307307

308308
<issueManagement>

tomcat-maven-plugin-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.tomcat.maven</groupId>
2424
<artifactId>tomcat-maven-plugin</artifactId>
25-
<version>3.0-forked-6</version>
25+
<version>3.0-forked-7-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

tomcat8-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tomcat-maven-plugin</artifactId>
2525
<groupId>org.apache.tomcat.maven</groupId>
26-
<version>3.0-forked-6</version>
26+
<version>3.0-forked-7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>tomcat8-maven-plugin</artifactId>
2929
<packaging>maven-plugin</packaging>

tomcat8-war-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tomcat-maven-plugin</artifactId>
2525
<groupId>org.apache.tomcat.maven</groupId>
26-
<version>3.0-forked-6</version>
26+
<version>3.0-forked-7-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>tomcat8-war-runner</artifactId>
2929
<name>Apache Tomcat Maven Plugin :: Tomcat 8.x War Runner</name>

0 commit comments

Comments
 (0)