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 2021/03/11 21:27:21 UTC

[httpcomponents-core] branch 5.1.x updated: Upgraded API compatibility level to 5.1

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/5.1.x by this push:
     new 6a50c89  Upgraded API compatibility level to 5.1
6a50c89 is described below

commit 6a50c89bc751b67fd75884b978127faf15f5a59b
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Mar 11 22:26:05 2021 +0100

    Upgraded API compatibility level to 5.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58299b3..1fbf1f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     <slf4j.version>1.7.25</slf4j.version>
     <log4j.version>2.8.2</log4j.version>
     <rxjava.version>2.2.8</rxjava.version>
-    <api.comparison.version>5.0</api.comparison.version>
+    <api.comparison.version>5.1</api.comparison.version>
   </properties>
 
   <dependencyManagement>