LUCENE-8993: Change all repository references in Maven POM files to HTTPs; update some related URLs, too

This commit is contained in:
Uwe Schindler 2019-10-01 19:19:42 +02:00
parent 4ddde00667
commit ee532099c1
5 changed files with 23 additions and 20 deletions

View File

@ -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 The most recently produced nightly Jenkins-built Lucene and Solr Maven
snapshot artifacts are available in the Apache Snapshot repository here: snapshot artifacts are available in the Apache Snapshot repository here:
http://repository.apache.org/snapshots https://repository.apache.org/snapshots
An example POM snippet: An example POM snippet:
@ -27,7 +27,7 @@ A. How to use nightly Jenkins-built Lucene/Solr Maven artifacts
<repository> <repository>
<id>apache.snapshots</id> <id>apache.snapshots</id>
<name>Apache Snapshot Repository</name> <name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url> <url>https://repository.apache.org/snapshots</url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </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: as in B. above, with the addition of two system properties:
ant -Dm2.repository.id=my-repo-id \ 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 generate-maven-artifacts
The repository ID given in the above command corresponds to a <server> The repository ID given in the above command corresponds to a <server>
entry in either your ~/.m2/settings.xml or ~/.ant/settings.xml. See 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 (Note that as of version 2.1.3, Maven Ant Tasks cannot handle encrypted
passwords.) passwords.)

View File

@ -32,15 +32,15 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Grandparent POM for Apache Lucene Core and Apache Solr</name> <name>Grandparent POM for Apache Lucene Core and Apache Solr</name>
<description>Grandparent POM for Apache Lucene Core and Apache Solr</description> <description>Grandparent POM for Apache Lucene Core and Apache Solr</description>
<url>http://lucene.apache.org</url> <url>https://lucene.apache.org</url>
<modules> <modules>
<module>lucene</module> <module>lucene</module>
<module>solr</module> <module>solr</module>
</modules> </modules>
<properties> <properties>
<vc-anonymous-base-url>http://git-wip-us.apache.org/repos/asf/lucene-solr.git</vc-anonymous-base-url> <vc-anonymous-base-url>https://gitbox.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-dev-base-url>https://gitbox.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-browse-base-url>https://gitbox.apache.org/repos/asf?p=lucene-solr.git</vc-browse-base-url>
<specification.version>@spec.version@</specification.version> <specification.version>@spec.version@</specification.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format> <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<java.compat.version>11</java.compat.version> <java.compat.version>11</java.compat.version>
@ -80,7 +80,7 @@
<subscribe>general-subscribe@lucene.apache.org</subscribe> <subscribe>general-subscribe@lucene.apache.org</subscribe>
<unsubscribe>general-unsubscribe@lucene.apache.org</unsubscribe> <unsubscribe>general-unsubscribe@lucene.apache.org</unsubscribe>
<archive> <archive>
http://mail-archives.apache.org/mod_mbox/lucene-general/ https://mail-archives.apache.org/mod_mbox/lucene-general/
</archive> </archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
@ -88,21 +88,21 @@
<subscribe>java-user-subscribe@lucene.apache.org</subscribe> <subscribe>java-user-subscribe@lucene.apache.org</subscribe>
<unsubscribe>java-user-unsubscribe@lucene.apache.org</unsubscribe> <unsubscribe>java-user-unsubscribe@lucene.apache.org</unsubscribe>
<archive> <archive>
http://mail-archives.apache.org/mod_mbox/lucene-java-user/ https://mail-archives.apache.org/mod_mbox/lucene-java-user/
</archive> </archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Java Developer List</name> <name>Java Developer List</name>
<subscribe>dev-subscribe@lucene.apache.org</subscribe> <subscribe>dev-subscribe@lucene.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe> <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>
<mailingList> <mailingList>
<name>Java Commits List</name> <name>Java Commits List</name>
<subscribe>commits-subscribe@lucene.apache.org</subscribe> <subscribe>commits-subscribe@lucene.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe> <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
<archive> <archive>
http://mail-archives.apache.org/mod_mbox/lucene-java-commits/ https://mail-archives.apache.org/mod_mbox/lucene-java-commits/
</archive> </archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
@ -122,7 +122,7 @@
<repository> <repository>
<id>apache.snapshots</id> <id>apache.snapshots</id>
<name>Apache Snapshot Repository</name> <name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url> <url>https://repository.apache.org/snapshots</url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>
@ -267,7 +267,7 @@
<tempDir>.</tempDir> <tempDir>.</tempDir>
<java.awt.headless>true</java.awt.headless> <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. --> for a description of the tests.* system properties. -->
<!-- RandomizedTesting library system properties --> <!-- RandomizedTesting library system properties -->

View File

@ -55,21 +55,21 @@
<subscribe>solr-user-subscribe@lucene.apache.org</subscribe> <subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
<unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe> <unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
<archive> <archive>
http://mail-archives.apache.org/mod_mbox/solr-user/ https://mail-archives.apache.org/mod_mbox/solr-user/
</archive> </archive>
</mailingList> </mailingList>
<mailingList> <mailingList>
<name>Java Developer List</name> <name>Java Developer List</name>
<subscribe>dev-subscribe@lucene.apache.org</subscribe> <subscribe>dev-subscribe@lucene.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe> <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>
<mailingList> <mailingList>
<name>Java Commits List</name> <name>Java Commits List</name>
<subscribe>commits-subscribe@lucene.apache.org</subscribe> <subscribe>commits-subscribe@lucene.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe> <unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
<archive> <archive>
http://mail-archives.apache.org/mod_mbox/lucene-java-commits/ https://mail-archives.apache.org/mod_mbox/lucene-java-commits/
</archive> </archive>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
@ -78,12 +78,12 @@
<repository> <repository>
<id>maven-restlet</id> <id>maven-restlet</id>
<name>Public online Restlet repository</name> <name>Public online Restlet repository</name>
<url>http://maven.restlet.org</url> <url>https://maven.restlet.com</url>
</repository> </repository>
<repository> <repository>
<id>releases.cloudera.com</id> <id>releases.cloudera.com</id>
<name>Cloudera Releases</name> <name>Cloudera Releases</name>
<url>https://repository.cloudera.com/artifactory/libs-release</url> <url>https://repository.cloudera.com/artifactory/libs-release-local/</url>
</repository> </repository>
</repositories> </repositories>
<build> <build>

View File

@ -180,6 +180,9 @@ Other
* LUCENE-8975: Code Cleanup: Use entryset for map iteration wherever possible. * 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 ======================= ======================= Lucene 8.2.0 =======================
API Changes API Changes

View File

@ -34,7 +34,7 @@
<resolvers> <resolvers>
<ibiblio name="sonatype-releases" root="https://oss.sonatype.org/content/repositories/releases" m2compatible="true" /> <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="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"> <filesystem name="local-maven-2" m2compatible="true" local="true">
<artifact <artifact