brett 2004/09/25 21:53:08
Modified: jcoverage project.xml
jcoverage/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.0.8
Revision Changes Path
1.31 +6 -1 maven-plugins/jcoverage/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- project.xml 17 Aug 2004 14:00:48 -0000 1.30
+++ project.xml 26 Sep 2004 04:53:08 -0000 1.31
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jcoverage-plugin</id>
<name>Maven JCoverage plugin</name>
- <currentVersion>1.0.8-SNAPSHOT</currentVersion>
+ <currentVersion>1.0.8</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>
@@ -65,6 +65,11 @@
<id>1.0.7</id>
<name>1.0.7</name>
<tag>MAVEN_JCOVERAGE_1_0_7</tag>
+ </version>
+ <version>
+ <id>1.0.8</id>
+ <name>1.0.8</name>
+ <tag>MAVEN_JCOVERAGE_1_0_8</tag>
</version>
</versions>
<developers>
1.25 +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.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- changes.xml 3 Sep 2004 07:58:59 -0000 1.24
+++ changes.xml 26 Sep 2004 04:53:08 -0000 1.25
@@ -24,7 +24,7 @@
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
<body>
- <release version="1.0.8" date="In CVS">
+ <release version="1.0.8" date="2004-09-26">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-14">Fixed overview and
packages rates.</action>
<action dev="evenisse" type="add">Add the possibility to set multiple
includes and excludes files for instrumentation.</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]