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 2007/03/28 09:15:01 UTC

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

Author: ltheussl
Date: Wed Mar 28 00:15:00 2007
New Revision: 523199

URL: http://svn.apache.org/viewvc?view=rev&rev=523199
Log:
[maven-scm-plugin] prepare release 1.11.2

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/viewvc/maven/maven-1/plugins/trunk/clover/project.xml?view=diff&rev=523199&r1=523198&r2=523199
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Wed Mar 28 00:15:00 2007
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-clover-plugin</id>
   <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>
   <shortDescription>Produce Clover reports</shortDescription>
   <versions>
@@ -81,6 +81,11 @@
       <id>1.11.1</id>
       <name>1.11.1</name>
       <tag>MAVEN_CLOVER_1_11_1</tag>
+    </version>
+    <version>
+      <id>1.11.2</id>
+      <name>1.11.2</name>
+      <tag>MAVEN_CLOVER_1_11_2</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/clover/xdocs/changes.xml?view=diff&rev=523199&r1=523198&r2=523199
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Wed Mar 28 00:15:00 2007
@@ -25,12 +25,12 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author> 
   </properties>  
   <body> 
-    <release version="1.11.2-SNAPSHOT" date="in SVN"> 
-      <action dev="vmassol" type="update" issue="MPCLOVER-58">Use new clover license.</action>  
-    </release>
+    <release version="1.11.2" date="2007-03-28"> 
+      <action dev="vmassol" type="update" issue="MPCLOVER-58">Use new clover license.</action> 
+    </release>  
     <release version="1.11.1" date="2006-10-29"> 
       <action dev="vmassol" type="update" issue="MPCLOVER-56">Upgrade to Clover 1.3.13.</action>  
-      <action dev="ltheussl" type="fix" issue="MPCLOVER-57">
+      <action dev="ltheussl" type="fix" issue="MPCLOVER-57"> 
         <code>clover:merge</code> should use 
         <code>maven.multiproject.basedir</code>.
       </action>