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

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

brett       2004/05/15 19:08:39

  Modified:    jcoverage project.xml
               jcoverage/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0.4
  
  Revision  Changes    Path
  1.22      +6 -1      maven-plugins/jcoverage/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	16 May 2004 01:35:47 -0000	1.21
  +++ project.xml	16 May 2004 02:08:39 -0000	1.22
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jcoverage-plugin</id>
     <name>Maven JCoverage plugin</name>
  -  <currentVersion>1.0.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0.4</currentVersion>
     <package>org.apache.maven.jcoveragereport</package>
     <description>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</description>
     <shortDescription>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</shortDescription>
  @@ -45,6 +45,11 @@
         <id>1.0.3</id>
         <name>1.0.3</name>
         <tag>MAVEN_JCOVERAGE_1_0_3</tag>
  +    </version>
  +    <version>
  +      <id>1.0.4</id>
  +      <name>1.0.4</name>
  +      <tag>MAVEN_JCOVERAGE_1_0_4</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.13      +1 -1      maven-plugins/jcoverage/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml	30 Apr 2004 14:38:44 -0000	1.12
  +++ changes.xml	16 May 2004 02:08:39 -0000	1.13
  @@ -24,7 +24,7 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.0.4" date="In CVS">
  +    <release version="1.0.4" date="2004-05-15">
         <action dev="evenisse" type="add" issue="MPJCOVERAGE-7">Custom stylesheet for jcoverage plugin.</action>
         <action dev="evenisse" type="fix" issue="MPJCOVERAGE-6">Fix the report generation after a rmic generation.</action>
       </release>
  
  
  

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