You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2022/09/28 18:49:32 UTC

[httpcomponents-core] branch master updated: Replace Travis-CI badge with GitHub Actions badge

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 408887403 Replace Travis-CI badge with GitHub Actions badge
408887403 is described below

commit 4088874035a0795ea1b26f135044879dc3be916f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 28 14:49:27 2022 -0400

    Replace Travis-CI badge with GitHub Actions badge
    
    * Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
    * Bump Log4j 2.17.2 to 2.19.0
---
 README.md         | 2 +-
 RELEASE_NOTES.txt | 6 ++++--
 pom.xml           | 4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 2736f2619..39809a5a3 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Apache HttpComponents Core
 
 Welcome to the HttpCore component of the Apache HttpComponents project.
 
-[![Build Status](https://travis-ci.com/apache/httpcomponents-core.svg?branch=master)](https://travis-ci.com/apache/httpcomponents-core)
+[![GitHub Actions Status](https://github.com/apache/httpcomponents-core/workflows/Java%20CI/badge.svg)](https://github.com/apache/httpcomponents-core/actions)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.httpcomponents.core5/httpcore5/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.httpcomponents.core5/httpcore5)
 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
 
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 46ca9c1ec..e454bbaa0 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -7,8 +7,10 @@ Release 5.2 BETA3
 * Bump mockito-core from 4.4.0 to 4.8.0 #366.
 * Bump JApiCmp from 0.15.4 to 0.15.7.
 * Bump reactive-streams from 1.0.3 to 1.0.4 #364.
-* Bump rxjava from 3.1.3 to 3.1.5 #362
-* Bump commons-cli from 1.4 to 1.5.0 #365
+* Bump rxjava from 3.1.3 to 3.1.5 #362.
+* Bump commons-cli from 1.4 to 1.5.0 #365.
+* Bump japicmp-maven-plugin from 0.15.7 to 0.16.0.
+* Bump Log4j 2.17.2 to 2.19.0.
 
 
 Release 5.2 BETA2
diff --git a/pom.xml b/pom.xml
index 2ba9e5fcb..85d30cc57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,11 +77,11 @@
     <junit.migrationsupport.version>5.0.0</junit.migrationsupport.version>
     <mockito.version>4.8.0</mockito.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <log4j.version>2.17.2</log4j.version>
+    <log4j.version>2.19.0</log4j.version>
     <rxjava.version>2.2.21</rxjava.version>
     <rxjava3.version>3.1.5</rxjava3.version>
     <api.comparison.version>5.1</api.comparison.version>
-    <japicmp.version>0.15.7</japicmp.version>
+    <japicmp.version>0.16.0</japicmp.version>
     <hc.animal-sniffer.signature.ignores>javax.net.ssl.SSLEngine,javax.net.ssl.SSLParameters</hc.animal-sniffer.signature.ignores>
   </properties>