Author: vmassol
Date: Fri Mar  4 07:53:12 2005
New Revision: 156172

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

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?view=diff&r1=156171&r2=156172
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Fri Mar  4 07:53:12 2005
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-clover-plugin</id>
   <name>Maven Clover Plugin</name>
-  <currentVersion>1.8-SNAPSHOT</currentVersion>
+  <currentVersion>1.8</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>
@@ -59,6 +59,11 @@
       <id>1.7</id>
       <name>1.7</name>
       <tag>MAVEN_CLOVER_1_7</tag>
+    </version>
+    <version>
+      <id>1.8</id>
+      <name>1.8</name>
+      <tag>MAVEN_CLOVER_1_8</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?view=diff&r1=156171&r2=156172
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Fri Mar  4 07:53:12 
2005
@@ -25,40 +25,27 @@
     <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.8" date="in SVN">
-      <action dev="vmassol" type="add">
-        Added support for historical reports by adding a new 
-        <code>clover:save-history</code> goal that saves a Clover 
-        history point. The history points are then used by
-        <code>clover:report</code> to generate history reports
-        (including a link on the Maven-generated website).
+    <release version="1.8" date="2005-03-04">
+      <action dev="vmassol" type="add">Added support for historical reports by 
adding a new
+        <code>clover:save-history</code>goal that saves a Clover history 
point. The history points are then used by
+        <code>clover:report</code>to generate history reports (including a 
link on the Maven-generated website).
       </action>
-      <action dev="vmassol" type="update">
-        Updated to Clover 1.3.5 and applied new license that supports
-        generating history report (the previous one didn't support it).
-      </action>
-      <action dev="vmassol" type="add">
-        Add support for method, statement and block context filtering through 
-        the following properties:
+      <action dev="vmassol" type="update">Updated to Clover 1.3.5 and applied 
new license that supports generating history report (the previous one didn't 
support it).</action>
+      <action dev="vmassol" type="add">Add support for method, statement and 
block context filtering through the following properties:
         <code>maven.clover.context.block.names</code>,
         <code>maven.clover.context.method.names</code>,
         <code>maven.clover.context.method.regexps</code>,
-        <code>maven.clover.context.statement.names</code> and
+        <code>maven.clover.context.statement.names</code>and
         <code>maven.clover.context.statement.regexps</code>.
       </action>
-      <action dev="vmassol" type="add">
-        Added new <code>clover:check</code> goal that verifies if the
-        test coverage if above a threshold defined by the properties
+      <action dev="vmassol" type="add">Added new
+        <code>clover:check</code>goal that verifies if the test coverage if 
above a threshold defined by the properties
         <code>maven.clover.check.target</code>,
-        <code>maven.clover.check.packages</code> and
-        <code>maven.clover.check.targets</code>. It fails the build
-        if it's below.
+        <code>maven.clover.check.packages</code>and
+        <code>maven.clover.check.targets</code>. It fails the build if it's 
below.
       </action>
-      <action dev="vmassol" type="update">
-        Changed the location of the default license. It is now bundled in the 
-        plugin and the plugin no longer downloads it from your remote 
-        repository. As before if you wish to use your own license use the
-        <code>maven.clover.license.path</code> property.
+      <action dev="vmassol" type="update">Changed the location of the default 
license. It is now bundled in the plugin and the plugin no longer downloads it 
from your remote repository. As before if you wish to use your own license use 
the
+        <code>maven.clover.license.path</code>property.
       </action>
     </release>
     <release version="1.7" date="2005-02-14">



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

Reply via email to