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 <[email protected]> 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>
