Author: nbelaevski
Date: 2008-08-20 15:33:35 -0400 (Wed, 20 Aug 2008)
New Revision: 10154
Modified:
trunk/cdk/pom.xml
trunk/framework/impl/pom.xml
trunk/samples/pom.xml
Log:
Clover plugin upgraded to the latest version
Modified: trunk/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml 2008-08-20 19:23:53 UTC (rev 10153)
+++ trunk/cdk/pom.xml 2008-08-20 19:33:35 UTC (rev 10154)
@@ -44,7 +44,7 @@
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
+ <artifactId>maven-clover2-plugin</artifactId>
<configuration>
<includesAllSourceRoots>
false
Modified: trunk/framework/impl/pom.xml
===================================================================
--- trunk/framework/impl/pom.xml 2008-08-20 19:23:53 UTC (rev 10153)
+++ trunk/framework/impl/pom.xml 2008-08-20 19:33:35 UTC (rev 10154)
@@ -124,7 +124,7 @@
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
+ <artifactId>maven-clover2-plugin</artifactId>
<configuration>
<includesAllSourceRoots>false</includesAllSourceRoots>
</configuration>
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2008-08-20 19:23:53 UTC (rev 10153)
+++ trunk/samples/pom.xml 2008-08-20 19:33:35 UTC (rev 10154)
@@ -409,7 +409,7 @@
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
+ <artifactId>maven-clover2-plugin</artifactId>
<configuration>
<includesAllSourceRoots>
false
Show replies by date