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/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ca413e  Use HTTPS in Git URL
2ca413e is described below

commit 2ca413eb1ae5b63a6d9b50c5f25a66ad444fb46a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 6 09:55:51 2025 -0400

    Use HTTPS in Git URL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85fec3c..12a235b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   </issueManagement>
   <inceptionYear>2018</inceptionYear>
   <scm>
-    
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-release-plugin.git</connection>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-release-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-release-plugin.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git</url>
   </scm>

Reply via email to