From 253e8d9660019b42cb9bd5deced6fca46e046678 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 08:22:00 -0700 Subject: [PATCH] DATAGRAPH-1208 - 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). # Fixed URLs ## Fixed Success 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 3 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://m2.neo4j.org/content/repositories/releases with 1 occurrences migrated to: https://m2.neo4j.org/content/repositories/releases ([https](https://m2.neo4j.org/content/repositories/releases) result 301). * http://m2.neo4j.org/content/repositories/snapshots with 1 occurrences migrated to: https://m2.neo4j.org/content/repositories/snapshots ([https](https://m2.neo4j.org/content/repositories/snapshots) result 301). * http://www.graphaware.com with 4 occurrences migrated to: https://www.graphaware.com ([https](https://www.graphaware.com) result 301). * http://www.neotechnology.com with 1 occurrences migrated to: https://www.neotechnology.com ([https](https://www.neotechnology.com) result 301). * http://www.spring.io with 3 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://repo.spring.io/libs-release with 1 occurrences migrated to: https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release) result 302). * http://repo.spring.io/plugins-release with 1 occurrences migrated to: https://repo.spring.io/plugins-release ([https](https://repo.spring.io/plugins-release) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 6 occurrences * http://www.w3.org/2001/XMLSchema-instance with 3 occurrences Original pull request: #465 --- pom.xml | 26 +++++++++++++------------- spring-data-neo4j-distribution/pom.xml | 2 +- spring-data-neo4j/pom.xml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index e46d273d7..62e6734fc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.data @@ -36,7 +36,7 @@ Vince Bickers vince at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -47,7 +47,7 @@ Adam George adam at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -58,7 +58,7 @@ Michal Bachman michal at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -69,7 +69,7 @@ Luanne Misquitta luanne at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -88,7 +88,7 @@ Michael Hunger michael.hunger at neotechnology.com Neo Technology - http://www.neotechnology.com + https://www.neotechnology.com Project Lead @@ -99,7 +99,7 @@ Oliver Gierke ogierke at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -110,7 +110,7 @@ Thomas Risberg trisberg at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -121,7 +121,7 @@ Mark Pollack mpollack at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -156,12 +156,12 @@ spring-libs-release Spring - http://repo.spring.io/libs-release + https://repo.spring.io/libs-release neo4j - http://m2.neo4j.org/content/repositories/releases + https://m2.neo4j.org/content/repositories/releases false @@ -169,7 +169,7 @@ neo4j-snapshots - http://m2.neo4j.org/content/repositories/snapshots + https://m2.neo4j.org/content/repositories/snapshots true @@ -180,7 +180,7 @@ spring-plugins-release - http://repo.spring.io/plugins-release + https://repo.spring.io/plugins-release diff --git a/spring-data-neo4j-distribution/pom.xml b/spring-data-neo4j-distribution/pom.xml index 4c80a7565..dc5af6371 100644 --- a/spring-data-neo4j-distribution/pom.xml +++ b/spring-data-neo4j-distribution/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml index e8b3e8f29..d052666b0 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0