You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vm...@apache.org on 2005/12/20 20:56:09 UTC

svn commit: r358082 - /maven/plugins/trunk/maven-clover-plugin/pom.xml

Author: vmassol
Date: Tue Dec 20 11:56:05 2005
New Revision: 358082

URL: http://svn.apache.org/viewcvs?rev=358082&view=rev
Log:
Need to depend on parent v2.0.1 to get proper site deployment URL!

Modified:
    maven/plugins/trunk/maven-clover-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/pom.xml?rev=358082&r1=358081&r2=358082&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clover-plugin/pom.xml Tue Dec 20 11:56:05 2005
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0</version>
+    <version>2.0.1</version>
   </parent>
   <prerequisites>
     <maven>2.0.1</maven>