[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2004-11-26 19:18:23 +00:00
parent 1540f7e088
commit a4d7231cfe
2 changed files with 10 additions and 12 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-dashboard-plugin</id>
<name>Maven Dashboard Plugin</name>
<currentVersion>1.6-SNAPSHOT</currentVersion>
<currentVersion>1.6</currentVersion>
<description>Generate a dashboard containing global statistics about other maven reports</description>
<shortDescription>Generate a statistic dashboard</shortDescription>
<url>http://maven.apache.org/reference/plugins/dashboard/</url>
@ -65,6 +65,11 @@
<name>1.5</name>
<tag>MAVEN_DASHBOARD_1_5</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_DASHBOARD_1_6</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,17 +24,10 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in CVS">
<action dev="pkernevez" type="add" issue="MPDASHBOARD-16">
Added Maven Change Log aggregators.
</action>
<action dev="pkernevez" type="add" issue="MPDASHBOARD-16">
Added Maven Tasks List aggregators.
</action>
<action dev="vmassol" type="fix" issue="MPDASHBOARD-16">
Added Findbugs aggregators which were supposed to have been committed
in the previous version but which somehow were not...
</action>
<release version="1.6" date="2004-11-26">
<action dev="pkernevez" type="add" issue="MPDASHBOARD-16">Added Maven Change Log aggregators.</action>
<action dev="pkernevez" type="add" issue="MPDASHBOARD-16">Added Maven Tasks List aggregators.</action>
<action dev="vmassol" type="fix" issue="MPDASHBOARD-16">Added Findbugs aggregators which were supposed to have been committed in the previous version but which somehow were not...</action>
</release>
<release version="1.5" date="2004-10-15">
<action dev="vmassol" type="add">Added dashboard report example to the Dashboard plugin web site.</action>