Replace HTTP with HTTPS
This commit is contained in:
parent
ae6725056c
commit
4b5a2f44a1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
4
pom.xml
4
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>
|
||||
|
|
Loading…
Reference in New Issue