Author: vmassol
Date: Sat May 28 00:54:57 2005
New Revision: 178862

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

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=178862&r1=178861&r2=178862&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Sat May 28 00:54:57 2005
@@ -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>
@@ -67,6 +69,11 @@
       <id>1.9</id>
       <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>

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=178862&r1=178861&r2=178862&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Sat May 28 00:54:57 
2005
@@ -25,14 +25,15 @@
     <author email="[EMAIL PROTECTED]">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">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to