[maven-scm-plugin] prepare release 1.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-07-11 02:20:19 +00:00
parent 25e7eee495
commit b55bfa97f3
2 changed files with 9 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plug-in</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<currentVersion>1.8</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>
@@ -60,6 +60,11 @@
<name>1.7.2</name>
<tag>MAVEN_XDOC_1_7_2</tag>
</version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_XDOC_1_8</tag>
</version>
</versions>
<developers>
<developer>

View File

@@ -25,12 +25,10 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.8-SNAPSHOT" date="in CVS">
<release version="1.8" date="2004-07-10">
<action dev="brett" type="add">Add an externalLink attribute to a report to use if link is not present</action>
<action dev="vmassol" type="add">
Added a link to the release notes in the download report. Note that this
link is only created if the project has a <code>xdocs/changes.xml</code>
file.
<action dev="vmassol" type="add">Added a link to the release notes in the download report. Note that this link is only created if the project has a
<code>xdocs/changes.xml</code>file.
</action>
<action dev="carlos" type="add" issue="MPXDOC-112">Add instructions to checkout with maven to cvs-usage page</action>
</release>