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-proxy.git
The following commit(s) were added to refs/heads/master by this push:
new b198b90 Use HTTPS in URL
b198b90 is described below
commit b198b9069d240539c7f61b326502240805ac2c44
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 15:37:48 2025 -0500
Use HTTPS in URL
---
dist/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dist/pom.xml b/dist/pom.xml
index 13b7367..af1e429 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -33,7 +33,7 @@ under the License.
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/proxy/trunk/dist</connection>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/trunk/dist</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/proxy/trunk/dist</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/proxy/trunk/dist</url>
</scm>