You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/05/24 19:59:10 UTC

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

Author: carlos
Date: Tue May 24 10:59:09 2005
New Revision: 178219

URL: http://svn.apache.org/viewcvs?rev=178219&view=rev
Log:
Fixed MPCLOVER-38, maven:set doesn't allow null values

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=178219&r1=178218&r2=178219&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Tue May 24 10:59:09 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 /*
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-clover-plugin</id>
   <name>Maven Clover Plugin</name>
-  <currentVersion>1.9</currentVersion>
+  <currentVersion>1.9.1-SNAPSHOT</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>

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=178219&r1=178218&r2=178219&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Tue May 24 10:59:09 2005
@@ -25,6 +25,10 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
+    <release version="1.9.1-SNAPSHOT" date="in SVN">
+      <action dev="carlos" type="fix" issues="MPCLOVER-38">
+        Fixed bug when <code>maven.test.failure.ignore</code> is <code>null</code>.
+      </action>
     <release version="1.9" date="2005-05-22">
       <action dev="vmassol" type="fix" issues="MPCLOVER-37" due-to="Carlos Sanchez">
         <code>maven.test.failure.ignore</code>is now correctly reset when



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