From 23d99f45eb8f487e31a1f080c837061313bbfafa Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 22:51:58 -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/assembly-2.0.0.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/assembly-2.0.0.xsd ([https](https://maven.apache.org/xsd/assembly-2.0.0.xsd) result 200). * http://maven.apache.org/xsd/maven-4.0.0.xsd with 12 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://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/ASSEMBLY/2.0.0 with 2 occurrences * http://maven.apache.org/POM/4.0.0 with 24 occurrences * http://www.w3.org/2001/XMLSchema-instance with 13 occurrences --- pom.xml | 2 +- spring-shell-core-test-support/pom.xml | 2 +- spring-shell-core/pom.xml | 2 +- spring-shell-dependencies/pom.xml | 2 +- spring-shell-docs/pom.xml | 2 +- spring-shell-docs/src/assembly/docs-zip.xml | 2 +- spring-shell-jcommander-adapter/pom.xml | 2 +- spring-shell-samples/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 | 2 +- spring-shell-test-samples/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index dafa8322..b3787f17 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.shell diff --git a/spring-shell-core-test-support/pom.xml b/spring-shell-core-test-support/pom.xml index 3c7157a6..68b24b64 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 ca9d6e38..0e38332b 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-dependencies/pom.xml b/spring-shell-dependencies/pom.xml index f851e16e..fa00eb90 100644 --- a/spring-shell-dependencies/pom.xml +++ b/spring-shell-dependencies/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 3.0.0.BUILD-SNAPSHOT spring-shell-dependencies diff --git a/spring-shell-docs/pom.xml b/spring-shell-docs/pom.xml index 485598e8..b0d0644e 100644 --- a/spring-shell-docs/pom.xml +++ b/spring-shell-docs/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-shell-docs diff --git a/spring-shell-docs/src/assembly/docs-zip.xml b/spring-shell-docs/src/assembly/docs-zip.xml index a1c75122..9666020a 100644 --- a/spring-shell-docs/src/assembly/docs-zip.xml +++ b/spring-shell-docs/src/assembly/docs-zip.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 https://maven.apache.org/xsd/assembly-2.0.0.xsd"> docs zip diff --git a/spring-shell-jcommander-adapter/pom.xml b/spring-shell-jcommander-adapter/pom.xml index 6aa47492..cf39112e 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 4b09abfb..e68b6625 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-standard-commands/pom.xml b/spring-shell-standard-commands/pom.xml index 5d3d88f7..77b51643 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 a4b6fd90..8085845c 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 4f8c033b..03adc5e4 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 52cd2e82..1b551964 100644 --- a/spring-shell-table/pom.xml +++ b/spring-shell-table/pom.xml @@ -13,7 +13,7 @@ ~ 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 diff --git a/spring-shell-test-samples/pom.xml b/spring-shell-test-samples/pom.xml index 126c47a4..ff5afb0c 100644 --- a/spring-shell-test-samples/pom.xml +++ b/spring-shell-test-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-test-samples