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/10/30 13:16:25 UTC

svn commit: r1537063 - /httpcomponents/httpasyncclient/trunk/pom.xml

Author: olegk
Date: Wed Oct 30 12:16:25 2013
New Revision: 1537063

URL: http://svn.apache.org/r1537063
Log:
Set API baseline to 4.0; added Clirr plugin

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1537063&r1=1537062&r2=1537063&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Wed Oct 30 12:16:25 2013
@@ -73,6 +73,7 @@
     <easymock.version>2.5.2</easymock.version>
     <mockito.version>1.8.5</mockito.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
+    <api.comparison.version>4.0</api.comparison.version>
   </properties>
 
   <dependencyManagement>
@@ -254,6 +255,14 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>${hc.clirr.version}</version>
+        <configuration>
+          <comparisonVersion>${api.comparison.version}</comparisonVersion>
+        </configuration>
+      </plugin>
     </plugins>
   </build>