You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/05/19 18:30:06 UTC

svn commit: r170957 - in /maven/maven-1/plugins/trunk/dashboard: project.xml xdocs/changes.xml

Author: vmassol
Date: Thu May 19 09:30:06 2005
New Revision: 170957

URL: http://svn.apache.org/viewcvs?rev=170957&view=rev
Log:
[maven-scm-plugin] prepare release 1.8

Modified:
    maven/maven-1/plugins/trunk/dashboard/project.xml
    maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/dashboard/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/project.xml?rev=170957&r1=170956&r2=170957&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/project.xml Thu May 19 09:30:06 2005
@@ -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>
@@ -74,6 +74,11 @@
       <id>1.7</id>
       <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>

Modified: maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml?rev=170957&r1=170956&r2=170957&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Thu May 19 09:30:06 2005
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org