Update dependencies to unify them between plugins. The following dependencies are updated : jaxen v1.0-FCS-full to 1.1-beta-9.

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

View File

@@ -99,7 +99,7 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-8</version>
<version>1.1-beta-9</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>

View File

@@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.5-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.</action>
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>
</release>
<release version="1.4" date="2006-01-15">