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 2017/03/20 09:40:28 UTC

svn commit: r1787698 - /httpcomponents/httpclient/branches/4.6.x/pom.xml

Author: olegk
Date: Mon Mar 20 09:40:28 2017
New Revision: 1787698

URL: http://svn.apache.org/viewvc?rev=1787698&view=rev
Log:
Upgraded API compatibility level to 4.5

Modified:
    httpcomponents/httpclient/branches/4.6.x/pom.xml

Modified: httpcomponents/httpclient/branches/4.6.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.6.x/pom.xml?rev=1787698&r1=1787697&r2=1787698&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.6.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.6.x/pom.xml Mon Mar 20 09:40:28 2017
@@ -77,7 +77,7 @@
     <mockito.version>1.8.5</mockito.version>
     <jna.version>4.1.0</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
-    <api.comparison.version>4.4</api.comparison.version>
+    <api.comparison.version>4.5</api.comparison.version>
   </properties>
 
   <dependencyManagement>