From b32774f2467f667fa9dfccb0586879e67c15c62d Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 08:20:13 -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://www.apache.org/licenses/LICENSE-2.0 with 1 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) 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://projects.spring.io/spring-data-neo4j with 1 occurrences migrated to: https://projects.spring.io/spring-data-neo4j ([https](https://projects.spring.io/spring-data-neo4j) result 301). * http://www.graphaware.com with 6 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). # 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: #468 --- pom.xml | 28 +++++++++++++------------- spring-data-neo4j-distribution/pom.xml | 2 +- spring-data-neo4j/pom.xml | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 91919f5ef..ded9c0d8e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 @@ -10,7 +10,7 @@ Spring Data Neo4j Neo4j support for Spring Data - http://projects.spring.io/spring-data-neo4j + https://projects.spring.io/spring-data-neo4j org.springframework.data.build @@ -37,7 +37,7 @@ Vince Bickers vince at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -48,7 +48,7 @@ Adam George adam at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -59,7 +59,7 @@ Michal Bachman michal at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -70,7 +70,7 @@ Luanne Misquitta luanne at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -81,7 +81,7 @@ Mark Angrish mark at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -92,7 +92,7 @@ Jasper Blues jasper at graphaware.com GraphAware - http://www.graphaware.com + https://www.graphaware.com Developer @@ -103,7 +103,7 @@ Michael Hunger michael.hunger at neotechnology.com Neo Technology - http://www.neotechnology.com + https://www.neotechnology.com Project Lead @@ -114,7 +114,7 @@ Oliver Gierke ogierke at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -125,7 +125,7 @@ Thomas Risberg trisberg at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -136,7 +136,7 @@ Mark Pollack mpollack at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -162,7 +162,7 @@ neo4j - http://m2.neo4j.org/content/repositories/releases + https://m2.neo4j.org/content/repositories/releases true always @@ -170,7 +170,7 @@ neo4j-snapshots - http://m2.neo4j.org/content/repositories/snapshots + https://m2.neo4j.org/content/repositories/snapshots true always diff --git a/spring-data-neo4j-distribution/pom.xml b/spring-data-neo4j-distribution/pom.xml index e94534fcc..45b7536ea 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 43a66a728..03479a18d 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -6,7 +6,7 @@ | you may not use this file except in compliance with the License. | You may obtain a copy of the License at | - | http://www.apache.org/licenses/LICENSE-2.0 + | https://www.apache.org/licenses/LICENSE-2.0 | | Unless required by applicable law or agreed to in writing, software | distributed under the License is distributed on an "AS IS" BASIS, @@ -18,7 +18,7 @@ | Licensed under the Apache License, Version 2.0 (the "License"); --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0