You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/09/24 06:33:58 UTC

svn commit: r291248 - /jakarta/commons/proper/validator/trunk/project.xml

Author: niallp
Date: Fri Sep 23 21:33:45 2005
New Revision: 291248

URL: http://svn.apache.org/viewcvs?rev=291248&view=rev
Log:
Upgrade maven plugin dependencies (includes comments to indicate only required for site build)

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

Modified: jakarta/commons/proper/validator/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/project.xml?rev=291248&r1=291247&r2=291248&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/project.xml (original)
+++ jakarta/commons/proper/validator/trunk/project.xml Fri Sep 23 21:33:45 2005
@@ -278,6 +278,11 @@
       <id>commons-digester</id>
       <version>1.6</version>
       <url>http://jakarta.apache.org/commons/digester/</url>
+      <properties>
+          <comment>
+              Required when using XML configuration.
+          </comment>
+      </properties>
     </dependency>
 
     <dependency>
@@ -299,7 +304,8 @@
       <properties>
           <comment>
               &lt;strong&gt;JDK 1.3&lt;/strong&gt; - NOT required for
-              JDK 1.4 and higher.
+              JDK 1.4 and higher. For pre-JDK 1.4, required when using
+              XML configuration.
           </comment>
       </properties>
     </dependency>
@@ -325,10 +331,50 @@
       <type>plugin</type>
       <properties>
           <comment>
-              &lt;strong&gt;Site Only&lt;/strong&gt; - required only for
-              building the Validator site documentation (commons build
-              now requires v1.9.2 of this plugin rather than the default v1.8
-              shipped with Maven 1.0.2).
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
+              required for building the Validator Site documentation.
+          </comment>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-changelog-plugin</artifactId>
+      <version>1.8.2</version>
+      <url>http://maven.apache.org/reference/plugins/changelog/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.8.2 (minimum)
+              required for building the Validator Site documentation.
+          </comment>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-file-activity-plugin</artifactId>
+      <version>1.5.2</version>
+      <url>http://maven.apache.org/reference/plugins/file-activity/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5.2 (minimum)
+              required for building the Validator Site documentation.
+          </comment>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-developer-activity-plugin</artifactId>
+      <version>1.5.2</version>
+      <url>http://maven.apache.org/reference/plugins/developer-activity/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5.2 (minimum)
+              required for building the Validator 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