[maven-scm-plugin] prepare release 1.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@170957 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-05-19 16:30:06 +00:00
parent 7b2590f793
commit bc51313fd5
2 changed files with 15 additions and 16 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-dashboard-plugin</id>
<name>Maven Dashboard Plugin</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<currentVersion>1.8</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>
@ -75,6 +75,11 @@
<name>1.7</name>
<tag>MAVEN_DASHBOARD_1_7</tag>
</version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_CLOVER_1_8</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,22 +24,16 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.8-SNAPSHOT" date="in SVN">
<action dev="vmassol" type="add" issue="MPDASHBOARD-22" due-to="Morten Kristiansen">
Added aggregator totals to the HTML report.
<release version="1.8" date="2005-05-19">
<action dev="vmassol" type="add" issue="MPDASHBOARD-22" due-to="Morten Kristiansen">Added aggregator totals to the HTML report.</action>
<action dev="vmassol" type="update">Default values for
<code>maven.dashboard.basedir</code>,
<code>maven.dashboard.includes</code>,
<code>maven.dashboard.excludes</code>and
<code>maven.dashboard.ignoreFailures</code>are copied from the equivalent Multiproject properties. This should reduce the number of properties you have to set to get going as you need now only set the Multiproject properties.
</action>
<action dev="vmassol" type="update">
Default values for <code>maven.dashboard.basedir</code>,
<code>maven.dashboard.includes</code>, <code>maven.dashboard.excludes</code>
and <code>maven.dashboard.ignoreFailures</code> are copied from
the equivalent Multiproject properties. This should reduce the number of
properties you have to set to get going as you need now only set the
Multiproject properties.
</action>
<action dev="vmassol" type="fix" issue="MPDASHBOARD-17" due-to="Philippe Kernevez">
Prevent failure in <code>junitpassrate.jelly</code> due to a division
by zero when there is a unit test source directory defined but no tests
are executed.
<action dev="vmassol" type="fix" issue="MPDASHBOARD-17" due-to="Philippe Kernevez">Prevent failure in
<code>junitpassrate.jelly</code>due to a division by zero when there is a unit test source directory defined but no tests are executed.
</action>
</release>
<release version="1.7" date="2005-03-05">