From 4e56e4b794279cc6b24866e70b965ff42d8d13b9 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 5 Mar 2019 23:39:30 -0600 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). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://maven.badgers-in-foil.co.uk/maven2/ (403) migrated to: http://maven.badgers-in-foil.co.uk/maven2/ ([https](https://maven.badgers-in-foil.co.uk/maven2/) result AnnotatedConnectException). * http://spring-roo-repository.springsource.org/release (404) migrated to: http://spring-roo-repository.springsource.org/release ([https](https://spring-roo-repository.springsource.org/release) result SSLHandshakeException). # 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.springsource.com/maven/bundles/external (404) migrated to: https://repository.springsource.com/maven/bundles/external ([https](https://repository.springsource.com/maven/bundles/external) result 404). * http://repository.springsource.com/maven/bundles/milestone (404) migrated to: https://repository.springsource.com/maven/bundles/milestone ([https](https://repository.springsource.com/maven/bundles/milestone) result 404). * http://repository.springsource.com/maven/bundles/release (404) migrated to: https://repository.springsource.com/maven/bundles/release ([https](https://repository.springsource.com/maven/bundles/release) result 404). * http://repository.springsource.com/maven/bundles/snapshot (404) migrated to: https://repository.springsource.com/maven/bundles/snapshot ([https](https://repository.springsource.com/maven/bundles/snapshot) result 404). ## Fixed Success These URLs were fixed successfully. * http://maven.springframework.org/milestone migrated to: https://maven.springframework.org/milestone ([https](https://maven.springframework.org/milestone) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/maven-v4_0_0.xsd * http://www.w3.org/2001/XMLSchema-instance --- org.springframework.flex.roo.addon/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/org.springframework.flex.roo.addon/pom.xml b/org.springframework.flex.roo.addon/pom.xml index e0f70e7..1993adb 100644 --- a/org.springframework.flex.roo.addon/pom.xml +++ b/org.springframework.flex.roo.addon/pom.xml @@ -31,32 +31,32 @@ com.springsource.repository.bundles.release SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases - http://repository.springsource.com/maven/bundles/release + https://repository.springsource.com/maven/bundles/release com.springsource.repository.bundles.external SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external + https://repository.springsource.com/maven/bundles/external com.springsource.repository.bundles.milestone SpringSource Enterprise Bundle Repository - External Bundle Milestones - http://repository.springsource.com/maven/bundles/milestone + https://repository.springsource.com/maven/bundles/milestone com.springsource.repository.bundles.snapshot SpringSource Enterprise Bundle Repository - Nightly Snapshots - http://repository.springsource.com/maven/bundles/snapshot + https://repository.springsource.com/maven/bundles/snapshot maven.springframework.org.milestone Spring Framework Maven Repository - Milestone Releases - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone maven.springframework.org.snapshot Spring Framework Maven Repository - Nightly Snapshots - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone metaas-repo