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 2004/10/15 09:28:31 UTC

cvs commit: maven-plugins/dashboard/xdocs changes.xml

vmassol     2004/10/15 00:28:31

  Modified:    dashboard project.xml
               dashboard/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.27      +6 -1      maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml	13 Oct 2004 20:00:10 -0000	1.26
  +++ project.xml	15 Oct 2004 07:28:31 -0000	1.27
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-dashboard-plugin</id>
     <name>Maven Dashboard Plugin</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5</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>
  @@ -59,6 +59,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>MAVEN_DASHBOARD_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_DASHBOARD_1_5</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.28      +11 -19    maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- changes.xml	28 Sep 2004 08:54:57 -0000	1.27
  +++ changes.xml	15 Oct 2004 07:28:31 -0000	1.28
  @@ -24,28 +24,20 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.5-SNAPSHOT" date="in CVS">
  -      <action dev="vmassol" type="add">
  -        Added dashboard report example to the Dashboard plugin web site.
  +    <release version="1.5" date="2004-10-15">
  +      <action dev="vmassol" type="add">Added dashboard report example to the Dashboard plugin web site.</action>
  +      <action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">Added new
  +        <code>fbfiles</code>aggregator that computes FindBugs total number of files with violations.
         </action>
  -      <action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">
  -        Added new <code>fbfiles</code> aggregator that computes FindBugs total 
  -        number of files with violations.
  +      <action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">Added new
  +        <code>fbviolations</code>aggregator that computes FindBugs total number of violations.
         </action>
  -      <action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">
  -        Added new <code>fbviolations</code> aggregator that computes FindBugs 
  -        total number of violations.
  +      <action dev="vmassol" type="add" issue="MPDASHBOARD-3" due-to="Nascif Abousalh-Neto">Added percentage bar graphs to the report.</action>
  +      <action dev="vmassol" type="add" issue="MPDASHBOARD-12" due-to="Thomas Recloux">Added new
  +        <code>jcoverageloc</code>aggregator that computes JCoverage total lines of code.
         </action>
  -      <action dev="vmassol" type="add" issue="MPDASHBOARD-3" due-to="Nascif Abousalh-Neto">
  -        Added percentage bar graphs to the report.
  -      </action>      
  -      <action dev="vmassol" type="add" issue="MPDASHBOARD-12" due-to="Thomas Recloux">
  -        Added new <code>jcoverageloc</code> aggregator that computes JCoverage total
  -        lines of code.
  -      </action>
  -      <action dev="vmassol" type="add" issue="MPDASHBOARD-11" due-to="Thomas Recloux">
  -        Added new <code>jcoveragelipc</code> aggregator that computes JCoverage
  -        lines percentage.
  +      <action dev="vmassol" type="add" issue="MPDASHBOARD-11" due-to="Thomas Recloux">Added new
  +        <code>jcoveragelipc</code>aggregator that computes JCoverage lines percentage.
         </action>
       </release>
       <release version="1.4" date="2004-08-15">
  
  
  

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