You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/10/01 17:20:27 UTC

[lucene-solr] branch master updated: LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too

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

uschindler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new ee53209  LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too
ee53209 is described below

commit ee532099c12759775583c523a7cc5108ba864d23
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Tue Oct 1 19:19:42 2019 +0200

    LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too
---
 dev-tools/maven/README.maven           |  8 ++++----
 dev-tools/maven/pom.xml.template       | 20 ++++++++++----------
 dev-tools/maven/solr/pom.xml.template  | 10 +++++-----
 lucene/CHANGES.txt                     |  3 +++
 lucene/default-nested-ivy-settings.xml |  2 +-
 5 files changed, 23 insertions(+), 20 deletions(-)

diff --git a/dev-tools/maven/README.maven b/dev-tools/maven/README.maven
index 816bf41..0d9c7b7 100644
--- a/dev-tools/maven/README.maven
+++ b/dev-tools/maven/README.maven
@@ -16,7 +16,7 @@ A. How to use nightly Jenkins-built Lucene/Solr Maven artifacts
    The most recently produced nightly Jenkins-built Lucene and Solr Maven
    snapshot artifacts are available in the Apache Snapshot repository here:
 
-      http://repository.apache.org/snapshots
+      https://repository.apache.org/snapshots
 
    An example POM snippet:
 
@@ -27,7 +27,7 @@ A. How to use nightly Jenkins-built Lucene/Solr Maven artifacts
          <repository>
            <id>apache.snapshots</id>
            <name>Apache Snapshot Repository</name>
-           <url>http://repository.apache.org/snapshots</url>
+           <url>https://repository.apache.org/snapshots</url>
            <releases>
              <enabled>false</enabled>
            </releases>
@@ -57,12 +57,12 @@ C. How to deploy Maven artifacts to a repository
    as in B. above, with the addition of two system properties:
 
       ant -Dm2.repository.id=my-repo-id \
-          -Dm2.repository.url=http://example.org/my/repo \
+          -Dm2.repository.url=https://example.org/my/repo \
           generate-maven-artifacts
 
    The repository ID given in the above command corresponds to a <server>
    entry in either your ~/.m2/settings.xml or ~/.ant/settings.xml.  See
-   <http://maven.apache.org/settings.html#Servers> for more information.
+   <https://maven.apache.org/settings.html#Servers> for more information.
    (Note that as of version 2.1.3, Maven Ant Tasks cannot handle encrypted
    passwords.)
 
diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index 0b90eed..689374a 100644
--- a/dev-tools/maven/pom.xml.template
+++ b/dev-tools/maven/pom.xml.template
@@ -32,15 +32,15 @@
   <packaging>pom</packaging>
   <name>Grandparent POM for Apache Lucene Core and Apache Solr</name>
   <description>Grandparent POM for Apache Lucene Core and Apache Solr</description>
-  <url>http://lucene.apache.org</url>
+  <url>https://lucene.apache.org</url>
   <modules>
     <module>lucene</module>
     <module>solr</module>
   </modules>
   <properties>
-    <vc-anonymous-base-url>http://git-wip-us.apache.org/repos/asf/lucene-solr.git</vc-anonymous-base-url>
-    <vc-dev-base-url>https://git-wip-us.apache.org/repos/asf/lucene-solr.git</vc-dev-base-url>
-    <vc-browse-base-url>https://git1-us-west.apache.org/repos/asf?p=lucene-solr.git;a=tree</vc-browse-base-url>
+    <vc-anonymous-base-url>https://gitbox.apache.org/repos/asf/lucene-solr.git</vc-anonymous-base-url>
+    <vc-dev-base-url>https://gitbox.apache.org/repos/asf/lucene-solr.git</vc-dev-base-url>
+    <vc-browse-base-url>https://gitbox.apache.org/repos/asf?p=lucene-solr.git</vc-browse-base-url>
     <specification.version>@spec.version@</specification.version>
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
     <java.compat.version>11</java.compat.version>
@@ -80,7 +80,7 @@
       <subscribe>general-subscribe@lucene.apache.org</subscribe>
       <unsubscribe>general-unsubscribe@lucene.apache.org</unsubscribe>
       <archive>
-        http://mail-archives.apache.org/mod_mbox/lucene-general/
+        https://mail-archives.apache.org/mod_mbox/lucene-general/
       </archive>
     </mailingList>
     <mailingList>
