Updated Branches:
  refs/heads/master fd6b30dcd -> 46cf9c960

CAMEL-6596: upgrade tomcat7-maven-plugin from 2.0 to 2.1


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/46cf9c96
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/46cf9c96
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/46cf9c96

Branch: refs/heads/master
Commit: 46cf9c960a73d4ced938b2fa0bd98edfa5ff950f
Parents: fd6b30d
Author: cmueller <[email protected]>
Authored: Sun Aug 4 14:37:28 2013 +0200
Committer: cmueller <[email protected]>
Committed: Sun Aug 4 14:37:28 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/46cf9c96/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c53ff84..b5318c9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2373,14 +2373,14 @@
           <artifactId>depends-maven-plugin</artifactId>
           <version>1.2</version>
         </plugin>
-        <plugin>  
-          <groupId>org.apache.tomcat.maven</groupId>  
-          <artifactId>tomcat7-maven-plugin</artifactId>  
-          <version>2.0</version>
+        <plugin>
+          <groupId>org.apache.tomcat.maven</groupId>
+          <artifactId>tomcat7-maven-plugin</artifactId>
+          <version>2.1</version>
           <configuration>
-            <path>/</path>  
-            <useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader>  
                     
-           </configuration>  
+            <path>/</path>
+            <useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader>
+           </configuration>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>

Reply via email to