You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/09/09 16:27:41 UTC

svn commit: r812973 - /httpcomponents/project/pom.xml

Author: sebb
Date: Wed Sep  9 14:27:41 2009
New Revision: 812973

URL: http://svn.apache.org/viewvc?rev=812973&view=rev
Log:
Specify clover2 plugin version 2.6.0-M1

Modified:
    httpcomponents/project/pom.xml

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=812973&r1=812972&r2=812973&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Wed Sep  9 14:27:41 2009
@@ -285,6 +285,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+            <groupId>com.atlassian.maven.plugins</groupId>
+            <artifactId>maven-clover2-plugin</artifactId>
+            <version>2.6.0-M1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>