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.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422842 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-17 20:29:07 +00:00
parent 6462852f50
commit a318d23f01
2 changed files with 2 additions and 6 deletions

View File

@ -150,12 +150,7 @@
<dependency> <dependency>
<groupId>jaxen</groupId> <groupId>jaxen</groupId>
<artifactId>jaxen</artifactId> <artifactId>jaxen</artifactId>
<version>1.0-FCS-full</version> <version>1.1-beta-9</version>
</dependency>
<dependency>
<groupId>saxpath</groupId>
<artifactId>saxpath</artifactId>
<version>1.0-FCS</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.10-SNAPSHOT" date="In SVN"> <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> <action dev="aheritier" type="update">Upgrade to pmd-3.7.</action>
</release> </release>
<release version="1.9" date="2006-04-27"> <release version="1.9" date="2006-04-27">