Author: aheritier Date: Mon Jul 17 13:19:48 2006 New Revision: 422831 URL: http://svn.apache.org/viewvc?rev=422831&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.
Modified: maven/maven-1/plugins/trunk/html2xdoc/project.xml maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/html2xdoc/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/html2xdoc/project.xml?rev=422831&r1=422830&r2=422831&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/html2xdoc/project.xml (original) +++ maven/maven-1/plugins/trunk/html2xdoc/project.xml Mon Jul 17 13:19:48 2006 @@ -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> Modified: maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml?rev=422831&r1=422830&r2=422831&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/html2xdoc/xdocs/changes.xml Mon Jul 17 13:19:48 2006 @@ -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">