@@ -88,21 +88,21 @@
       <subscribe>java-user-subscribe@lucene.apache.org</subscribe>
       <unsubscribe>java-user-unsubscribe@lucene.apache.org</unsubscribe>
       <archive>
-        http://mail-archives.apache.org/mod_mbox/lucene-java-user/
+        https://mail-archives.apache.org/mod_mbox/lucene-java-user/
       </archive>
     </mailingList>
     <mailingList>
       <name>Java Developer List</name>
       <subscribe>dev-subscribe@lucene.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Java Commits List</name>
       <subscribe>commits-subscribe@lucene.apache.org</subscribe>
       <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
       <archive>
-        http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+        https://mail-archives.apache.org/mod_mbox/lucene-java-commits/
       </archive>
     </mailingList>
   </mailingLists>
@@ -122,7 +122,7 @@
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
+      <url>https://repository.apache.org/snapshots</url>
       <releases>
         <enabled>false</enabled>
       </releases>
@@ -267,7 +267,7 @@
               <tempDir>.</tempDir>
               <java.awt.headless>true</java.awt.headless>
 
-              <!-- See <http://wiki.apache.org/lucene-java/RunningTests>
+              <!-- See <https://cwiki.apache.org/confluence/display/lucene/RunningTests>
                    for a description of the tests.* system properties. -->
 
               <!-- RandomizedTesting library system properties -->
diff --git a/dev-tools/maven/solr/pom.xml.template b/dev-tools/maven/solr/pom.xml.template
index 56aa1c5..827eb26 100644
--- a/dev-tools/maven/solr/pom.xml.template
+++ b/dev-tools/maven/solr/pom.xml.template
@@ -55,21 +55,21 @@
       <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
       <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
       <archive>
-        http://mail-archives.apache.org/mod_mbox/solr-user/
+        https://mail-archives.apache.org/mod_mbox/solr-user/
       </archive>
     </mailingList>
     <mailingList>
       <name>Java Developer List</name>
       <subscribe>dev-subscribe@lucene.apache.org</subscribe>
       <unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Java Commits List</name>
       <subscribe>commits-subscribe@lucene.apache.org</subscribe>
       <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
       <archive>
-        http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
+        https://mail-archives.apache.org/mod_mbox/lucene-java-commits/
       </archive>
     </mailingList>
   </mailingLists>
@@ -78,12 +78,12 @@
     <repository>
       <id>maven-restlet</id>
       <name>Public online Restlet repository</name>
-      <url>http://maven.restlet.org</url>
+      <url>https://maven.restlet.com</url>
     </repository>
     <repository>
       <id>releases.cloudera.com</id>
       <name>Cloudera Releases</name>
-      <url>https://repository.cloudera.com/artifactory/libs-release</url>
+      <url>https://repository.cloudera.com/artifactory/libs-release-local/</url>
     </repository>
   </repositories>
   <build>
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index bb11aea..a49a77a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -180,6 +180,9 @@ Other
 
 * LUCENE-8975: Code Cleanup: Use entryset for map iteration wherever possible.
 
+* LUCENE-8993, LUCENE-8807: Changed all repository and download references in build files
+  to HTTPS. (Uwe Schindler)
+
 ======================= Lucene 8.2.0 =======================
 
 API Changes
diff --git a/lucene/default-nested-ivy-settings.xml b/lucene/default-nested-ivy-settings.xml
index cfee7c4..c9fe95b 100644
--- a/lucene/default-nested-ivy-settings.xml
+++ b/lucene/default-nested-ivy-settings.xml
@@ -34,7 +34,7 @@
   <resolvers>
     <ibiblio name="sonatype-releases" root="https://oss.sonatype.org/content/repositories/releases" m2compatible="true" />
     <ibiblio name="maven.restlet.com" root="https://maven.restlet.com" m2compatible="true" />
-    <ibiblio name="releases.cloudera.com" root="https://repository.cloudera.com/cloudera/libs-release-local" m2compatible="true" />
+    <ibiblio name="releases.cloudera.com" root="https://repository.cloudera.com/artifactory/libs-release-local" m2compatible="true" />
 
     <filesystem name="local-maven-2" m2compatible="true" local="true">
       <artifact