This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch cleanup-parent-pom-plugin-versions-and-urls in repository https://gitbox.apache.org/repos/asf/aries.git
commit f933e4e0710abfd902ae2ddab8434dfc21885516 Author: Dominik Przybysz <[email protected]> AuthorDate: Mon Jan 27 19:49:54 2025 +0100 [MAINTENANCE] Replace http sites and repositories urls with https in parent pom --- parent/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 986ebb0f4..5b2ab52ff 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -39,11 +39,11 @@ Aries parent pom </description> - <url>http://aries.apache.org</url> + <url>https://aries.apache.org</url> <organization> <name>The Apache Software Foundation</name> - <url>http://www.apache.org</url> + <url>https://www.apache.org</url> </organization> <inceptionYear>2009</inceptionYear> @@ -66,7 +66,7 @@ <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>mailto:[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/aries-user/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/aries-user/</archive> </mailingList> <mailingList> @@ -74,7 +74,7 @@ <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>mailto:[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/aries-dev/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/aries-dev/</archive> </mailingList> <mailingList> @@ -82,14 +82,14 @@ <subscribe>[email protected]</subscribe> <unsubscribe>[email protected]</unsubscribe> <post>mailto:[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/aries-commits/</archive> + <archive>https://mail-archives.apache.org/mod_mbox/aries-commits/</archive> </mailingList> </mailingLists> <repositories> <repository> <id>EclipseLink Repo</id> - <url>http://download.eclipse.org/rt/eclipselink/maven.repo/</url> + <url>https://download.eclipse.org/rt/eclipselink/maven.repo/</url> </repository> <repository> <id>ops4j.sonatype.snapshots.deploy</id>
