From 8e81dcd67031c07334325082479f974c8dedddf0 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 6 Mar 2019 10:59:07 -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 Success These URLs were fixed successfully. * http://www.apache.org/licenses/LICENSE-2.0 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 migrated to: https://github.com/SpringSource/spring-amqp-samples ([https](https://github.com/SpringSource/spring-amqp-samples) result 301). * http://www.spring.io 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 * http://maven.apache.org/maven-v4_0_0.xsd * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance --- helloworld/pom.xml | 29 +---------------------------- pom.xml | 20 +------------------- stocks/pom.xml | 29 +---------------------------- 3 files changed, 3 insertions(+), 75 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index ee25e75..6e1b3a7 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -8,7 +8,7 @@ 2.1.3.RELEASE jar Spring AMQP Hello World - http://www.spring.io + https://www.spring.io - - - Codehaus - http://repository.codehaus.org/ - - false - - - - - http://www.springframework.org/download - - staging - file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId} - - - spring-release - Spring Release Repository - file:///${user.dir}/target/staging/release - - - spring-snapshot - Spring Snapshot Repository - file:///${user.dir}/target/staging/snapshot - - - diff --git a/pom.xml b/pom.xml index de8b895..d964cee 100644 --- a/pom.xml +++ b/pom.xml @@ -40,28 +40,10 @@ - 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 - - spring-site - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-amqp/docs/${project.version} - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - diff --git a/stocks/pom.xml b/stocks/pom.xml index e27adc2..c708e7f 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -7,7 +7,7 @@ 2.1.3.RELEASE war Spring Rabbit Stocks - http://www.spring.io + https://www.spring.io - - - Codehaus - http://repository.codehaus.org/ - - false - - - - - http://www.springframework.org/download - - staging - file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId} - - - spring-release - Spring Release Repository - file:///${user.dir}/target/staging/release - - - spring-snapshot - Spring Snapshot Repository - file:///${user.dir}/target/staging/snapshot - - -