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 2003/12/04 08:58:37 UTC

cvs commit: maven-plugins/dashboard project.xml

vmassol     2003/12/03 23:58:37

  Modified:    dashboard/xdocs changes.xml navigation.xml
               dashboard project.xml
  Log:
  Preparing for 1.2 release
  
  Revision  Changes    Path
  1.12      +1 -1      maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml	3 Dec 2003 11:10:08 -0000	1.11
  +++ changes.xml	4 Dec 2003 07:58:36 -0000	1.12
  @@ -7,7 +7,7 @@
   
     <body>
   
  -    <release version="1.2" date="in CVS">
  +    <release version="1.2" date="2003-12-04">
         <action dev="vmassol">
           Added column legends to the dashboard report.
         </action>
  
  
  
  1.6       +1 -0      maven-plugins/dashboard/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/navigation.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navigation.xml	26 Nov 2003 15:00:10 -0000	1.5
  +++ navigation.xml	4 Dec 2003 07:58:36 -0000	1.6
  @@ -16,6 +16,7 @@
       <menu name="Downloads">
         <item name="Dashboard plugin 1.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.0.jar"/>
         <item name="Dashboard plugin 1.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.1.jar"/>
  +      <item name="Dashboard plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.2.jar"/>
       </menu>
     </body>
   </project>
  
  
  
  1.8       +2 -2      maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	29 Nov 2003 19:11:31 -0000	1.7
  +++ project.xml	4 Dec 2003 07:58:37 -0000	1.8
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-dashboard-plugin</id>
     <name>Maven Dashboard Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</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>
  @@ -29,7 +29,7 @@
       <version>
         <id>1.2</id>
         <name>1.2</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_DASHBOARD_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  

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