[maven-scm-plugin] prepare release 1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-06-09 02:42:16 +00:00
parent 3d75f0132a
commit c5df6ccb08
2 changed files with 20 additions and 7 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plug-in</name>
<currentVersion>1.9-SNAPSHOT</currentVersion>
<currentVersion>1.9</currentVersion>
<description>Convert xdocs into HTML.</description>
<shortDescription>Convert xdocs into HTML</shortDescription>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
@ -65,6 +65,11 @@
<name>1.8</name>
<tag>MAVEN_XDOC_1_8</tag>
</version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>maven-xdoc-plugin-1.9</tag>
</version>
</versions>
<developers>
<developer>
@ -98,7 +103,7 @@
<developer>
<name>Michal Maczka</name>
<id>mmaczka</id>
<email>michal@codehaus.org</email>
<email>michal@codehaus.org</email>
<roles>
<role>Java Developer</role>
</roles>
@ -142,7 +147,7 @@
<role>Developer</role>
</roles>
<timezone>-3</timezone>
</developer>
</developer>
</developers>
<contributors>
<contributor>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -16,6 +17,7 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -25,21 +27,27 @@
<author email="vincent.siveton@gmail.org">Vincent Siveton</author>
</properties>
<body>
<release version="1.9-SNAPSHOT" date="in SCM">
<release version="1.9" date="2005-06-09">
<action dev="aheritier" type="fix">Fix cvs usage entry in "project Info" menu. Add it if the repository element is defined in the pom (and not if the URL of the repository is defined).</action>
<action dev="brett" type="add" issue="MPXDOC-128" due-to="Vincent Siveton">Added internationalization support.</action>
<action dev="aheritier" type="fix" issue="MPXDOC-136" due-to="Vincent Siveton">NullPointerException with optionals pom items missing.</action>
<action dev="aheritier" type="fix" issue="MPXDOC-132" due-to="Ignacio G. Mac Dowell">A link starting with https wasn't considered as an external link.</action>
<action dev="felipeal" type="add" issue="MPXDOC-129" due-to="Miguel Griffa">Add a <code>comment</code> property for dependencies</action>
<action dev="felipeal" type="add" issue="MPXDOC-129" due-to="Miguel Griffa">Add a
<code>comment</code>property for dependencies
</action>
<action dev="brett" type="add">Added maven.xdoc.copy.excludes property which lists the files to exclude from the resources copy. This defaults to any images currently unused by Maven. Additionally, if you are not using the classic theme, maven.xdoc.copy.excludes.classic is used to eliminate images only for the classic theme</action>
<action dev="felipeal" type="add" issue="MPXDOC-118">Added new tag <code>&lt;escapeXml&gt;</code>.</action>
<action dev="felipeal" type="add" issue="MPXDOC-118">Added new tag
<code>&lt;escapeXml&gt;</code>.
</action>
<action dev="epugh" type="add" issue="MPXDOC-124" due-to="Shinobu Kawai">Maven xdoc plugin clean up generated velocity log as part of calling clean.</action>
<action dev="aheritier" type="add" issue="MPXDOC-123">New property (maven.xdoc.xml.copy) to copy only and not transform some xml files provided in the ${maven.docs.src} directory.</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
<action dev="aheritier" type="fix" issue="MPXDOC-117" due-to="Dennis Lundberg">Show version if maven.xdoc.date=right</action>
<action dev="aheritier" type="fix" issue="MPXDOC-115" due-to="Brent Worden">Allow header images and links to use relative paths</action>
<action dev="carlos" type="add" issue="MPFAQ-11">Added dt css style</action>
<action dev="brett" type="add">Add a legend for the symbols in the xdoc, disabled by setting <code>maven.xdoc.legend=false</code></action>
<action dev="brett" type="add">Add a legend for the symbols in the xdoc, disabled by setting
<code>maven.xdoc.legend=false</code>
</action>
<action dev="michal" type="add">Add a support for "hierarchical" site navigation in breadcrumbs</action>
</release>
<release version="1.8" date="2004-07-10">