From eaf2ce38e2a9bc5b86b8d1f63b8fd2c45ce0abf2 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:58:06 -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://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 4 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 6 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). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 16 occurrences * http://www.w3.org/2001/XMLSchema-instance with 8 occurrences --- helloworld/pom.xml | 8 ++++---- log4j/pom.xml | 8 ++++---- log4j2/pom.xml | 2 +- pom.xml | 6 +++--- 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 | 2 +- stocks/pom.xml | 8 ++++---- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 1343b8a..ccb6ca8 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -1,6 +1,6 @@ 4.0.0 org.springframework.samples.spring @@ -8,7 +8,7 @@ 1.7.10.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 fca2d0d..86b7930 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -1,6 +1,6 @@ 4.0.0 org.springframework.samples.spring @@ -8,7 +8,7 @@ 1.7.10.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 c5a9085..2ff6724 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 3ef508f..676c64f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.amqp spring-amqp-samples @@ -41,13 +41,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} 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 168ce05..a970ce5 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 9de5151..f21215d 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 c802498..efe30a8 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 diff --git a/stocks/pom.xml b/stocks/pom.xml index ff9e2f2..c9a02d7 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.samples.spring @@ -7,7 +7,7 @@ 1.7.10.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}