[maven-scm-plugin] prepare release 1.9.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@178862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2005 The Apache Software Foundation.
|
||||
@@ -16,12 +17,13 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<project>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-clover-plugin</id>
|
||||
<name>Maven Clover Plugin</name>
|
||||
<currentVersion>1.9.1-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.9.1</currentVersion>
|
||||
<description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description>
|
||||
<shortDescription>Produce Clover reports</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/clover/</url>
|
||||
@@ -68,6 +70,11 @@
|
||||
<name>1.9</name>
|
||||
<tag>MAVEN_CLOVER_1_9</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.9.1</id>
|
||||
<name>1.9.1</name>
|
||||
<tag>MAVEN_CLOVER_1_9_1</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -25,14 +25,15 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.9.1-SNAPSHOT" date="in SVN">
|
||||
<action dev="vmassol" type="fix" issues="MPCLOVER-40" due-to="Kristopher Brown">
|
||||
Fixed the <code>clover:test-single</code> goal which was wrongly
|
||||
calling the <code>clover:swing-report-internal</code> (should have
|
||||
been <code>clover:swing-report</code>).
|
||||
<release version="1.9.1" date="2005-05-28">
|
||||
<action dev="vmassol" type="fix" issues="MPCLOVER-40" due-to="Kristopher Brown">Fixed the
|
||||
<code>clover:test-single</code>goal which was wrongly calling the
|
||||
<code>clover:swing-report-internal</code>(should have been
|
||||
<code>clover:swing-report</code>).
|
||||
</action>
|
||||
<action dev="carlos" type="fix" issues="MPCLOVER-38">
|
||||
Fixed bug when <code>maven.test.failure.ignore</code> is <code>null</code>.
|
||||
<action dev="carlos" type="fix" issues="MPCLOVER-38">Fixed bug when
|
||||
<code>maven.test.failure.ignore</code>is
|
||||
<code>null</code>.
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.9" date="2005-05-22">
|
||||
|
||||
Reference in New Issue
Block a user