From 1d6c06753cf65a1772cc5c5252aaee481d103ae0 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 08:22:31 -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 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://m2.neo4j.org/releases (404) with 5 occurrences migrated to: https://m2.neo4j.org/releases ([https](https://m2.neo4j.org/releases) result 404). ## 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 11 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://repository.jboss.org/maven2/ with 1 occurrences migrated to: https://repository.jboss.org/maven2/ ([https](https://repository.jboss.org/maven2/) result 200). * http://download.osgeo.org/webdav/geotools with 1 occurrences migrated to: https://download.osgeo.org/webdav/geotools ([https](https://download.osgeo.org/webdav/geotools) result 301). * 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/snapshots with 3 occurrences migrated to: https://m2.neo4j.org/snapshots ([https](https://m2.neo4j.org/snapshots) result 301). * http://maven.apache.org/maven-v4_0_0.xsd with 4 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) 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://www.springsource.org/spring-data/neo4j with 1 occurrences migrated to: https://www.springsource.org/spring-data/neo4j ([https](https://www.springsource.org/spring-data/neo4j) result 301). * http://maven.springframework.org/milestone with 8 occurrences migrated to: https://maven.springframework.org/milestone ([https](https://maven.springframework.org/milestone) result 302). * http://maven.springframework.org/release with 10 occurrences migrated to: https://maven.springframework.org/release ([https](https://maven.springframework.org/release) result 302). * http://maven.springframework.org/snapshot with 3 occurrences migrated to: https://maven.springframework.org/snapshot ([https](https://maven.springframework.org/snapshot) 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). * http://repository.ow2.org/nexus/content/repositories/ow2-legacy with 1 occurrences migrated to: https://repository.ow2.org/nexus/content/repositories/ow2-legacy ([https](https://repository.ow2.org/nexus/content/repositories/ow2-legacy) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 30 occurrences * http://www.w3.org/2001/XMLSchema-instance with 15 occurrences Original pull request: #464 --- pom.xml | 20 +++++++++---------- spring-data-neo4j-aspects/pom.xml | 2 +- spring-data-neo4j-cross-store/pom.xml | 2 +- spring-data-neo4j-distribution/pom.xml | 2 +- .../backwardscompatibility/pom.xml | 4 ++-- spring-data-neo4j-examples/cineasts/pom.xml | 6 +++--- .../hello-worlds-aspects/build.gradle | 2 +- .../hello-worlds-aspects/pom.xml | 16 +++++++-------- .../hello-worlds/build.gradle | 2 +- .../hello-worlds/pom.xml | 4 ++-- .../myrestaurants-original/pom.xml | 10 +++++----- .../myrestaurants-social/pom.xml | 16 +++++++-------- spring-data-neo4j-examples/todos/pom.xml | 14 ++++++------- spring-data-neo4j-rest/pom.xml | 2 +- spring-data-neo4j-tx/pom.xml | 2 +- spring-data-neo4j/pom.xml | 2 +- src/deploy-docs.sh | 2 +- 17 files changed, 54 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index 3ce0fbf83..a7c6655a7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 @@ -10,7 +10,7 @@ Spring Data Neo4j - Parent Neo4j support for Spring Data - http://www.springsource.org/spring-data/neo4j + https://www.springsource.org/spring-data/neo4j org.springframework.data.build @@ -83,7 +83,7 @@ Michael Hunger michael.hunger at neotechnology.com Neo Technology - http://www.neotechnology.com + https://www.neotechnology.com Project Lead @@ -94,7 +94,7 @@ Oliver Gierke ogierke at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -105,7 +105,7 @@ Thomas Risberg trisberg at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -116,7 +116,7 @@ Mark Pollack mpollack at gopivotal.com Pivotal - http://www.spring.io + https://www.spring.io Developer @@ -190,7 +190,7 @@ neo4j - http://m2.neo4j.org/content/repositories/releases + https://m2.neo4j.org/content/repositories/releases false @@ -201,14 +201,14 @@ geotools - http://download.osgeo.org/webdav/geotools + https://download.osgeo.org/webdav/geotools false ow2 - http://repository.ow2.org/nexus/content/repositories/ow2-legacy + https://repository.ow2.org/nexus/content/repositories/ow2-legacy false @@ -217,7 +217,7 @@ spring-plugins-release - http://repo.spring.io/plugins-release + https://repo.spring.io/plugins-release diff --git a/spring-data-neo4j-aspects/pom.xml b/spring-data-neo4j-aspects/pom.xml index 4d5f993db..fb21b6492 100644 --- a/spring-data-neo4j-aspects/pom.xml +++ b/spring-data-neo4j-aspects/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-data-neo4j-cross-store/pom.xml b/spring-data-neo4j-cross-store/pom.xml index 9651484ae..4c39fc19b 100644 --- a/spring-data-neo4j-cross-store/pom.xml +++ b/spring-data-neo4j-cross-store/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-data-neo4j-distribution/pom.xml b/spring-data-neo4j-distribution/pom.xml index 5c541ab8d..9bcc22b9a 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-examples/backwardscompatibility/pom.xml b/spring-data-neo4j-examples/backwardscompatibility/pom.xml index dd8f99fdc..643288ed2 100644 --- a/spring-data-neo4j-examples/backwardscompatibility/pom.xml +++ b/spring-data-neo4j-examples/backwardscompatibility/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"> org.neo4j.examples backwardscompatibility 2.1.0.BUILD-SNAPSHOT @@ -66,7 +66,7 @@ neo4j-snapshot-repository Neo4j Maven 2 snapshot repository - http://m2.neo4j.org/snapshots + https://m2.neo4j.org/snapshots true diff --git a/spring-data-neo4j-examples/cineasts/pom.xml b/spring-data-neo4j-examples/cineasts/pom.xml index b113f04b2..15fd85bb6 100644 --- a/spring-data-neo4j-examples/cineasts/pom.xml +++ b/spring-data-neo4j-examples/cineasts/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 org.neo4j.examples @@ -22,11 +22,11 @@ neo4j-release-repository Neo4j Maven 2 release repository - http://m2.neo4j.org/releases + https://m2.neo4j.org/releases jboss-public-repo - http://repository.jboss.org/maven2/ + https://repository.jboss.org/maven2/ JBoss public available repo diff --git a/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle b/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle index 32fd113d4..5c4449eaf 100644 --- a/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle +++ b/spring-data-neo4j-examples/hello-worlds-aspects/build.gradle @@ -15,7 +15,7 @@ configurations { repositories { mavenCentral() mavenLocal() - mavenRepo urls: "http://maven.springframework.org/release" + mavenRepo urls: "https://maven.springframework.org/release" } diff --git a/spring-data-neo4j-examples/hello-worlds-aspects/pom.xml b/spring-data-neo4j-examples/hello-worlds-aspects/pom.xml index 46273a44b..4471c8480 100644 --- a/spring-data-neo4j-examples/hello-worlds-aspects/pom.xml +++ b/spring-data-neo4j-examples/hello-worlds-aspects/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 org.springframework.data.examples @@ -26,7 +26,7 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release spring-maven-snapshot @@ -34,17 +34,17 @@ true - http://maven.springframework.org/snapshot + https://maven.springframework.org/snapshot spring-maven-milestone Spring Maven Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone neo4j-release-repository Neo4j Maven 2 release repository - http://m2.neo4j.org/releases + https://m2.neo4j.org/releases true @@ -55,7 +55,7 @@ neo4j-snapshot-repository Neo4j Maven 2 snapshot repository - http://m2.neo4j.org/snapshots + https://m2.neo4j.org/snapshots true @@ -69,12 +69,12 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release spring-maven-milestone Spring Maven Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone diff --git a/spring-data-neo4j-examples/hello-worlds/build.gradle b/spring-data-neo4j-examples/hello-worlds/build.gradle index 9e59e3f81..aa7d48052 100644 --- a/spring-data-neo4j-examples/hello-worlds/build.gradle +++ b/spring-data-neo4j-examples/hello-worlds/build.gradle @@ -15,7 +15,7 @@ configurations { repositories { mavenCentral() mavenLocal() - mavenRepo urls: "http://maven.springframework.org/release" + mavenRepo urls: "https://maven.springframework.org/release" } diff --git a/spring-data-neo4j-examples/hello-worlds/pom.xml b/spring-data-neo4j-examples/hello-worlds/pom.xml index 99c19f4b4..3b9280c45 100644 --- a/spring-data-neo4j-examples/hello-worlds/pom.xml +++ b/spring-data-neo4j-examples/hello-worlds/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 org.springframework.data.examples @@ -22,7 +22,7 @@ neo4j-release-repository Neo4j Maven 2 release repository - http://m2.neo4j.org/releases + https://m2.neo4j.org/releases diff --git a/spring-data-neo4j-examples/myrestaurants-original/pom.xml b/spring-data-neo4j-examples/myrestaurants-original/pom.xml index 6e08ffcb5..c665e94ff 100644 --- a/spring-data-neo4j-examples/myrestaurants-original/pom.xml +++ b/spring-data-neo4j-examples/myrestaurants-original/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 com.springone.myrestaurants myrestaurants-original @@ -17,12 +17,12 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release spring-maven-milestone Spring Maven Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone JBoss Repo @@ -34,12 +34,12 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release spring-maven-milestone Spring Maven Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone diff --git a/spring-data-neo4j-examples/myrestaurants-social/pom.xml b/spring-data-neo4j-examples/myrestaurants-social/pom.xml index 4c31b456c..c08eee4c7 100644 --- a/spring-data-neo4j-examples/myrestaurants-social/pom.xml +++ b/spring-data-neo4j-examples/myrestaurants-social/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 com.springone.myrestaurants myrestaurants-social @@ -19,12 +19,12 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release spring-maven-milestone Spring Maven Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone spring-maven-snapshot @@ -32,7 +32,7 @@ true Springframework Maven SNAPSHOT Repository - http://maven.springframework.org/snapshot + https://maven.springframework.org/snapshot JBoss Repo @@ -42,7 +42,7 @@ neo4j-release-repository Neo4j Maven 2 release repository - http://m2.neo4j.org/releases + https://m2.neo4j.org/releases true @@ -53,7 +53,7 @@ neo4j-snapshot-repository Neo4j Maven 2 snapshot repository - http://m2.neo4j.org/snapshots + https://m2.neo4j.org/snapshots true @@ -66,12 +66,12 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release spring-maven-milestone Spring Maven Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone diff --git a/spring-data-neo4j-examples/todos/pom.xml b/spring-data-neo4j-examples/todos/pom.xml index e20f09c06..42dd687ab 100644 --- a/spring-data-neo4j-examples/todos/pom.xml +++ b/spring-data-neo4j-examples/todos/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 org.neo4j.app @@ -22,16 +22,16 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release neo4j-public-repository - http://m2.neo4j.org/releases + https://m2.neo4j.org/releases Publicly available Maven 2 repository for Neo4j spring-maven-milestone - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone Spring Framework Maven MILESTONE Repository true @@ -39,7 +39,7 @@ spring-maven-snapshot - http://maven.springframework.org/snapshot + https://maven.springframework.org/snapshot Springframework Maven SNAPSHOT Repository true @@ -50,12 +50,12 @@ spring-maven-release Spring Maven Release Repository - http://maven.springframework.org/release + https://maven.springframework.org/release spring-maven-milestone Spring Maven Milestone Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone diff --git a/spring-data-neo4j-rest/pom.xml b/spring-data-neo4j-rest/pom.xml index 7326e47ac..68b80c893 100644 --- a/spring-data-neo4j-rest/pom.xml +++ b/spring-data-neo4j-rest/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-data-neo4j-tx/pom.xml b/spring-data-neo4j-tx/pom.xml index fd2ecddda..ba60ffb84 100644 --- a/spring-data-neo4j-tx/pom.xml +++ b/spring-data-neo4j-tx/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml index a24f8b516..90800a20f 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/src/deploy-docs.sh b/src/deploy-docs.sh index 9e746291f..ad9b36363 100755 --- a/src/deploy-docs.sh +++ b/src/deploy-docs.sh @@ -16,7 +16,7 @@ cd ../../../ cat<target/docpom.xml + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.data spring-data-neo4j-docs