You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/12/18 03:54:38 UTC

svn commit: r357419 - in /maven/plugins/trunk: maven-checkstyle-plugin/pom.xml maven-pmd-plugin/pom.xml

Author: carlos
Date: Sat Dec 17 18:54:33 2005
New Revision: 357419

URL: http://svn.apache.org/viewcvs?rev=357419&view=rev
Log:
Upgrade dependencies

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
    maven/plugins/trunk/maven-pmd-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=357419&r1=357418&r2=357419&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat Dec 17 18:54:33 2005
@@ -72,12 +72,12 @@
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle</artifactId>
-      <version>4.0</version>
+      <version>4.1</version>
     </dependency>
     <dependency>
       <groupId>checkstyle</groupId>
       <artifactId>checkstyle-optional</artifactId>
-      <version>4.0</version>
+      <version>4.1</version>
     </dependency>
   </dependencies>
 </project>

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=357419&r1=357418&r2=357419&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sat Dec 17 18:54:33 2005
@@ -17,12 +17,7 @@
     <dependency>
       <groupId>pmd</groupId>
       <artifactId>pmd</artifactId>
-      <version>3.0</version>
-    </dependency>
-    <dependency>
-      <groupId>jaxen</groupId>
-      <artifactId>jaxen</artifactId>
-      <version>1.0-FCS</version>
+      <version>3.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>