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

View File

@ -24,17 +24,10 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.6-SNAPSHOT" date="in CVS"> <release version="1.6" date="2004-11-26">
<action dev="pkernevez" type="add" issue="MPDASHBOARD-16"> <action dev="pkernevez" type="add" issue="MPDASHBOARD-16">Added Maven Change Log aggregators.</action>
Added Maven Change Log aggregators. <action dev="pkernevez" type="add" issue="MPDASHBOARD-16">Added Maven Tasks List aggregators.</action>
</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>
<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>
<release version="1.5" date="2004-10-15"> <release version="1.5" date="2004-10-15">
<action dev="vmassol" type="add">Added dashboard report example to the Dashboard plugin web site.</action> <action dev="vmassol" type="add">Added dashboard report example to the Dashboard plugin web site.</action>