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/12/08 17:33:03 UTC

svn commit: r602499 - /commons/proper/scxml/trunk/project.xml

Author: rahul
Date: Sat Dec  8 08:33:02 2007
New Revision: 602499

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

Modified:
    commons/proper/scxml/trunk/project.xml

Modified: commons/proper/scxml/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=602499&r1=602498&r2=602499&view=diff
==============================================================================
--- commons/proper/scxml/trunk/project.xml (original)
+++ commons/proper/scxml/trunk/project.xml Sat Dec  8 08:33:02 2007
@@ -255,6 +255,16 @@
        <scope>test</scope>
       </properties>
     </dependency>
+    <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>
+      <properties>
+        <comment>&lt;b&gt;Site&lt;/b&gt; only</comment>
+      </properties>
+    </dependency>
   </dependencies>
 
   <build>