You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/03/25 10:16:29 UTC

svn commit: r1460557 - /httpcomponents/project/trunk/pom.xml

Author: olegk
Date: Mon Mar 25 09:16:28 2013
New Revision: 1460557

URL: http://svn.apache.org/r1460557
Log:
Upgraded Clover2 plugin to version 3.1.10.1

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1460557&r1=1460556&r2=1460557&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Mon Mar 25 09:16:28 2013
@@ -52,6 +52,7 @@ Clirr 2.3 => 2.5
 Buildnumber 1.0 => 1.2
 Clover 2.6.3 => 3.1.10
 Stylecheck = 2.9.1
+Clover 3.1.10 => 3.1.10.1
 
 Changes since previous version (5)
 ==============================
@@ -516,11 +517,6 @@ Felix bundle plugin updated: 2.3.5 -> 2.
           <version>2.0.13</version>
         </plugin>
         <plugin>
-          <groupId>com.atlassian.maven.plugins</groupId>
-          <artifactId>maven-clover2-plugin</artifactId>
-          <version>${clover.version}</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <version>2.3.7</version>
@@ -704,7 +700,7 @@ Felix bundle plugin updated: 2.3.5 -> 2.
           <plugin>
             <groupId>com.atlassian.maven.plugins</groupId>
             <artifactId>maven-clover2-plugin</artifactId>
-            <version>3.1.10</version>
+            <version>3.1.10.1</version>
             <configuration>
               <flushPolicy>threaded</flushPolicy>
               <flushInterval>100</flushInterval>
@@ -728,7 +724,7 @@ Felix bundle plugin updated: 2.3.5 -> 2.
           <plugin>
             <groupId>com.atlassian.maven.plugins</groupId>
             <artifactId>maven-clover2-plugin</artifactId>
-            <version>3.1.10</version>
+            <version>3.1.10.1</version>
             <configuration>
               <jdk>1.5</jdk>
             </configuration>