You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/09/21 09:46:36 UTC

[httpcomponents-client] 01/09: Replace HTTP with HTTPS

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch pom-cleanup
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit c4444f1df21e24c8527510f78b7f2c13f0289f32
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 21 10:51:10 2020 +0200

    Replace HTTP with HTTPS
---
 httpclient5-cache/pom.xml   | 2 +-
 httpclient5-fluent/pom.xml  | 2 +-
 httpclient5-testing/pom.xml | 2 +-
 httpclient5-win/pom.xml     | 2 +-
 httpclient5/pom.xml         | 2 +-
 pom.xml                     | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index f64982b..38510ab 100644
--- a/httpclient5-cache/pom.xml
+++ b/httpclient5-cache/pom.xml
@@ -34,7 +34,7 @@
   <name>Apache HttpClient Cache</name>
   <inceptionYear>2010</inceptionYear>
   <description>Apache HttpComponents HttpClient Cache</description>
-  <url>http://hc.apache.org/httpcomponents-client</url>
+  <url>https://hc.apache.org/httpcomponents-client-5.0.x/</url>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml
index 26613f1..b2ddfb5 100644
--- a/httpclient5-fluent/pom.xml
+++ b/httpclient5-fluent/pom.xml
@@ -34,7 +34,7 @@
   <name>Apache HttpClient Fluent</name>
   <inceptionYear>2011</inceptionYear>
   <description>Apache HttpComponents Client Fluent</description>
-  <url>http://hc.apache.org/httpcomponents-client</url>
+  <url>https://hc.apache.org/httpcomponents-client-5.0.x/</url>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/httpclient5-testing/pom.xml b/httpclient5-testing/pom.xml
index 9e906d2..a7fab43 100644
--- a/httpclient5-testing/pom.xml
+++ b/httpclient5-testing/pom.xml
@@ -33,7 +33,7 @@
   <artifactId>httpclient5-testing</artifactId>
   <name>Apache HttpClient Integration Tests</name>
   <description>Apache HttpClient integration tests</description>
-  <url>http://hc.apache.org/httpcomponents-client</url>
+  <url>https://hc.apache.org/httpcomponents-client-5.0.x/</url>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/httpclient5-win/pom.xml b/httpclient5-win/pom.xml
index 71783aa..2669ce6 100644
--- a/httpclient5-win/pom.xml
+++ b/httpclient5-win/pom.xml
@@ -33,7 +33,7 @@
   <artifactId>httpclient5-win</artifactId>
   <name>Apache HttpClient Windows features</name>
   <description>Apache HttpClient Windows specific functionality</description>
-  <url>http://hc.apache.org/httpcomponents-client</url>
+  <url>https://hc.apache.org/httpcomponents-client-5.0.x/</url>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index 4ef1462..c3306c9 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -33,7 +33,7 @@
   <artifactId>httpclient5</artifactId>
   <name>Apache HttpClient</name>
   <description>Apache HttpComponents Client</description>
-  <url>http://hc.apache.org/httpcomponents-client</url>
+  <url>https://hc.apache.org/httpcomponents-client-5.0.x/</url>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/pom.xml b/pom.xml
index c0b3d40..2ca22f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
   <name>Apache HttpComponents Client Parent</name>
   <version>5.0.2-SNAPSHOT</version>
   <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
-  <url>http://hc.apache.org/httpcomponents-client-5.0.x/</url>
+  <url>https://hc.apache.org/httpcomponents-client-5.0.x/</url>
   <inceptionYear>1999</inceptionYear>
   <packaging>pom</packaging>
 
@@ -54,7 +54,7 @@
 
   <issueManagement>
     <system>Jira</system>
-    <url>http://issues.apache.org/jira/browse/HTTPCLIENT</url>
+    <url>https://issues.apache.org/jira/browse/HTTPCLIENT</url>
   </issueManagement>
 
   <scm>