MPSCM-57 (Fixed by Lukas) : Re-add changes.xml file to display announcements.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@329840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-10-31 15:40:35 +00:00
parent de9fe90a74
commit 8a6e2bd377
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPSCM-57">Re-add changes.xml file to display announcements.</action>
<action dev="aheritier" type="update" issue="MPSCM-66">Update to released version of maven-scm.</action>
<action dev="brett" type="add" issue="MPSCM-47,MPSCM-54">New scm:checkin goal.</action>
<action dev="evenisse" type="add" issue="MPSCM-56">Add Starteam support, plus scm:add, scm:status, scm:checkin.</action>

View File

@ -31,6 +31,9 @@
<item name="Maven 2.0" href="http://maven.apache.org/"/>
</links>
<menu name="User Guide">
<item href="/index.html" name="About"/>
<item href="/downloads.html" name="Downloads"/>
<item href="/changes-report.html" name="Plugin Changelog"/>
<item href="/commontasks.html" name="Common Tasks"/>
<item href="/releasing.html" name="Making Releases"/>
</menu>