Author: aheritier Date: Mon Jul 17 13:29:07 2006 New Revision: 422842 URL: http://svn.apache.org/viewvc?rev=422842&view=rev Log: Update dependencies to unify them between plugins. The following dependencies are updated : jaxen v1.0-FCS-full to 1.1-beta-9. The following dependencies are removed : saxpath.
Modified: maven/maven-1/plugins/trunk/pmd/project.xml maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pmd/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pmd/project.xml?rev=422842&r1=422841&r2=422842&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pmd/project.xml (original) +++ maven/maven-1/plugins/trunk/pmd/project.xml Mon Jul 17 13:29:07 2006 @@ -150,12 +150,7 @@ <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> - <version>1.0-FCS-full</version> - </dependency> - <dependency> - <groupId>saxpath</groupId> - <artifactId>saxpath</artifactId> - <version>1.0-FCS</version> + <version>1.1-beta-9</version> </dependency> </dependencies> </project> Modified: maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml?rev=422842&r1=422841&r2=422842&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Mon Jul 17 13:29:07 2006 @@ -25,6 +25,7 @@ </properties> <body> <release version="1.10-SNAPSHOT" date="In SVN"> + <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : jaxen v1.0-FCS-full to 1.1-beta-9. The following dependencies are removed : saxpath.</action> <action dev="aheritier" type="update">Upgrade to pmd-3.7.</action> </release> <release version="1.9" date="2006-04-27">