You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/01/29 05:02:16 UTC

cvs commit: maven-plugins/junit-report project.xml

dion        2004/01/28 20:02:16

  Modified:    junit-report/xdocs navigation.xml changes.xml
               junit-report project.xml
  Added:       junit-report/announcements 1.4.ann
  Log:
  Prep for release
  
  Revision  Changes    Path
  1.3       +3 -0      maven-plugins/junit-report/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	19 Mar 2003 05:54:20 -0000	1.2
  +++ navigation.xml	29 Jan 2004 04:02:16 -0000	1.3
  @@ -13,5 +13,8 @@
         <item href="/properties.html" name="Properties">
         </item>
       </menu>
  +    <menu name="Downloads">
  +      <item name="Version 1.4" href="http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4.jar"/>
  +    </menu>
     </body>
   </project>
  
  
  
  1.7       +1 -1      maven-plugins/junit-report/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml	29 Nov 2003 18:25:39 -0000	1.6
  +++ changes.xml	29 Jan 2004 04:02:16 -0000	1.7
  @@ -8,7 +8,7 @@
   
     <body>
   
  -    <release version="1.4" date="in CVS">
  +    <release version="1.4" date="2004-01-29">
         <action dev="vmassol" type="update">
           Added new goal <code>junit-report:report</code> which is is the same
           as the <code>maven-junit-report-plugin:report</code> goal (but in a
  
  
  
  1.1                  maven-plugins/junit-report/announcements/1.4.ann
  
  Index: 1.4.ann
  ===================================================================
  The Maven team is pleased to announce the JUnit Report plugin 1.4 release!
  
  http://maven.apache.org/reference/plugins/junit-report
  
  A plugin for building producing nicely formatted reports from JUnit results.
  
  User-visible changes in this version:
  
  o Added new goal, junit-report:report which is is the same
    as the maven-junit-report-plugin:report goal (but in a
    simpler short form that can be called from other plugins).
  
  Note that this plugin has been tested with Maven 1.0 rc1.
  Using it with another version of Maven is at your own risk!
  
  You can install the plugin with Maven 1.0 rc1 or later using:
  maven -DgroupId=maven -DartifactId=maven-junit-report-plugin -Dversion=1.4  plugin:download
  
  You can download the plugin here:
  http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4.jar
  
  Have fun!
  -dIon
  
  
  1.21      +8 -1      maven-plugins/junit-report/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	29 Nov 2003 17:22:06 -0000	1.20
  +++ project.xml	29 Jan 2004 04:02:16 -0000	1.21
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-junit-report-plugin</id>
     <name>Maven JUnit Report Plug-in</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <description/>
     <shortDescription>Reports from JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/junit-report/</url>
  @@ -14,6 +14,13 @@
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/junit-report/</connection>
       <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/junit-report/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_JUNIT_REPORT_1_4</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Vincent Massol</name>
  
  
  

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