Author: ltheussl Date: Thu Mar 22 03:55:40 2007 New Revision: 521205 URL: http://svn.apache.org/viewvc?view=rev&rev=521205 Log: Correct version
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=521205&r1=521204&r2=521205 ============================================================================== --- maven/maven-1/plugins/trunk/clover/project.xml (original) +++ maven/maven-1/plugins/trunk/clover/project.xml Thu Mar 22 03:55:40 2007 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-clover-plugin</id> <name>Maven Clover Plugin</name> - <currentVersion>1.11.1</currentVersion> + <currentVersion>1.11.2-SNAPSHOT</currentVersion> <description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description> <shortDescription>Produce Clover reports</shortDescription> <versions> 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=521205&r1=521204&r2=521205 ============================================================================== --- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Thu Mar 22 03:55:40 2007 @@ -25,7 +25,7 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> - <release version="1.11.2" date="in SVN"> + <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.1" date="2006-10-29">