PR: MPXDOC-92

update xml tag library


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115469 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-06-13 03:19:01 +00:00
parent c48d2e0ee7
commit e925d386c1
2 changed files with 5 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plug-in</name>
<currentVersion>1.7.1</currentVersion>
<currentVersion>1.7.2-SNAPSHOT</currentVersion>
<description>Convert xdocs into HTML. Requires Maven 1.0 RC2.</description>
<shortDescription>Convert xdocs into HTML</shortDescription>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
@@ -154,7 +154,7 @@
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20030211.142705</version>
<version>20040613.030723</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
<dependency>

View File

@@ -25,6 +25,9 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.7.2" date="in CVS">
<action dev="brett" type="fix" issue="MPXDOC-92">Correct ampersand handling in hrefs.</action>
</release>
<release version="1.7.1" date="2004-05-19">
<action dev="aheritier" type="fix" issue="MPXDOC-102" due-to="Rafal Krzewski">Fix bad target in links generated in reports overview page.</action>
</release>