You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/29 06:42:34 UTC

[logging-log4j2] 01/02: Use https url for repository

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

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 84e73a458c002da0c909fc06cdac6f8b968cfdb5
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 00:39:52 2022 -0600

    Use https url for repository
---
 .../log4j-spring-cloud-config-sample-server/pom.xml                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
index e0761c0..7d67214 100644
--- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
+++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml
@@ -252,7 +252,7 @@
     <repository>
       <id>apache.snapshots</id>
       <name>Apache snapshots repository</name> 
-      <url>http://repository.apache.org/content/groups/snapshots</url> 
+      <url>https://repository.apache.org/content/groups/snapshots</url> 
       <snapshots> 
         <enabled>true</enabled>
       </snapshots>