From 4be80d7a383fc23b495a34591b953a19af6e393e Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 11:38:32 -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://livedocs.adobe.com/blazeds/4/javadoc (404) with 2 occurrences could not be migrated: ([https](https://livedocs.adobe.com/blazeds/4/javadoc) result AnnotatedConnectException). # 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://maven.apache.org/xsd/maven-4.0.0.xsd with 2 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://maven.ow2.org/maven2/ (301) with 1 occurrences migrated to: https://repository.ow2.org/nexus/content/repositories/ow2-legacy/ ([https](https://maven.ow2.org/maven2/) result 200). * http://www.apache.org/licenses/LICENSE-2.0.txt with 2 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200). * http://www.codeoscopic.com with 2 occurrences migrated to: https://www.codeoscopic.com ([https](https://www.codeoscopic.com) result 200). * http://docs.spring.io/spring-security/site/docs/3.2.x/apidocs with 1 occurrences migrated to: https://docs.spring.io/spring-security/site/docs/3.2.x/apidocs ([https](https://docs.spring.io/spring-security/site/docs/3.2.x/apidocs) result 301). * http://static.springsource.org/spring-security/site/docs/4.0.x/apidocs (301) with 1 occurrences migrated to: https://docs.spring.io/spring-security/site/docs/4.0.x/apidocs ([https](https://static.springsource.org/spring-security/site/docs/4.0.x/apidocs) result 301). * http://static.springframework.org/spring/docs/4.0.x/javadoc-api (301) with 1 occurrences migrated to: https://docs.spring.io/spring/docs/4.0.x/javadoc-api ([https](https://static.springframework.org/spring/docs/4.0.x/javadoc-api) result 301). * http://docs.spring.io/spring/docs/current/javadoc-api with 1 occurrences migrated to: https://docs.spring.io/spring/docs/current/javadoc-api ([https](https://docs.spring.io/spring/docs/current/javadoc-api) result 301). * http://maven.apache.org/maven-v4_0_0.xsd with 23 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301). * http://www.spring.io with 6 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://java.sun.com/javase/6/docs/api with 2 occurrences migrated to: https://java.sun.com/javase/6/docs/api ([https](https://java.sun.com/javase/6/docs/api) result 302). * http://repo.spring.io/ext-release-local with 1 occurrences migrated to: https://repo.spring.io/ext-release-local ([https](https://repo.spring.io/ext-release-local) result 302). * http://repository.sonatype.org/content/groups/flexgroup with 2 occurrences migrated to: https://repository.sonatype.org/content/groups/flexgroup ([https](https://repository.sonatype.org/content/groups/flexgroup) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 50 occurrences * http://www.w3.org/2001/XMLSchema-instance with 25 occurrences --- pom.xml | 18 +++++++++--------- spring-flex-core/pom.xml | 8 ++++---- spring-flex-hibernate3/pom.xml | 2 +- spring-flex-hibernate4/pom.xml | 2 +- spring-flex-integration/pom.xml | 2 +- spring-flex-parent/pom.xml | 14 +++++++------- .../spring-flex-testdrive/chat/pom.xml | 2 +- .../collaboration/pom.xml | 2 +- .../spring-flex-testdrive/companymgr/pom.xml | 2 +- .../spring-flex-testdrive/feedstarter/pom.xml | 2 +- .../spring-flex-testdrive/insync-rest/pom.xml | 2 +- .../spring-flex-testdrive/insync01/pom.xml | 2 +- .../spring-flex-testdrive/insync02/pom.xml | 2 +- .../spring-flex-testdrive/insync03/pom.xml | 2 +- .../spring-flex-testdrive/insync04/pom.xml | 2 +- .../spring-flex-testdrive/insync05/pom.xml | 2 +- .../spring-flex-testdrive/insync06/pom.xml | 2 +- .../spring-flex-testdrive/jmschat/pom.xml | 2 +- .../spring-flex-testdrive/pom.xml | 8 ++++---- .../spring-flex-testdrive/secured/pom.xml | 2 +- .../spring-flex-testdrive/simplepush/pom.xml | 2 +- .../spring-blazeds-101/pom.xml | 2 +- .../spring-messaging/pom.xml | 2 +- .../spring-flex-testdrive/testdrive/pom.xml | 2 +- .../traderdesktop/pom.xml | 2 +- 25 files changed, 45 insertions(+), 45 deletions(-) diff --git a/pom.xml b/pom.xml index ed1b51e4..5226e5a3 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/maven-v4_0_0.xsd"> 4.0.0 org.springframework.flex spring-flex @@ -19,7 +19,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo @@ -35,17 +35,17 @@ Jeremy Grelle Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io Mark Fisher Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io Sebastien Deleuze Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io @@ -53,7 +53,7 @@ Jose Barragan Codeoscopic - http://www.codeoscopic.com + https://www.codeoscopic.com @@ -162,9 +162,9 @@ org.springframework.flex.roo.addon:org.springframework.flex.samples - http://docs.spring.io/spring/docs/current/javadoc-api - http://docs.spring.io/spring-security/site/docs/3.2.x/apidocs - http://java.sun.com/javase/6/docs/api + https://docs.spring.io/spring/docs/current/javadoc-api + https://docs.spring.io/spring-security/site/docs/3.2.x/apidocs + https://java.sun.com/javase/6/docs/api http://livedocs.adobe.com/blazeds/4/javadoc diff --git a/spring-flex-core/pom.xml b/spring-flex-core/pom.xml index 0b562125..9e4b8834 100644 --- a/spring-flex-core/pom.xml +++ b/spring-flex-core/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.flex @@ -36,9 +36,9 @@ true - http://static.springframework.org/spring/docs/4.0.x/javadoc-api - http://static.springsource.org/spring-security/site/docs/4.0.x/apidocs - http://java.sun.com/javase/6/docs/api + https://docs.spring.io/spring/docs/4.0.x/javadoc-api + https://docs.spring.io/spring-security/site/docs/4.0.x/apidocs + https://java.sun.com/javase/6/docs/api http://livedocs.adobe.com/blazeds/4/javadoc diff --git a/spring-flex-hibernate3/pom.xml b/spring-flex-hibernate3/pom.xml index 91051965..3896fa01 100644 --- a/spring-flex-hibernate3/pom.xml +++ b/spring-flex-hibernate3/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-flex-hibernate4/pom.xml b/spring-flex-hibernate4/pom.xml index 2e8e660b..7a06879a 100644 --- a/spring-flex-hibernate4/pom.xml +++ b/spring-flex-hibernate4/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-flex-integration/pom.xml b/spring-flex-integration/pom.xml index 6c48ae22..f7e76d6a 100644 --- a/spring-flex-integration/pom.xml +++ b/spring-flex-integration/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.flex diff --git a/spring-flex-parent/pom.xml b/spring-flex-parent/pom.xml index ebac3809..3a7ddd35 100644 --- a/spring-flex-parent/pom.xml +++ b/spring-flex-parent/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.flex spring-flex-parent @@ -18,7 +18,7 @@ The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo @@ -34,17 +34,17 @@ Jeremy Grelle Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io Mark Fisher Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io Sebastien Deleuze Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io @@ -52,7 +52,7 @@ Jose Barragan Codeoscopic - http://www.codeoscopic.com + https://www.codeoscopic.com @@ -398,7 +398,7 @@ repo.spring.io-ext-release-local Spring repository for third party libraries - http://repo.spring.io/ext-release-local + https://repo.spring.io/ext-release-local diff --git a/spring-flex-samples/spring-flex-testdrive/chat/pom.xml b/spring-flex-samples/spring-flex-testdrive/chat/pom.xml index 4aeeaeea..45798299 100644 --- a/spring-flex-samples/spring-flex-testdrive/chat/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/chat/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/collaboration/pom.xml b/spring-flex-samples/spring-flex-testdrive/collaboration/pom.xml index 2531fd3c..54e46c09 100644 --- a/spring-flex-samples/spring-flex-testdrive/collaboration/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/collaboration/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/companymgr/pom.xml b/spring-flex-samples/spring-flex-testdrive/companymgr/pom.xml index 7ddc4a62..9b47762a 100644 --- a/spring-flex-samples/spring-flex-testdrive/companymgr/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/companymgr/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/feedstarter/pom.xml b/spring-flex-samples/spring-flex-testdrive/feedstarter/pom.xml index 033da9c2..8a0a401b 100644 --- a/spring-flex-samples/spring-flex-testdrive/feedstarter/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/feedstarter/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/insync-rest/pom.xml b/spring-flex-samples/spring-flex-testdrive/insync-rest/pom.xml index 5f5397c5..0e0fd2e9 100644 --- a/spring-flex-samples/spring-flex-testdrive/insync-rest/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/insync-rest/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/insync01/pom.xml b/spring-flex-samples/spring-flex-testdrive/insync01/pom.xml index e273020d..2e3d5549 100644 --- a/spring-flex-samples/spring-flex-testdrive/insync01/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/insync01/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/insync02/pom.xml b/spring-flex-samples/spring-flex-testdrive/insync02/pom.xml index b031d86b..f437e4b5 100644 --- a/spring-flex-samples/spring-flex-testdrive/insync02/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/insync02/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/insync03/pom.xml b/spring-flex-samples/spring-flex-testdrive/insync03/pom.xml index 1dbe19d3..7d89fea5 100644 --- a/spring-flex-samples/spring-flex-testdrive/insync03/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/insync03/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/insync04/pom.xml b/spring-flex-samples/spring-flex-testdrive/insync04/pom.xml index 0a8d185f..e7303bb2 100644 --- a/spring-flex-samples/spring-flex-testdrive/insync04/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/insync04/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/insync05/pom.xml b/spring-flex-samples/spring-flex-testdrive/insync05/pom.xml index fca09678..43e09fc0 100644 --- a/spring-flex-samples/spring-flex-testdrive/insync05/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/insync05/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/insync06/pom.xml b/spring-flex-samples/spring-flex-testdrive/insync06/pom.xml index b10d90f2..8a995639 100644 --- a/spring-flex-samples/spring-flex-testdrive/insync06/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/insync06/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/jmschat/pom.xml b/spring-flex-samples/spring-flex-testdrive/jmschat/pom.xml index 9e5daf9e..7ecacd1d 100644 --- a/spring-flex-samples/spring-flex-testdrive/jmschat/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/jmschat/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/pom.xml b/spring-flex-samples/spring-flex-testdrive/pom.xml index 42ac0e24..22d9aca1 100644 --- a/spring-flex-samples/spring-flex-testdrive/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.flex @@ -39,7 +39,7 @@ flex-mojos-repository - http://repository.sonatype.org/content/groups/flexgroup + https://repository.sonatype.org/content/groups/flexgroup true @@ -50,7 +50,7 @@ ObjectWEB - http://maven.ow2.org/maven2/ + https://repository.ow2.org/nexus/content/repositories/ow2-legacy/ true @@ -64,7 +64,7 @@ flex-mojos-repository - http://repository.sonatype.org/content/groups/flexgroup + https://repository.sonatype.org/content/groups/flexgroup true diff --git a/spring-flex-samples/spring-flex-testdrive/secured/pom.xml b/spring-flex-samples/spring-flex-testdrive/secured/pom.xml index 10c4c65a..476b2025 100644 --- a/spring-flex-samples/spring-flex-testdrive/secured/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/secured/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/simplepush/pom.xml b/spring-flex-samples/spring-flex-testdrive/simplepush/pom.xml index 3a98c141..3fd226a4 100644 --- a/spring-flex-samples/spring-flex-testdrive/simplepush/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/simplepush/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/spring-blazeds-101/pom.xml b/spring-flex-samples/spring-flex-testdrive/spring-blazeds-101/pom.xml index 039509d5..15c9d793 100644 --- a/spring-flex-samples/spring-flex-testdrive/spring-blazeds-101/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/spring-blazeds-101/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/spring-messaging/pom.xml b/spring-flex-samples/spring-flex-testdrive/spring-messaging/pom.xml index 11e7dab9..49e5c1ff 100644 --- a/spring-flex-samples/spring-flex-testdrive/spring-messaging/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/spring-messaging/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/spring-flex-samples/spring-flex-testdrive/testdrive/pom.xml b/spring-flex-samples/spring-flex-testdrive/testdrive/pom.xml index ca3b6f13..e2564726 100644 --- a/spring-flex-samples/spring-flex-testdrive/testdrive/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/testdrive/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.flex.samples diff --git a/spring-flex-samples/spring-flex-testdrive/traderdesktop/pom.xml b/spring-flex-samples/spring-flex-testdrive/traderdesktop/pom.xml index 06cc8c71..1ccd4367 100644 --- a/spring-flex-samples/spring-flex-testdrive/traderdesktop/pom.xml +++ b/spring-flex-samples/spring-flex-testdrive/traderdesktop/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0