You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/10/05 09:20:34 UTC

svn commit: r1004545 - in /camel/trunk: pom.xml tooling/maven/pom.xml

Author: davsclaus
Date: Tue Oct  5 07:20:33 2010
New Revision: 1004545

URL: http://svn.apache.org/viewvc?rev=1004545&view=rev
Log:
CAMEL-2703: More maven plugin stuff.

Modified:
    camel/trunk/pom.xml
    camel/trunk/tooling/maven/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1004545&r1=1004544&r2=1004545&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Tue Oct  5 07:20:33 2010
@@ -298,8 +298,9 @@
           <version>2.3.1</version>
         </plugin>
         <plugin>
+	      <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.0</version>
+          <version>1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: camel/trunk/tooling/maven/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/pom.xml?rev=1004545&r1=1004544&r2=1004545&view=diff
==============================================================================
--- camel/trunk/tooling/maven/pom.xml (original)
+++ camel/trunk/tooling/maven/pom.xml Tue Oct  5 07:20:33 2010
@@ -49,7 +49,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.5</version>
       </plugin>
 
       <plugin>