Author: jjensen
Date: Mon Jan  1 15:06:09 2007
New Revision: 491675

URL: http://svn.apache.org/viewvc?view=rev&rev=491675
Log:
Undoing initial upg steps so bootstrap does not fail.

Modified:
    maven/maven-1/plugins/trunk/pmd/project.xml

Modified: maven/maven-1/plugins/trunk/pmd/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pmd/project.xml?view=diff&rev=491675&r1=491674&r2=491675
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Mon Jan  1 15:06:09 2007
@@ -158,7 +158,7 @@
     <dependency>
       <groupId>pmd</groupId>
       <artifactId>pmd</artifactId>
-      <version>3.9</version>
+      <version>3.7</version>
       <url>http://pmd.sourceforge.net</url>
     </dependency>
     <dependency>
@@ -166,15 +166,17 @@
       <artifactId>oro</artifactId>
       <version>2.0.8</version>
     </dependency>
+<!--
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm</artifactId>
       <version>3.0</version>
     </dependency>
+-->
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.1-beta-10</version>
+      <version>1.1-beta-9</version>
     </dependency>
   </dependencies>
 </project>


Reply via email to