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/12 14:41:46 UTC

svn commit: r814162 - /httpcomponents/httpcore/trunk/pom.xml

Author: sebb
Date: Sat Sep 12 12:41:46 2009
New Revision: 814162

URL: http://svn.apache.org/viewvc?rev=814162&view=rev
Log:
Temporarily add Clover2 version to see if it fixes Continuum build errors

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=814162&r1=814161&r2=814162&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sat Sep 12 12:41:46 2009
@@ -142,6 +142,7 @@
       <plugin>
         <groupId>com.atlassian.maven.plugins</groupId>
         <artifactId>maven-clover2-plugin</artifactId>
+        <version>2.6.0-M1</version>
         <configuration>
           <flushPolicy>threaded</flushPolicy>
           <flushInterval>100</flushInterval>