brett 2004/03/10 03:51:29
Modified: jcoverage project.xml
jcoverage/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.0.3
Revision Changes Path
1.16 +7 -2 maven-plugins/jcoverage/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.xml 7 Mar 2004 23:01:25 -0000 1.15
+++ project.xml 10 Mar 2004 11:51:28 -0000 1.16
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +18,12 @@
*/
-->
-
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-jcoverage-plugin</id>
<name>Maven JCoverage plugin</name>
- <currentVersion>1.0.3-SNAPSHOT</currentVersion>
+ <currentVersion>1.0.3</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>HEAD</tag>
+ </version>
+ <version>
+ <id>1.0.3</id>
+ <name>1.0.3</name>
+ <tag>MAVEN_JCOVERAGE_1_0_3</tag>
</version>
</versions>
<developers>
1.9 +11 -28 maven-plugins/jcoverage/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jcoverage/xdocs/changes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.xml 4 Mar 2004 18:36:01 -0000 1.8
+++ changes.xml 10 Mar 2004 11:51:28 -0000 1.9
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,39 +23,21 @@
<title>Changes</title>
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
</properties>
-
<body>
- <release version="1.0.3" date="In CVS">
- <action dev="evenisse" type="fix">
- Apply MPJCOVERAGE-3.
- </action>
+ <release version="1.0.3" date="2004-03-10">
+ <action dev="evenisse" type="fix">Apply MPJCOVERAGE-3.</action>
</release>
<release version="1.0.2" date="2003-12-17">
- <action dev="evenisse" type="fix">
- Apply MAVEN-967.
- </action>
+ <action dev="evenisse" type="fix">Apply MAVEN-967.</action>
</release>
<release version="1.0.1" date="2003-09-29">
- <action dev="dion" type="fix">
- Apply MAVEN-846.
- JCoverage report displays wrong branch indicators for
- classes/packages which don't have any coverage.
- </action>
- <action dev="evenisse" type="fix">
- Fix bug when classes have no package.
- </action>
- <action dev="evenisse" type="fix">
- Fix overview page for inner classes.
- </action>
- <action dev="evenisse" type="add">
- Add a postGoal to clean:clean for suppress jcoverage.ser file.
- </action>
+ <action dev="dion" type="fix">Apply MAVEN-846. JCoverage report displays
wrong branch indicators for classes/packages which don't have any coverage.</action>
+ <action dev="evenisse" type="fix">Fix bug when classes have no
package.</action>
+ <action dev="evenisse" type="fix">Fix overview page for inner
classes.</action>
+ <action dev="evenisse" type="add">Add a postGoal to clean:clean for suppress
jcoverage.ser file.</action>
</release>
-
<release version="1.0" date="2003-09-04">
- <action dev="evenisse" type="add">
- First release
- </action>
- </release>
+ <action dev="evenisse" type="add">First release</action>
+ </release>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]