Author: vmassol Date: Sat Oct 7 01:42:16 2006 New Revision: 453866 URL: http://svn.apache.org/viewvc?view=rev&rev=453866 Log: Depending on the latest parent (version 3 has some issue when generating the site: an index.html file is generated with the content of plugin-info.html even though the Clover site sources have an index.apt file)
Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/pom.xml?view=diff&rev=453866&r1=453865&r2=453866 ============================================================================== --- maven/plugins/trunk/maven-clover-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-clover-plugin/pom.xml Sat Oct 7 01:42:16 2006 @@ -2,7 +2,7 @@ <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>3</version> + <version>4-SNAPSHOT</version> </parent> <prerequisites> <maven>2.0.1</maven>