You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/10/10 18:55:10 UTC

svn commit: r583539 - /commons/proper/commons-build/trunk/project.xml

Author: rahul
Date: Wed Oct 10 09:55:09 2007
New Revision: 583539

URL: http://svn.apache.org/viewvc?rev=583539&view=rev
Log:
Pin down the xdoc plugin version.

Modified:
    commons/proper/commons-build/trunk/project.xml

Modified: commons/proper/commons-build/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/project.xml?rev=583539&r1=583538&r2=583539&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/project.xml (original)
+++ commons/proper/commons-build/trunk/project.xml Wed Oct 10 09:55:09 2007
@@ -65,7 +65,15 @@
     </mailingList>
   </mailingLists>
   
-  <dependencies/>
+  <dependencies>
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-xdoc-plugin</artifactId>
+      <version>1.9.2</version>
+      <url>http://maven.apache.org/reference/plugins/xdoc/</url>
+      <type>plugin</type>
+    </dependency>
+  </dependencies>
   
   <build/>