From ebe41ffbf679870b05b0b47f7bbf1a3b5dfdbbed Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 11:56:45 -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). # 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://jcommander.org/apidocs/ (200) with 1 occurrences could not be migrated: ([https](https://jcommander.org/apidocs/) result SSLHandshakeException). # Fixed URLs ## 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://docs.spring.io/spring-framework/docs/current/javadoc-api/ with 1 occurrences migrated to: https://docs.spring.io/spring-framework/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring-framework/docs/current/javadoc-api/) result 200). * http://maven.apache.org/xsd/maven-4.0.0.xsd with 11 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 3 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/libs-milestone-local with 2 occurrences migrated to: https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302). * http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to: https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302). * http://repo.spring.io/release with 1 occurrences migrated to: https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 22 occurrences * http://www.w3.org/2001/XMLSchema-instance with 11 occurrences --- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 12 ++++++------ spring-shell-core-test-support/pom.xml | 2 +- spring-shell-core/pom.xml | 2 +- spring-shell-docs/pom.xml | 4 ++-- spring-shell-jcommander-adapter/pom.xml | 2 +- spring-shell-samples/pom.xml | 2 +- spring-shell-shell1-adapter/pom.xml | 2 +- spring-shell-standard-commands/pom.xml | 2 +- spring-shell-standard/pom.xml | 2 +- spring-shell-starter/pom.xml | 2 +- spring-shell-table/pom.xml | 4 ++-- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/mvnw b/mvnw index e3511489..692a6303 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 b0dc0e7e..7ecd01d8 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 431709a1..bc465dd1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.shell @@ -173,7 +173,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -181,7 +181,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -189,7 +189,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -199,7 +199,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -207,7 +207,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false diff --git a/spring-shell-core-test-support/pom.xml b/spring-shell-core-test-support/pom.xml index 711230a2..3e0471da 100644 --- a/spring-shell-core-test-support/pom.xml +++ b/spring-shell-core-test-support/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-core-test-support diff --git a/spring-shell-core/pom.xml b/spring-shell-core/pom.xml index 14a690b5..9206d7a6 100644 --- a/spring-shell-core/pom.xml +++ b/spring-shell-core/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-core diff --git a/spring-shell-docs/pom.xml b/spring-shell-docs/pom.xml index 2c4a98f9..30128304 100644 --- a/spring-shell-docs/pom.xml +++ b/spring-shell-docs/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-docs @@ -157,7 +157,7 @@ false - http://docs.spring.io/spring-framework/docs/current/javadoc-api/ + https://docs.spring.io/spring-framework/docs/current/javadoc-api/ http://jcommander.org/apidocs/ https://docs.spring.io/spring-shell/docs/1.2.0.RELEASE/api/ diff --git a/spring-shell-jcommander-adapter/pom.xml b/spring-shell-jcommander-adapter/pom.xml index dc2b38b8..e3ab3e03 100644 --- a/spring-shell-jcommander-adapter/pom.xml +++ b/spring-shell-jcommander-adapter/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-jcommander-adapter diff --git a/spring-shell-samples/pom.xml b/spring-shell-samples/pom.xml index a5f30230..656ffcf3 100644 --- a/spring-shell-samples/pom.xml +++ b/spring-shell-samples/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-shell-samples diff --git a/spring-shell-shell1-adapter/pom.xml b/spring-shell-shell1-adapter/pom.xml index d6f7b978..b81c533f 100644 --- a/spring-shell-shell1-adapter/pom.xml +++ b/spring-shell-shell1-adapter/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-shell1-adapter diff --git a/spring-shell-standard-commands/pom.xml b/spring-shell-standard-commands/pom.xml index c9ffc69a..fc6a90be 100644 --- a/spring-shell-standard-commands/pom.xml +++ b/spring-shell-standard-commands/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-standard-commands diff --git a/spring-shell-standard/pom.xml b/spring-shell-standard/pom.xml index 1bfb8e3b..f5218106 100644 --- a/spring-shell-standard/pom.xml +++ b/spring-shell-standard/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-standard diff --git a/spring-shell-starter/pom.xml b/spring-shell-starter/pom.xml index 622eb6b4..908a21c7 100644 --- a/spring-shell-starter/pom.xml +++ b/spring-shell-starter/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-starter diff --git a/spring-shell-table/pom.xml b/spring-shell-table/pom.xml index f7516f70..a5477e45 100644 --- a/spring-shell-table/pom.xml +++ b/spring-shell-table/pom.xml @@ -6,14 +6,14 @@ ~ 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, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. - --> + --> 4.0.0 spring-shell-table