This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
commit 9137744b1bc8e4ea11fd09b3c38b757deeecff9b Author: P. Ottlinger <[email protected]> AuthorDate: Thu Nov 7 13:45:18 2024 +0100 Use https instead of http and fix mailing list URIs --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 74294b9..9136af2 100644 --- a/pom.xml +++ b/pom.xml @@ -115,13 +115,13 @@ <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/creadur-dev/</archive> + <archive>https://lists.apache.org/[email protected]</archive> </mailingList> <mailingList> <name>Tentacles Commits (Apache Creadur project)</name> <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/creadur-commits/</archive> + <archive>https://lists.apache.org/[email protected]</archive> </mailingList> </mailingLists> <build> @@ -382,7 +382,7 @@ </licenses> <organization> <name>Apache Software Foundation</name> - <url>http://www.apache.org</url> + <url>https://www.apache.org</url> </organization> <profiles> <profile>
