Author: janstey
Date: Mon Jul 13 19:20:20 2009
New Revision: 793670

URL: http://svn.apache.org/viewvc?rev=793670&view=rev
Log:
get around busted build-helper-maven-plugin 1.4 artifact at central

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=793670&r1=793669&r2=793670&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Mon Jul 13 19:20:20 2009
@@ -121,6 +121,11 @@
           <version>2.2-beta-3</version>
         </plugin>
         <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.3</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.cxf</groupId>
           <artifactId>cxf-codegen-plugin</artifactId>
           <version>${cxf-version}</version>


Reply via email to