Start working on version 1.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@156249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-03-05 14:46:44 +00:00
parent c749de4b4a
commit a0a6ed3b32
2 changed files with 3 additions and 1 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.7</currentVersion> <currentVersion>1.8-SNAPSHOT</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>

View File

@ -24,6 +24,8 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.8-SNAPSHOT" date="in SVN">
</release>
<release version="1.7" date="2005-03-05"> <release version="1.7" date="2005-03-05">
<action dev="vmassol" type="add" issue="MPDASHBOARD-9" due-to="Philippe Kernevez">Added links to reports for all aggregators.</action> <action dev="vmassol" type="add" issue="MPDASHBOARD-9" due-to="Philippe Kernevez">Added links to reports for all aggregators.</action>
<action dev="vmassol" type="add" due-to="Siegfried Goeschl">Added aggregators for JavaNCSS.</action> <action dev="vmassol" type="add" due-to="Siegfried Goeschl">Added aggregators for JavaNCSS.</action>