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/06/28 13:37:59 UTC

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

brett       2004/06/28 04:37:59

  Modified:    jcoverage project.xml
               jcoverage/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0.5
  
  Revision  Changes    Path
  1.25      +6 -1      maven-plugins/jcoverage/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	25 Jun 2004 15:24:29 -0000	1.24
  +++ project.xml	28 Jun 2004 11:37:59 -0000	1.25
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jcoverage-plugin</id>
     <name>Maven JCoverage plugin</name>
  -  <currentVersion>1.0.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0.5</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>
  @@ -50,6 +50,11 @@
         <id>1.0.4</id>
         <name>1.0.4</name>
         <tag>MAVEN_JCOVERAGE_1_0_4</tag>
  +    </version>
  +    <version>
  +      <id>1.0.5</id>
  +      <name>1.0.5</name>
  +      <tag>MAVEN_JCOVERAGE_1_0_5</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.17      +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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml	28 May 2004 10:27:27 -0000	1.16
  +++ changes.xml	28 Jun 2004 11:37:59 -0000	1.17
  @@ -24,7 +24,7 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.0.5-SNAPSHOT" date="in CVS">
  +    <release version="1.0.5" date="2004-06-28">
         <action dev="evenisse" type="fix" issue="MPJCOVERAGE-8">Fixed report generation fails when no java source present.</action>
         <action dev="brett" type="fix" issue="MPJCOVERAGE-1">Handle multiple source directories correctly</action>
         <action dev="brett" type="fix">Copy all of maven.build.dest, excluding the class files, into the instrumentation directory, as some people hook into the resources copying themselves without adding them to the POM</action>
  
  
  

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