You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/08/16 21:31:48 UTC

[logging-log4cxx] branch master updated: Fix URL for log4j download

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

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 341a23a  Fix URL for log4j download
     new 6c28f0e  Merge branch 'master' of github.com:apache/logging-log4cxx
341a23a is described below

commit 341a23aa0d13278c8ae85b6017d49de9790f00fe
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Mon Aug 16 17:31:16 2021 -0400

    Fix URL for log4j download
---
 src/test/java/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/CMakeLists.txt b/src/test/java/CMakeLists.txt
index 0618241..6e8406c 100644
--- a/src/test/java/CMakeLists.txt
+++ b/src/test/java/CMakeLists.txt
@@ -1,6 +1,6 @@
 include(FetchContent)
 FetchContent_Declare(log4j
-  URL https://www-us.apache.org/dist/logging/log4j/1.2.17/log4j-1.2.17.tar.gz
+  URL https://downloads.apache.org/logging/log4j/1.2.17/log4j-1.2.17.tar.gz
   URL_HASH MD5=8218714e41ee0c6509dcfeafa2e1f53f
 )
 FetchContent_GetProperties(log4j)