Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114793 13f79535-47bb-0310-9956-ffa450edef68
61 lines
1.8 KiB
XML
61 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="1.0.3" date="In CVS">
|
|
<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>
|
|
</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>
|
|
</release>
|
|
|
|
<release version="1.0" date="2003-09-04">
|
|
<action dev="evenisse" type="add">
|
|
First release
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|