From a1cf1625eda65c02cc1541b441e855310737a297 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 5 Mar 2019 23:05:34 -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). # Fixed URLs ## Fixed Success These URLs were fixed successfully. * http://www.apache.org/licenses/LICENSE-2.0 migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://manning.com/springintegrationinaction migrated to: https://manning.com/springintegrationinaction ([https](https://manning.com/springintegrationinaction) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/maven-v4_0_0.xsd * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance --- siia-examples/batch/pom.xml | 2 +- siia-examples/business/pom.xml | 2 +- siia-examples/concurrency/pom.xml | 2 +- siia-examples/flight-booking/domain/pom.xml | 2 +- siia-examples/flight-booking/integration/pom.xml | 2 +- siia-examples/flight-booking/pom.xml | 2 +- siia-examples/fundamentals/pom.xml | 2 +- siia-examples/hello-world/pom.xml | 2 +- siia-examples/home-cooking/pom.xml | 2 +- siia-examples/jms/pom.xml | 2 +- siia-examples/messages-channels/pom.xml | 2 +- siia-examples/monitoring/pom.xml | 2 +- siia-examples/pom.xml | 4 ++-- siia-examples/trip-diary/pom.xml | 2 +- siia-examples/twitter/pom.xml | 2 +- siia-examples/webapp/pom.xml | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/siia-examples/batch/pom.xml b/siia-examples/batch/pom.xml index 304cbf4..7e201c2 100644 --- a/siia-examples/batch/pom.xml +++ b/siia-examples/batch/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/business/pom.xml b/siia-examples/business/pom.xml index 3a13c8f..3f77108 100644 --- a/siia-examples/business/pom.xml +++ b/siia-examples/business/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/concurrency/pom.xml b/siia-examples/concurrency/pom.xml index ecd4374..9b88974 100644 --- a/siia-examples/concurrency/pom.xml +++ b/siia-examples/concurrency/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/flight-booking/domain/pom.xml b/siia-examples/flight-booking/domain/pom.xml index 87f7076..ef6600c 100644 --- a/siia-examples/flight-booking/domain/pom.xml +++ b/siia-examples/flight-booking/domain/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/flight-booking/integration/pom.xml b/siia-examples/flight-booking/integration/pom.xml index cfc6328..b779d65 100644 --- a/siia-examples/flight-booking/integration/pom.xml +++ b/siia-examples/flight-booking/integration/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/flight-booking/pom.xml b/siia-examples/flight-booking/pom.xml index 7384d0c..a752a5a 100644 --- a/siia-examples/flight-booking/pom.xml +++ b/siia-examples/flight-booking/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/fundamentals/pom.xml b/siia-examples/fundamentals/pom.xml index 78ebbc3..dfa86cc 100644 --- a/siia-examples/fundamentals/pom.xml +++ b/siia-examples/fundamentals/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/hello-world/pom.xml b/siia-examples/hello-world/pom.xml index 8f42ec6..c9d2068 100644 --- a/siia-examples/hello-world/pom.xml +++ b/siia-examples/hello-world/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/home-cooking/pom.xml b/siia-examples/home-cooking/pom.xml index e8cb1af..c484edd 100644 --- a/siia-examples/home-cooking/pom.xml +++ b/siia-examples/home-cooking/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/jms/pom.xml b/siia-examples/jms/pom.xml index 166c26c..c1cfba5 100644 --- a/siia-examples/jms/pom.xml +++ b/siia-examples/jms/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/messages-channels/pom.xml b/siia-examples/messages-channels/pom.xml index 872bd73..91bf2a1 100644 --- a/siia-examples/messages-channels/pom.xml +++ b/siia-examples/messages-channels/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/monitoring/pom.xml b/siia-examples/monitoring/pom.xml index 6b9dc41..a040b5d 100644 --- a/siia-examples/monitoring/pom.xml +++ b/siia-examples/monitoring/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/pom.xml b/siia-examples/pom.xml index 69f141a..b16ff6b 100644 --- a/siia-examples/pom.xml +++ b/siia-examples/pom.xml @@ -6,7 +6,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, @@ -22,7 +22,7 @@ pom 1.0-SNAPSHOT parent - http://manning.com/springintegrationinaction + https://manning.com/springintegrationinaction 4.7 3.1.2.RELEASE diff --git a/siia-examples/trip-diary/pom.xml b/siia-examples/trip-diary/pom.xml index 50b71d7..33db08f 100644 --- a/siia-examples/trip-diary/pom.xml +++ b/siia-examples/trip-diary/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/twitter/pom.xml b/siia-examples/twitter/pom.xml index 6d04f1c..b2e1f48 100644 --- a/siia-examples/twitter/pom.xml +++ b/siia-examples/twitter/pom.xml @@ -6,7 +6,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, diff --git a/siia-examples/webapp/pom.xml b/siia-examples/webapp/pom.xml index ca518f0..dc32713 100644 --- a/siia-examples/webapp/pom.xml +++ b/siia-examples/webapp/pom.xml @@ -6,7 +6,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,