You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2014/08/19 05:39:50 UTC

svn commit: r1618791 - in /tomcat/maven-plugin/branches/tc8.x: tomcat-maven-plugin-it/src/main/resources/simple-war-project/ tomcat-maven-plugin-it/src/main/resources/tomcat-run-multi-config/ tomcat6-maven-plugin/src/test/resources/deploy-only-war-proj...

Author: olamy
Date: Tue Aug 19 03:39:50 2014
New Revision: 1618791

URL: http://svn.apache.org/r1618791
Log:
force war plugin version 2.4

Modified:
    tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/simple-war-project/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/tomcat-run-multi-config/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-war-project/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/simple-war-project/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/it/simple-war-exec-project/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml
    tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/simple-war-project/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/simple-war-project/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/simple-war-project/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/simple-war-project/pom.xml Tue Aug 19 03:39:50 2014
@@ -36,7 +36,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1-alpha-2</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.tomcat.maven</groupId>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/tomcat-run-multi-config/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/tomcat-run-multi-config/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/tomcat-run-multi-config/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat-maven-plugin-it/src/main/resources/tomcat-run-multi-config/pom.xml Tue Aug 19 03:39:50 2014
@@ -49,6 +49,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <webXml>src/main/webapp/web.xml</webXml>
         </configuration>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml Tue Aug 19 03:39:50 2014
@@ -32,7 +32,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1-alpha-2</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-war-project/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-war-project/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-war-project/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/deploy-war-project/pom.xml Tue Aug 19 03:39:50 2014
@@ -32,7 +32,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1-alpha-2</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/simple-war-project/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/simple-war-project/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/simple-war-project/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/simple-war-project/pom.xml Tue Aug 19 03:39:50 2014
@@ -32,7 +32,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1-alpha-2</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat6-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml Tue Aug 19 03:39:50 2014
@@ -49,6 +49,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <webXml>src/main/webapp/web.xml</webXml>
         </configuration>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/it/simple-war-exec-project/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/it/simple-war-exec-project/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/it/simple-war-exec-project/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/it/simple-war-exec-project/pom.xml Tue Aug 19 03:39:50 2014
@@ -32,7 +32,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1-alpha-2</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat7-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml Tue Aug 19 03:39:50 2014
@@ -49,6 +49,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <webXml>src/main/webapp/web.xml</webXml>
         </configuration>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/it/simple-war-exec-project/pom.xml Tue Aug 19 03:39:50 2014
@@ -32,7 +32,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1-alpha-2</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml?rev=1618791&r1=1618790&r2=1618791&view=diff
==============================================================================
--- tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml (original)
+++ tomcat/maven-plugin/branches/tc8.x/tomcat8-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml Tue Aug 19 03:39:50 2014
@@ -49,6 +49,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <webXml>src/main/webapp/web.xml</webXml>
         </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org