From e925d386c146ed2e5fda32509a8b0e4fc776dbd7 Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 13 Jun 2004 03:19:01 +0000 Subject: [PATCH] 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 --- xdoc/project.xml | 4 ++-- xdoc/xdocs/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xdoc/project.xml b/xdoc/project.xml index c50f0168..aa8df281 100644 --- a/xdoc/project.xml +++ b/xdoc/project.xml @@ -23,7 +23,7 @@ 3 maven-xdoc-plugin Maven XDoc Plug-in - 1.7.1 + 1.7.2-SNAPSHOT Convert xdocs into HTML. Requires Maven 1.0 RC2. Convert xdocs into HTML http://maven.apache.org/reference/plugins/xdoc/ @@ -154,7 +154,7 @@ commons-jelly commons-jelly-tags-xml - 20030211.142705 + 20040613.030723 http://jakarta.apache.org/commons/jelly/libs/xml/ diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index 82873571..f6300748 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -25,6 +25,9 @@ Vincent Massol + + Correct ampersand handling in hrefs. + Fix bad target in links generated in reports overview page.