You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/05/16 12:33:48 UTC

svn commit: r1339108 - in /camel/trunk: parent/pom.xml pom.xml

Author: cmueller
Date: Wed May 16 10:33:47 2012
New Revision: 1339108

URL: http://svn.apache.org/viewvc?rev=1339108&view=rev
Log:
CAMEL-5275: Dependencies with inconsitant paths in repository

Modified:
    camel/trunk/parent/pom.xml
    camel/trunk/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1339108&r1=1339107&r2=1339108&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Wed May 16 10:33:47 2012
@@ -1683,12 +1683,6 @@
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-shade-plugin</artifactId>
-          <version>1.4</version>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
           <version>2.0</version>
         </plugin>

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1339108&r1=1339107&r2=1339108&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed May 16 10:33:47 2012
@@ -221,8 +221,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <!-- using this version to avoid build error of Maven 2.2.1 -->
-          <version>1.2.1</version>
+          <version>1.6</version>
         </plugin>
   
         <plugin>