Author: ltheussl
Date: Sun Feb  5 21:40:13 2006
New Revision: 375189

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

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=375189&r1=375188&r2=375189&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/project.xml Sun Feb  5 21:40:13 2006
@@ -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>
@@ -80,6 +78,11 @@
       <id>1.8</id>
       <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>

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=375189&r1=375188&r2=375189&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/xdocs/changes.xml Sun Feb  5 21:40:13 
2006
@@ -17,32 +17,34 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="[EMAIL PROTECTED]">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="[EMAIL PROTECTED]">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>


Reply via email to