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

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new d4aa4424 CURATOR-524. Fix all URLs as https (#431)
d4aa4424 is described below

commit d4aa4424a2b2e3f3c640937d8d539e8c76e2564a
Author: tison <[email protected]>
AuthorDate: Sun Jul 17 16:05:32 2022 +0800

    CURATOR-524. Fix all URLs as https (#431)
    
    Signed-off-by: tison <[email protected]>
---
 curator-client/pom.xml             |  2 +-
 curator-examples/pom.xml           |  2 +-
 curator-framework/pom.xml          |  2 +-
 curator-recipes/pom.xml            |  2 +-
 curator-test/pom.xml               |  2 +-
 curator-x-discovery-server/pom.xml |  2 +-
 curator-x-discovery/pom.xml        |  2 +-
 pom.xml                            | 28 ++++++++++++++--------------
 8 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/curator-client/pom.xml b/curator-client/pom.xml
index a9467ee8..245c91eb 100644
--- a/curator-client/pom.xml
+++ b/curator-client/pom.xml
@@ -17,7 +17,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml
index 642def69..d6f9ced3 100644
--- a/curator-examples/pom.xml
+++ b/curator-examples/pom.xml
@@ -18,7 +18,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml
index e9b49082..ebc55a84 100644
--- a/curator-framework/pom.xml
+++ b/curator-framework/pom.xml
@@ -18,7 +18,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml
index 70691102..d27d7fa3 100644
--- a/curator-recipes/pom.xml
+++ b/curator-recipes/pom.xml
@@ -18,7 +18,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git a/curator-test/pom.xml b/curator-test/pom.xml
index 6df781e7..46bfa988 100644
--- a/curator-test/pom.xml
+++ b/curator-test/pom.xml
@@ -18,7 +18,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git a/curator-x-discovery-server/pom.xml 
b/curator-x-discovery-server/pom.xml
index f73144a4..45fc290e 100644
--- a/curator-x-discovery-server/pom.xml
+++ b/curator-x-discovery-server/pom.xml
@@ -18,7 +18,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml
index 8fdfe2da..e581333a 100644
--- a/curator-x-discovery/pom.xml
+++ b/curator-x-discovery/pom.xml
@@ -18,7 +18,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git a/pom.xml b/pom.xml
index 83f02732..58fdc51c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -35,20 +35,20 @@
     <description>
         Curator is a set of Java libraries that make using Apache ZooKeeper 
much easier.
     </description>
-    <url>http://curator.apache.org</url>
+    <url>https://curator.apache.org</url>
     <inceptionYear>2011</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>
 
     <organization>
         <name>The Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
+        <url>https://www.apache.org/</url>
     </organization>
 
     <properties>
@@ -126,7 +126,7 @@
 
     <issueManagement>
         <system>JIRA</system>
-        <url>http://issues.apache.org/jira/browse/CURATOR</url>
+        <url>https://issues.apache.org/jira/browse/CURATOR</url>
     </issueManagement>
 
     <ciManagement>
@@ -159,21 +159,21 @@
             <subscribe>mailto:[email protected]</subscribe>
             
<unsubscribe>mailto:[email protected]</unsubscribe>
             <post>mailto:[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/curator-user/</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/curator-user/</archive>
         </mailingList>
         <mailingList>
             <name>Development</name>
             <subscribe>mailto:[email protected]</subscribe>
             
<unsubscribe>mailto:[email protected]</unsubscribe>
             <post>mailto:[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/curator-dev/</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/curator-dev/</archive>
         </mailingList>
         <mailingList>
             <name>Commits</name>
             <subscribe>mailto:[email protected]</subscribe>
             
<unsubscribe>mailto:[email protected]</unsubscribe>
             <post>mailto:[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/curator-commits/</archive>
+            
<archive>https://mail-archives.apache.org/mod_mbox/curator-commits/</archive>
         </mailingList>
     </mailingLists>
 
@@ -199,7 +199,7 @@
                 <role>Committer</role>
                 <role>PMC Member</role>
             </roles>
-            <url>http://www.linkedin.com/pub/jay-zarfoss/34/56/a19</url>
+            <url>https://www.linkedin.com/pub/jay-zarfoss/34/56/a19</url>
         </developer>
 
         <developer>
@@ -222,7 +222,7 @@
                 <role>Committer</role>
                 <role>PMC Member</role>
             </roles>
-            <url>http://iocanel.blogspot.com</url>
+            <url>https://iocanel.blogspot.com</url>
         </developer>
 
         <developer>
@@ -246,7 +246,7 @@
                 <role>Committer</role>
                 <role>PMC Member</role>
             </roles>
-            <url>http://github.com/dragonsinth</url>
+            <url>https://github.com/dragonsinth</url>
         </developer>
 
         <developer>
@@ -258,7 +258,7 @@
                 <role>Committer</role>
                 <role>PMC Member</role>
             </roles>
-            <url>http://people.apache.org/~mdrob</url>
+            <url>https://people.apache.org/~mdrob</url>
         </developer>
 
         <developer>
@@ -268,7 +268,7 @@
                 <role>PMC Member</role>
             </roles>
             <timezone>-8</timezone>
-            <url>http://www.linkedin.com/pub/patrick-hunt/2/5b2/24a</url>
+            <url>https://www.linkedin.com/pub/patrick-hunt/2/5b2/24a</url>
         </developer>
 
         <developer>
@@ -278,7 +278,7 @@
                 <role>PMC Member</role>
             </roles>
             <timezone>-8</timezone>
-            <url>http://www.linkedin.com/in/mahadevkonar</url>
+            <url>https://www.linkedin.com/in/mahadevkonar</url>
         </developer>
 
         <developer>

Reply via email to