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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0ae15ea  Use https in repository URLs
0ae15ea is described below

commit 0ae15eafcde7a6ee3a9602f21d5b4525fb6e38a0
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Oct 31 07:41:22 2023 +0100

    Use https in repository URLs
---
 log4j-audit/log4j-audit-maven-plugin/src/it/settings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log4j-audit/log4j-audit-maven-plugin/src/it/settings.xml 
b/log4j-audit/log4j-audit-maven-plugin/src/it/settings.xml
index a75234b..0df3f5e 100644
--- a/log4j-audit/log4j-audit-maven-plugin/src/it/settings.xml
+++ b/log4j-audit/log4j-audit-maven-plugin/src/it/settings.xml
@@ -25,7 +25,7 @@
       <repositories>
         <repository>
           <id>local.central</id>
-          <url>http://repository.apache.org/content/groups/public</url>
+          <url>https://repository.apache.org/content/groups/public</url>
           <releases>
             <enabled>true</enabled>
           </releases>
@@ -37,7 +37,7 @@
       <pluginRepositories>
         <pluginRepository>
           <id>local.central</id>
-          <url>http://repository.apache.org/content/groups/public</url>
+          <url>https://repository.apache.org/content/groups/public</url>
           <releases>
             <enabled>true</enabled>
           </releases>

Reply via email to