From 5e80d9cff619719bd754761f4e369bdf109d1cb6 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 5 Mar 2019 23:35:27 -0600 Subject: [PATCH] #452 - URL cleanup in POMs. This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://ethlo.com/maven (301) migrated to: https://ethlo.com/maven ([https](https://ethlo.com/maven) result 404). ## Fixed Success These URLs were fixed successfully. * http://projects.spring.io/spring-data-cassandra migrated to: https://projects.spring.io/spring-data-cassandra ([https](https://projects.spring.io/spring-data-cassandra) result 301). * http://projects.spring.io/spring-data-jdbc migrated to: https://projects.spring.io/spring-data-jdbc ([https](https://projects.spring.io/spring-data-jdbc) result 301). * http://projects.spring.io/spring-data-jpa migrated to: https://projects.spring.io/spring-data-jpa ([https](https://projects.spring.io/spring-data-jpa) result 301). * http://projects.spring.io/spring-data-ldap migrated to: https://projects.spring.io/spring-data-ldap ([https](https://projects.spring.io/spring-data-ldap) result 301). * http://projects.spring.io/spring-data-mongodb migrated to: https://projects.spring.io/spring-data-mongodb ([https](https://projects.spring.io/spring-data-mongodb) result 301). * http://projects.spring.io/spring-data-solr migrated to: https://projects.spring.io/spring-data-solr ([https](https://projects.spring.io/spring-data-solr) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/maven-v4_0_0.xsd * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance --- cassandra/pom.xml | 2 +- jdbc/pom.xml | 2 +- jpa/eclipselink/pom.xml | 4 ++-- jpa/pom.xml | 2 +- ldap/pom.xml | 2 +- mongodb/pom.xml | 2 +- solr/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 95b6343e..51080cae 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -13,7 +13,7 @@ Spring Data Cassandra - Examples Sample projects for Spring Data Cassandra - http://projects.spring.io/spring-data-cassandra + https://projects.spring.io/spring-data-cassandra 2014 diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 04a7774f..12e6c60c 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -13,7 +13,7 @@ Spring Data JDBC - Examples Sample projects for Spring Data JDBC - http://projects.spring.io/spring-data-jdbc + https://projects.spring.io/spring-data-jdbc 2017 diff --git a/jpa/eclipselink/pom.xml b/jpa/eclipselink/pom.xml index fe8610a3..ff977aa9 100644 --- a/jpa/eclipselink/pom.xml +++ b/jpa/eclipselink/pom.xml @@ -83,14 +83,14 @@ com.ethlo.eclipselink.tools - http://ethlo.com/maven + https://ethlo.com/maven com.ethlo.eclipselink.tools - http://ethlo.com/maven + https://ethlo.com/maven diff --git a/jpa/pom.xml b/jpa/pom.xml index f91d804c..d32e295d 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -13,7 +13,7 @@ Spring Data JPA - Examples Sample projects for Spring Data JPA - http://projects.spring.io/spring-data-jpa + https://projects.spring.io/spring-data-jpa 2011-2014 diff --git a/ldap/pom.xml b/ldap/pom.xml index 9ecbd721..4e8825ff 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -14,7 +14,7 @@ Spring Data LDAP - Examples Sample projects for Spring Data LDAP - http://projects.spring.io/spring-data-ldap + https://projects.spring.io/spring-data-ldap example diff --git a/mongodb/pom.xml b/mongodb/pom.xml index a290f922..bd0110ce 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -13,7 +13,7 @@ Spring Data MongoDB - Examples Sample projects for Spring Data MongoDB - http://projects.spring.io/spring-data-mongodb + https://projects.spring.io/spring-data-mongodb 2011 diff --git a/solr/pom.xml b/solr/pom.xml index 460e6f13..79d34d8c 100644 --- a/solr/pom.xml +++ b/solr/pom.xml @@ -13,7 +13,7 @@ Spring Data Solr - Examples Sample projects for Spring Data Solr - http://projects.spring.io/spring-data-solr + https://projects.spring.io/spring-data-solr util