You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/06 06:28:27 UTC

svn commit: r375184 - in /maven/maven-1/plugins/trunk/clover: project.xml xdocs/changes.xml

Author: ltheussl
Date: Sun Feb  5 21:28:26 2006
New Revision: 375184

URL: http://svn.apache.org/viewcvs?rev=375184&view=rev
Log:
[maven-scm-plugin] prepare release 1.11

Modified:
    maven/maven-1/plugins/trunk/clover/project.xml
    maven/maven-1/plugins/trunk/clover/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/clover/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/project.xml?rev=375184&r1=375183&r2=375184&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Sun Feb  5 21:28:26 2006
@@ -17,13 +17,12 @@
  * limitations under the License.
  */
  -->
-<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-clover-plugin</id>
   <name>Maven Clover Plugin</name>
-  <currentVersion>1.11-SNAPSHOT</currentVersion>
+  <currentVersion>1.11</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/maven-1.x/reference/plugins/clover/</url>
@@ -80,6 +79,11 @@
       <name>1.10</name>
       <tag>MAVEN_CLOVER_1_10</tag>
     </version>
+    <version>
+      <id>1.11</id>
+      <name>1.11</name>
+      <tag>MAVEN_CLOVER_1_11</tag>
+    </version>
   </versions>
   <developers>
     <developer>
@@ -102,10 +106,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>

Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/xdocs/changes.xml?rev=375184&r1=375183&r2=375184&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Sun Feb  5 21:28:26 2006
@@ -24,12 +24,14 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.11-SNAPSHOT" date="in SVN">
+    <release version="1.11" date="2006-02-05">
       <action dev="ltheussl" type="add" issue="MPCLOVER-50">Add support for span attribute.</action>
       <action dev="ltheussl" type="add" issue="MPCLOVER-45">Allow to specify the "relative" property for clover-setup.</action>
       <action dev="ltheussl" type="update" issue="MPCLOVER-52">Upgrade to Clover 1.3.11.</action>
       <action dev="vmassol" type="update" issue="MPCLOVER-53">Use new clover license.</action>
-      <action dev="vmassol" type="fix" issue="MPCLOVER-48" due-to="Brendan Humphreys">Allow override of flushpolicy, flushinterval in <code>&lt;clover-setup&gt;</code>, change default values.</action>
+      <action dev="vmassol" type="fix" issue="MPCLOVER-48" due-to="Brendan Humphreys">Allow override of flushpolicy, flushinterval in
+        <code>&lt;clover-setup&gt;</code>, change default values.
+      </action>
     </release>
     <release version="1.10" date="2005-08-07">
       <action dev="vmassol" type="update" issue="MPCLOVER-46">Upgrade to Clover 1.3.9.</action>