You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/12/08 12:32:22 UTC

svn commit: r888342 - /commons/proper/commons-build-plugin/trunk/pom.xml

Author: niallp
Date: Tue Dec  8 11:32:21 2009
New Revision: 888342

URL: http://svn.apache.org/viewvc?rev=888342&view=rev
Log:
Fox dependency problem causing site generation to fail

Modified:
    commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=888342&r1=888341&r2=888342&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Tue Dec  8 11:32:21 2009
@@ -110,9 +110,9 @@
                 <!-- Add the Ant plugin tools to the plugin -->
                 <dependencies>
                     <dependency>
-                        <groupId>org.apache.maven</groupId>
+                        <groupId>org.apache.maven.plugin-tools</groupId>
                         <artifactId>maven-plugin-tools-ant</artifactId>
-                        <version>2.1</version>
+                        <version>2.4.3</version>
                     </dependency>
                 </dependencies>