From 1d6e8b88507119e816c704aaf17457b746b1f29c Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 11:04:56 -0500 Subject: [PATCH] DATACASS-640 - URL Cleanup. 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). These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://www.prowaveconsulting.com (200) with 1 occurrences could not be migrated: ([https](https://www.prowaveconsulting.com) result SSLHandshakeException). * http://www.scispike.com (200) with 1 occurrences could not be migrated: ([https](https://www.scispike.com) result SSLHandshakeException). These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://maven.apache.org/xsd/maven-4.0.0.xsd with 5 occurrences migrated to: https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200). * http://projects.spring.io/spring-data-cassandra/ with 1 occurrences migrated to: https://projects.spring.io/spring-data-cassandra/ ([https](https://projects.spring.io/spring-data-cassandra/) result 200). * http://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar with 1 occurrences migrated to: https://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar ([https](https://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar) result 200). * http://www.pivotal.io with 2 occurrences migrated to: https://www.pivotal.io ([https](https://www.pivotal.io) result 301). These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 10 occurrences * http://www.w3.org/2001/XMLSchema-instance with 5 occurrences Resolves gh-147. --- pom.xml | 8 ++++---- spring-cql/pom.xml | 2 +- spring-data-cassandra-benchmarks/pom.xml | 4 ++-- spring-data-cassandra-distribution/pom.xml | 2 +- spring-data-cassandra/pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e763fe1fd..fe24f94e5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 @@ -17,7 +17,7 @@ Spring Data for Apache Cassandra Spring Data for Apache Cassandra - http://projects.spring.io/spring-data-cassandra/ + https://projects.spring.io/spring-data-cassandra/ @@ -59,7 +59,7 @@ John Blum jblum at pivotal.io Pivotal - http://www.pivotal.io + https://www.pivotal.io Developer @@ -70,7 +70,7 @@ Mark Paluch mpaluch at pivotal.io Pivotal - http://www.pivotal.io + https://www.pivotal.io Developer diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index bca830045..6a69327d8 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/spring-data-cassandra-benchmarks/pom.xml b/spring-data-cassandra-benchmarks/pom.xml index 6cb3bdf66..2db9cf2b6 100644 --- a/spring-data-cassandra-benchmarks/pom.xml +++ b/spring-data-cassandra-benchmarks/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -79,7 +79,7 @@ - + *:* META-INF/*.SF diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 554cad069..f4ee5b0e0 100644 --- a/spring-data-cassandra-distribution/pom.xml +++ b/spring-data-cassandra-distribution/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 043986dad..4b3076f12 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0