[maven-scm-plugin] prepare release 1.10
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@230655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -17,13 +17,12 @@
|
||||
* 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.10-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.10</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>
|
||||
@@ -75,6 +74,11 @@
|
||||
<name>1.9.1</name>
|
||||
<tag>MAVEN_CLOVER_1_9_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.10</id>
|
||||
<name>1.10</name>
|
||||
<tag>MAVEN_CLOVER_1_10</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@@ -97,10 +101,10 @@
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Stéphane Mor</name>
|
||||
<name>Stéphane Mor</name>
|
||||
<id>smor</id>
|
||||
<email>stephanemor@yahoo.fr</email>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
@@ -25,16 +24,15 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.10-SNAPSHOT" date="in svn">
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-46,MPCLOVER-42">
|
||||
Upgrade to Clover 1.3.9.
|
||||
<release version="1.10" date="2005-08-07">
|
||||
<action dev="vmassol" type="update" issue="MPCLOVER-46,MPCLOVER-42">Upgrade to Clover 1.3.9.</action>
|
||||
<action dev="carlos" type="fix" issue="MPCLOVER-44">The
|
||||
<code>ant:clover-check</code>Ant task requires
|
||||
<code>initString</code>parameter.
|
||||
</action>
|
||||
<action dev="carlos" type="fix" issue="MPCLOVER-44">
|
||||
The <code>ant:clover-check</code> Ant task requires <code>initString</code> parameter.
|
||||
</action>
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-30" due-to="Eric Lapierre">
|
||||
When calling <code>clover:on</code> a second time, an updated
|
||||
<code>maven.compile.src.set</code> was ignored.
|
||||
<action dev="vmassol" type="fix" issue="MPCLOVER-30" due-to="Eric Lapierre">When calling
|
||||
<code>clover:on</code>a second time, an updated
|
||||
<code>maven.compile.src.set</code>was ignored.
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.9.1" date="2005-05-28">
|
||||
|
||||
Reference in New Issue
Block a user