From 338f370062f5a88975af2fb6359aafdd196258f8 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 06:50:10 -0700 Subject: [PATCH] URL Cleanup (#138) 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://project.spring.io/spring-ws (UnknownHostException) with 1 occurrences migrated to: https://project.spring.io/spring-ws ([https](https://project.spring.io/spring-ws) result UnknownHostException). ## 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 6 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://spring.io with 1 occurrences migrated to: https://spring.io ([https](https://spring.io) result 200). * http://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://repo.spring.io with 2 occurrences migrated to: https://repo.spring.io ([https](https://repo.spring.io) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 12 occurrences * http://www.w3.org/2001/XMLSchema-instance with 6 occurrences --- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 14 +++++++------- spring-ws-core/pom.xml | 2 +- spring-ws-security/pom.xml | 2 +- spring-ws-support/pom.xml | 2 +- spring-ws-test/pom.xml | 2 +- spring-xml/pom.xml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/mvnw b/mvnw index 5bf251c0..2d1e3cfa 100755 --- a/mvnw +++ b/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/mvnw.cmd b/mvnw.cmd index 019bd74d..86846aea 100644 --- a/mvnw.cmd +++ b/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/pom.xml b/pom.xml index 2fe19f03..8ecdd430 100644 --- a/pom.xml +++ b/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.ws @@ -9,7 +9,7 @@ pom Spring Web Services - http://project.spring.io/spring-ws + https://project.spring.io/spring-ws Spring-based Web Services support @@ -44,13 +44,13 @@ Pivotal Software - http://spring.io + https://spring.io Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Copyright 2011 the original author or authors. @@ -58,7 +58,7 @@ 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 "AS IS" BASIS, @@ -363,7 +363,7 @@ *:*:*:*@zip zip.name:spring-ws, zip.displayname:Spring Web Services, zip.deployed:false - http://repo.spring.io + https://repo.spring.io {{USERNAME}} {{PASSWORD}} libs-milestone-local @@ -398,7 +398,7 @@ *:*:*:*@zip zip.name:spring-ws, zip.displayname:Spring Web Services, zip.deployed:false - http://repo.spring.io + https://repo.spring.io {{USERNAME}} {{PASSWORD}} libs-release-local diff --git a/spring-ws-core/pom.xml b/spring-ws-core/pom.xml index 1e1127f7..a15d21ad 100644 --- a/spring-ws-core/pom.xml +++ b/spring-ws-core/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/spring-ws-security/pom.xml b/spring-ws-security/pom.xml index b7b90b90..53f577d3 100644 --- a/spring-ws-security/pom.xml +++ b/spring-ws-security/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/spring-ws-support/pom.xml b/spring-ws-support/pom.xml index 8ed1252f..c8c6f4bc 100644 --- a/spring-ws-support/pom.xml +++ b/spring-ws-support/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/spring-ws-test/pom.xml b/spring-ws-test/pom.xml index 07ce2aa1..2d0a0e48 100644 --- a/spring-ws-test/pom.xml +++ b/spring-ws-test/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/spring-xml/pom.xml b/spring-xml/pom.xml index 8b092f27..e0836ce7 100644 --- a/spring-xml/pom.xml +++ b/spring-xml/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0