This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new a70ca2d Convert a handful of HTTP URLs to HTTPS
a70ca2d is described below
commit a70ca2d25c738560ef435cecadc3a47782b9daf5
Author: Andrew Gaul <[email protected]>
AuthorDate: Tue May 21 20:52:22 2019 +0900
Convert a handful of HTTP URLs to HTTPS
---
apis/openstack-swift/pom.xml | 2 +-
project/pom.xml | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/apis/openstack-swift/pom.xml b/apis/openstack-swift/pom.xml
index 8952063..08cf4de 100644
--- a/apis/openstack-swift/pom.xml
+++ b/apis/openstack-swift/pom.xml
@@ -40,7 +40,7 @@
<test.openstack-swift.identity>FIXME_IDENTITY</test.openstack-swift.identity>
<test.openstack-swift.credential>FIXME_CREDENTIALS</test.openstack-swift.credential>
<test.jclouds.keystone.credential-type>passwordCredentials</test.jclouds.keystone.credential-type>
-
<jclouds.blobstore.httpstream.url>http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.blobstore.httpstream.url>
+
<jclouds.blobstore.httpstream.url>https://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.blobstore.httpstream.url>
<jclouds.blobstore.httpstream.md5>e5de09672af9b386c30a311654d8541a</jclouds.blobstore.httpstream.md5>
<jclouds.osgi.export>org.jclouds.openstack.swift.v1*;version="${project.version}"</jclouds.osgi.export>
<jclouds.osgi.import>org.jclouds*;version="${project.version}",*</jclouds.osgi.import>
diff --git a/project/pom.xml b/project/pom.xml
index 68a370d..9fe9136 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -30,14 +30,14 @@
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache jclouds Project</name>
- <url>http://jclouds.apache.org/</url>
+ <url>https://jclouds.apache.org/</url>
<description>Apache jclouds: Concurrent API for Cloud Services</description>
<inceptionYear>2009</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
@@ -55,26 +55,26 @@
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/jclouds-user/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/jclouds-user/</archive>
</mailingList>
<mailingList>
<name>Developer List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
- <archive>http://mail-archives.apache.org/mod_mbox/jclouds-dev/</archive>
+ <archive>https://mail-archives.apache.org/mod_mbox/jclouds-dev/</archive>
</mailingList>
<mailingList>
<name>Commits List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/jclouds-commits/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/jclouds-commits/</archive>
</mailingList>
<mailingList>
<name>Issues List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
-
<archive>http://mail-archives.apache.org/mod_mbox/jclouds-issues/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/jclouds-issues/</archive>
</mailingList>
</mailingLists>
@@ -238,7 +238,7 @@
<osgi.compendium.version>${osgi.version}</osgi.compendium.version>
<http.proxyHost />
<http.proxyPort />
-
<jclouds.wire.httpstream.url>http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url>
+
<jclouds.wire.httpstream.url>https://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.1.1-bin.tar.gz</jclouds.wire.httpstream.url>
<jclouds.wire.httpstream.md5>e5de09672af9b386c30a311654d8541a</jclouds.wire.httpstream.md5>
<jclouds.blobstore.httpstream.url>${jclouds.wire.httpstream.url}</jclouds.blobstore.httpstream.url>
<jclouds.blobstore.httpstream.md5>${jclouds.wire.httpstream.md5}</jclouds.blobstore.httpstream.md5>
@@ -1127,7 +1127,7 @@
<encoding>${project.build.sourceEncoding}</encoding>
<quiet>true</quiet>
<links>
- <link>http://download.oracle.com/javase/6/docs/api/</link>
+ <link>https://download.oracle.com/javase/6/docs/api/</link>
</links>
</configuration>
</plugin>
@@ -1181,7 +1181,7 @@
<systemPropertyVariables>
<!--
If you're behind a proxy, set this here
-
http://java.sun.com/javase/6/docs/technotes/guides/net/proxies.html
+
https://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
<https.proxyHost>proxy</https.proxyHost>
<https.proxyPort>port</https.proxyPort>