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-rdf.git


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

commit 6b3e7f2d0c41c1b275ae9a55f882388eadfc52a1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:50:08 2025 -0500

    Use HTTPS in URL
---
 commons-rdf-examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-rdf-examples/pom.xml b/commons-rdf-examples/pom.xml
index d1fb5da8..9a85b935 100644
--- a/commons-rdf-examples/pom.xml
+++ b/commons-rdf-examples/pom.xml
@@ -81,7 +81,7 @@
        <repository>
                <id>apache.snapshots</id>
                <name>Apache Snapshot Repository</name>
-               <url>http://repository.apache.org/snapshots</url>
+               <url>https://repository.apache.org/snapshots</url>
                <releases>
                        <enabled>false</enabled>
                </releases>

Reply via email to