[maven-scm-plugin] prepare release 1.11.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@523199 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-03-28 07:15:00 +00:00
parent 292f67ab42
commit f9fdbd6a68
2 changed files with 10 additions and 5 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-clover-plugin</id> <id>maven-clover-plugin</id>
<name>Maven Clover Plugin</name> <name>Maven Clover Plugin</name>
<currentVersion>1.11.2-SNAPSHOT</currentVersion> <currentVersion>1.11.2</currentVersion>
<description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description> <description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description>
<shortDescription>Produce Clover reports</shortDescription> <shortDescription>Produce Clover reports</shortDescription>
<versions> <versions>
@ -82,6 +82,11 @@
<name>1.11.1</name> <name>1.11.1</name>
<tag>MAVEN_CLOVER_1_11_1</tag> <tag>MAVEN_CLOVER_1_11_1</tag>
</version> </version>
<version>
<id>1.11.2</id>
<name>1.11.2</name>
<tag>MAVEN_CLOVER_1_11_2</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -25,7 +25,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.11.2-SNAPSHOT" date="in SVN"> <release version="1.11.2" date="2007-03-28">
<action dev="vmassol" type="update" issue="MPCLOVER-58">Use new clover license.</action> <action dev="vmassol" type="update" issue="MPCLOVER-58">Use new clover license.</action>
</release> </release>
<release version="1.11.1" date="2006-10-29"> <release version="1.11.1" date="2006-10-29">