[maven-scm-plugin] prepare release 1.0.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f61eaf65a1
commit
53f55a9290
@ -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>
|
||||
@ -46,6 +46,11 @@
|
||||
<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>
|
||||
<developer>
|
||||
|
||||
@ -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="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 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user