From da792dbea3d5dbd2344779db18e0e70723d2ca23 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:58:19 -0500 Subject: [PATCH] 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://repository.codehaus.org/ (UnknownHostException) with 3 occurrences migrated to: https://repository.codehaus.org/ ([https](https://repository.codehaus.org/) result UnknownHostException). * http://repo.spring.io/maven/bundles/release (404) with 1 occurrences migrated to: https://repo.spring.io/maven/bundles/release ([https](https://repo.spring.io/maven/bundles/release) result 404). * http://repo.spring.io/repo (404) with 2 occurrences migrated to: https://repo.spring.io/repo ([https](https://repo.spring.io/repo) result 404). * http://www.springframework.org/download (404) with 3 occurrences migrated to: https://www.springframework.org/download ([https](https://www.springframework.org/download) 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 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://www.apache.org/licenses/LICENSE-2.0 with 8 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://github.com/SpringSource/spring-amqp-samples with 2 occurrences migrated to: https://github.com/SpringSource/spring-amqp-samples ([https](https://github.com/SpringSource/spring-amqp-samples) 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.spring.io with 3 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://repo.spring.io/libs-staging-local with 1 occurrences migrated to: https://repo.spring.io/libs-staging-local ([https](https://repo.spring.io/libs-staging-local) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 18 occurrences * http://www.w3.org/2001/XMLSchema-instance with 9 occurrences --- helloworld/pom.xml | 8 ++++---- log4j/pom.xml | 8 ++++---- log4j2/pom.xml | 2 +- pom.xml | 12 ++++++------ rabbitmq-tutorials/mvnw | 2 +- rabbitmq-tutorials/mvnw.cmd | 2 +- rabbitmq-tutorials/pom.xml | 2 +- spring-rabbit-confirms-returns/mvnw | 2 +- spring-rabbit-confirms-returns/mvnw.cmd | 2 +- spring-rabbit-confirms-returns/pom.xml | 2 +- spring-rabbit-global-errorhandler/mvnw | 2 +- spring-rabbit-global-errorhandler/mvnw.cmd | 2 +- spring-rabbit-global-errorhandler/pom.xml | 2 +- spring-rabbit-json/mvnw | 2 +- spring-rabbit-json/mvnw.cmd | 2 +- spring-rabbit-json/pom.xml | 4 ++-- stocks/pom.xml | 8 ++++---- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 4ae4b5c..19a8398 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -1,6 +1,6 @@ 4.0.0 org.springframework.samples.spring @@ -8,7 +8,7 @@ 2.0.2.RELEASE jar Spring AMQP Hello World - http://www.spring.io + https://www.spring.io Codehaus - http://repository.codehaus.org/ + https://repository.codehaus.org/ false - http://www.springframework.org/download + https://www.springframework.org/download staging file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId} diff --git a/log4j/pom.xml b/log4j/pom.xml index f2f0871..7da9669 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -1,6 +1,6 @@ 4.0.0 org.springframework.samples.spring @@ -8,7 +8,7 @@ 2.0.2.RELEASE war Spring AMQP log4j - http://www.spring.io + https://www.spring.io Codehaus - http://repository.codehaus.org/ + https://repository.codehaus.org/ false - http://www.springframework.org/download + https://www.springframework.org/download staging file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId} diff --git a/log4j2/pom.xml b/log4j2/pom.xml index 4d9f2a2..d06968f 100644 --- a/log4j2/pom.xml +++ b/log4j2/pom.xml @@ -1,6 +1,6 @@ + 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.amqp.samples diff --git a/pom.xml b/pom.xml index 8aac7b2..89cdc42 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.amqp spring-amqp-samples @@ -42,13 +42,13 @@ - http://github.com/SpringSource/spring-amqp-samples + https://github.com/SpringSource/spring-amqp-samples scm:git:git://github.com/SpringSource/spring-amqp-samples.git scm:git:git://github.com/SpringSource/spring-amqp-samples.git - http://github.com/SpringSource/spring-amqp-samples + https://github.com/SpringSource/spring-amqp-samples spring-site scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-amqp/docs/${project.version} @@ -78,19 +78,19 @@ repository.springframework.maven.milestone Spring Framework Repository Including Stagingi - http://repo.spring.io/repo + https://repo.spring.io/repo repository.source.maven.release SpringSource Maven Release Repository - http://repo.spring.io/maven/bundles/release + https://repo.spring.io/maven/bundles/release libs-staging-local libs-staging-local - http://repo.spring.io/libs-staging-local + https://repo.spring.io/libs-staging-local diff --git a/rabbitmq-tutorials/mvnw b/rabbitmq-tutorials/mvnw index a1ba1bf..02217b1 100644 --- a/rabbitmq-tutorials/mvnw +++ b/rabbitmq-tutorials/mvnw @@ -8,7 +8,7 @@ # "License"); 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 diff --git a/rabbitmq-tutorials/mvnw.cmd b/rabbitmq-tutorials/mvnw.cmd index 2b934e8..4b98b78 100644 --- a/rabbitmq-tutorials/mvnw.cmd +++ b/rabbitmq-tutorials/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/rabbitmq-tutorials/pom.xml b/rabbitmq-tutorials/pom.xml index b12683b..365ced7 100644 --- a/rabbitmq-tutorials/pom.xml +++ b/rabbitmq-tutorials/pom.xml @@ -1,6 +1,6 @@ + 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.amqp diff --git a/spring-rabbit-confirms-returns/mvnw b/spring-rabbit-confirms-returns/mvnw index a1ba1bf..02217b1 100755 --- a/spring-rabbit-confirms-returns/mvnw +++ b/spring-rabbit-confirms-returns/mvnw @@ -8,7 +8,7 @@ # "License"); 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 diff --git a/spring-rabbit-confirms-returns/mvnw.cmd b/spring-rabbit-confirms-returns/mvnw.cmd index 2b934e8..4b98b78 100644 --- a/spring-rabbit-confirms-returns/mvnw.cmd +++ b/spring-rabbit-confirms-returns/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/spring-rabbit-confirms-returns/pom.xml b/spring-rabbit-confirms-returns/pom.xml index 2ddb3ca..79e0711 100644 --- a/spring-rabbit-confirms-returns/pom.xml +++ b/spring-rabbit-confirms-returns/pom.xml @@ -1,6 +1,6 @@ + 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.amqp.samples diff --git a/spring-rabbit-global-errorhandler/mvnw b/spring-rabbit-global-errorhandler/mvnw index a1ba1bf..02217b1 100755 --- a/spring-rabbit-global-errorhandler/mvnw +++ b/spring-rabbit-global-errorhandler/mvnw @@ -8,7 +8,7 @@ # "License"); 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 diff --git a/spring-rabbit-global-errorhandler/mvnw.cmd b/spring-rabbit-global-errorhandler/mvnw.cmd index 2b934e8..4b98b78 100644 --- a/spring-rabbit-global-errorhandler/mvnw.cmd +++ b/spring-rabbit-global-errorhandler/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml index d468fc1..cf1b68f 100644 --- a/spring-rabbit-global-errorhandler/pom.xml +++ b/spring-rabbit-global-errorhandler/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example diff --git a/spring-rabbit-json/mvnw b/spring-rabbit-json/mvnw index a1ba1bf..02217b1 100755 --- a/spring-rabbit-json/mvnw +++ b/spring-rabbit-json/mvnw @@ -8,7 +8,7 @@ # "License"); 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 diff --git a/spring-rabbit-json/mvnw.cmd b/spring-rabbit-json/mvnw.cmd index 2b934e8..4b98b78 100644 --- a/spring-rabbit-json/mvnw.cmd +++ b/spring-rabbit-json/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/spring-rabbit-json/pom.xml b/spring-rabbit-json/pom.xml index fbc18a0..24cecc1 100644 --- a/spring-rabbit-json/pom.xml +++ b/spring-rabbit-json/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.example @@ -53,7 +53,7 @@ repository.springframework.maven.all Spring Framework Repository Including Staging - http://repo.spring.io/repo + https://repo.spring.io/repo diff --git a/stocks/pom.xml b/stocks/pom.xml index 88e2d3a..d8fd0ae 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.samples.spring @@ -7,7 +7,7 @@ 2.0.2.RELEASE war Spring Rabbit Stocks - http://www.spring.io + https://www.spring.io Codehaus - http://repository.codehaus.org/ + https://repository.codehaus.org/ false - http://www.springframework.org/download + https://www.springframework.org/download staging file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId}