From 496de2685a248b5b028e09380e35e4499426a17a Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:58:12 -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 2 occurrences migrated to: https://repository.codehaus.org/ ([https](https://repository.codehaus.org/) result UnknownHostException). * http://www.springframework.org/download (404) with 2 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 3 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 2 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 14 occurrences * http://www.w3.org/2001/XMLSchema-instance with 7 occurrences --- helloworld/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 ++++---- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 6a469ae..efa9e02 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.11.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/log4j2/pom.xml b/log4j2/pom.xml index 7826ed8..bfb957d 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 b9bf922..beee8f7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.amqp spring-amqp-samples @@ -40,13 +40,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 1c94a36..2b96431 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 0a7fc55..1916adf 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 e97c3cb..6bafc1c 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 1c8b4ac..1217bf3 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.11.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}