Author: aheritier Date: Fri Aug 4 01:09:10 2006 New Revision: 428655 URL: http://svn.apache.org/viewvc?rev=428655&view=rev Log: We are preparing a bug fix release : 1.10.1
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=428655&r1=428654&r2=428655&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/xdoc/project.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/project.xml Fri Aug 4 01:09:10 2006 @@ -22,7 +22,7 @@ <pomVersion>3</pomVersion> <id>maven-xdoc-plugin</id> <name>Maven XDoc Plugin</name> - <currentVersion>1.11-SNAPSHOT</currentVersion> + <currentVersion>1.10.1-SNAPSHOT</currentVersion> <description>Convert xdocs into HTML.</description> <shortDescription>Convert xdocs into HTML</shortDescription> <versions> 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=428655&r1=428654&r2=428655&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Fri Aug 4 01:09:10 2006 @@ -26,7 +26,7 @@ <author email="[EMAIL PROTECTED]">Vincent Siveton</author> </properties> <body> - <release version="1.11-SNAPSHOT" date="In SVN"> + <release version="1.10.1-SNAPSHOT" date="In SVN"> <action dev="dennisl" type="fix" issue="MPXDOC-198">Wrong margin around organization/name when no organization/logo is present.</action> <action dev="ltheussl" type="fix" issue="MPXDOC-197">Report fails if there is no connection element in repository.</action> <action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>