[maven-scm-plugin] prepare release 1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-06 05:40:13 +00:00
parent 0684b9e793
commit 617035543a
2 changed files with 21 additions and 16 deletions

View File

@ -17,14 +17,12 @@
* limitations under the License.
*/
-->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-dashboard-plugin</id>
<name>Maven Dashboard Plugin</name>
<currentVersion>1.9-SNAPSHOT</currentVersion>
<currentVersion>1.9</currentVersion>
<description>Generate a dashboard containing global statistics about other maven reports</description>
<shortDescription>Generate a statistic dashboard</shortDescription>
<url>http://maven.apache.org/maven-1.x/reference/plugins/dashboard/</url>
@ -81,6 +79,11 @@
<name>1.8</name>
<tag>MAVEN_DASHBOARD_1_8</tag>
</version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>MAVEN_DASHBOARD_1_9</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -17,32 +17,34 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.9-SNAPSHOT" date="in svn">
<release version="1.9" date="2006-02-05">
<action dev="ltheussl" type="add" issue="MPDASHBOARD-28">Allow sorting of dashboard items (requires Maven 1.1).</action>
<action dev="ltheussl" type="add" issue="MPDASHBOARD-30" due-to="Jeff Jensen">Add message on status of finding dashboard-single.xml.</action>
<action dev="ltheussl" type="fix" issue="MPDASHBOARD-35" due-to="Christoph Jerolimov">Fix count of changelog-entries with maven-changelog-plugin-1.9.</action>
<action dev="ltheussl" type="add">Add new aggregators <code>jiraopen</code> and <code>jirascheduled</code>.</action>
<action dev="ltheussl" type="add">Add new aggregators
<code>jiraopen</code>and
<code>jirascheduled</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPDASHBOARD-24" due-to="Wim Deblauwe">Incorrect links with multiproject independent navigation.</action>
<action dev="ltheussl" type="fix" issue="MPDASHBOARD-32" due-to="Wim Deblauwe"><code>maven.dashboard.report.showempty</code> property not honored.</action>
<action dev="ltheussl" type="fix" issue="MPDASHBOARD-32" due-to="Wim Deblauwe">
<code>maven.dashboard.report.showempty</code>property not honored.
</action>
<action dev="aheritier" type="fix" issue="MPDASHBOARD-34" due-to="Philippe Kernevez">Cobertura aggregator doesn't support offline mode.</action>
<action dev="aheritier" type="update" issue="MPDASHBOARD-33" due-to="carlos@apache.org">Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40).</action>
<action dev="carlos" type="add" issue="MPDASHBOARD-31">Added Cobertura aggregator.</action>
<action dev="vmassol" type="fix" issue="MPDASHBOARD-27">
Properties <code>maven.dashboard.basedir</code>,
<code>maven.dashboard.includes</code>, <code>maven.dashboard.excludes</code>
and <code>maven.dashboard.ignoreFailures</code> were ignored and were always
defaulting to their multiproject plugin counterpart.
</action>
<action dev="vmassol" type="fix" issue="MPDASHBOARD-26" due-to="Wim Deblauwe">
The JUnit pass rate aggregator was no longer showing values in the dashboard.
<action dev="vmassol" type="fix" issue="MPDASHBOARD-27">Properties
<code>maven.dashboard.basedir</code>,
<code>maven.dashboard.includes</code>,
<code>maven.dashboard.excludes</code>and
<code>maven.dashboard.ignoreFailures</code>were ignored and were always defaulting to their multiproject plugin counterpart.
</action>
<action dev="vmassol" type="fix" issue="MPDASHBOARD-26" due-to="Wim Deblauwe">The JUnit pass rate aggregator was no longer showing values in the dashboard.</action>
</release>
<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>