We are preparing a bug fix release : 1.10.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@428655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-08-04 08:09:10 +00:00
parent 014787e141
commit c010ed4230
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -26,7 +26,7 @@
<author email="vincent.siveton@gmail.org">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>