You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/08/07 10:13:39 UTC

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

Author: vmassol
Date: Sun Aug  7 01:13:07 2005
New Revision: 230655

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

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=230655&r1=230654&r2=230655&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Sun Aug  7 01:13:07 2005
@@ -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>

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=230655&r1=230654&r2=230655&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Sun Aug  7 01:13:07 2005
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org