You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/06/19 00:01:44 UTC

svn commit: r415206 - /jakarta/commons/proper/configuration/trunk/project.xml

Author: dennisl
Date: Sun Jun 18 15:01:43 2006
New Revision: 415206

URL: http://svn.apache.org/viewvc?rev=415206&view=rev
Log:
Add a dependency on a version of maven-changes-plugin that handles multiple issues per action.

Modified:
    jakarta/commons/proper/configuration/trunk/project.xml

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.xml?rev=415206&r1=415205&r2=415206&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sun Jun 18 15:01:43 2006
@@ -411,14 +411,28 @@
 
     <dependency>
       <groupId>maven</groupId>
+      <artifactId>maven-changes-plugin</artifactId>
+      <version>1.6</version>
+      <url>http://maven.apache.org/maven-1.x/plugins/changes/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.6 (minimum)
+              required for building the site documentation.
+          </comment>
+      </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>
+      <url>http://maven.apache.org/maven-1.x/plugins/xdoc/</url>
       <type>plugin</type>
       <properties>
           <comment>
               &lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
-              required for building the BeanUtils Site documentation.
+              required for building the site documentation.
           </comment>
       </properties>
     </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org