Author: aheritier Date: Mon Jul 17 13:33:15 2006 New Revision: 422846 URL: http://svn.apache.org/viewvc?rev=422846&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/xdoc/project.xml maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/xdoc/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/project.xml?rev=422846&r1=422845&r2=422846&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/xdoc/project.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/project.xml Mon Jul 17 13:33:15 2006 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven-xdoc-plugin</id> <name>Maven XDoc Plugin</name> - <currentVersion>1.10</currentVersion> + <currentVersion>1.11-SNAPSHOT</currentVersion> <description>Convert xdocs into HTML.</description> <shortDescription>Convert xdocs into HTML</shortDescription> <versions> @@ -185,7 +185,7 @@ <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> - <version>1.1-beta-8</version> + <version>1.1-beta-9</version> <properties> <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment> </properties> Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=422846&r1=422845&r2=422846&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Mon Jul 17 13:33:15 2006 @@ -26,6 +26,9 @@ <author email="[EMAIL PROTECTED]">Vincent Siveton</author> </properties> <body> + <release version="1.11-SNAPSHOT" date="In SVN"> + <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9.</action> + </release> <release version="1.10" date="2006-06-18"> <action dev="ltheussl" type="update" issue="MPXDOC-170">The 'Development Process' menu link now leads to an internal page.</action> <action dev="ltheussl" type="fix" issue="MPXDOC-17">Fix xml entities in xdoc source files (only in Maven 1.1 because of a bug in an old Jelly version).</action>