From fce2acb3fac473d45cbd145387ae57f93984705c Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 11:52:27 -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). # 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://services.gradle.org/distributions/gradle- (404) with 1 occurrences migrated to: https://services.gradle.org/distributions/gradle- ([https](https://services.gradle.org/distributions/gradle-) result 404). ## 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 63 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 4 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://www.apache.org/licenses/LICENSE-2.0.txt with 64 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://projects.spring.io/spring-integration with 64 occurrences migrated to: https://projects.spring.io/spring-integration ([https](https://projects.spring.io/spring-integration) result 301). * http://repo.spring.io/libs-milestone with 2 occurrences migrated to: https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone) result 302). * http://repo.spring.io/libs-snapshot with 2 occurrences migrated to: https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302). * http://repo.spring.io/libs-staging-local with 1 occurrences migrated to: https://repo.spring.io/libs-staging-local ([https](https://repo.spring.io/libs-staging-local) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 126 occurrences * http://www.w3.org/2001/XMLSchema-instance with 63 occurrences --- advanced/advanced-testing-examples/pom.xml | 6 +++--- advanced/dynamic-ftp/pom.xml | 6 +++--- advanced/dynamic-tcp-client/mvnw | 2 +- advanced/dynamic-tcp-client/mvnw.cmd | 2 +- advanced/pom.xml | 6 +++--- applications/cafe-scripted/pom.xml | 6 +++--- applications/cafe/cafe-amqp/pom.xml | 6 +++--- applications/cafe/cafe-jms/pom.xml | 6 +++--- applications/cafe/cafe-si/pom.xml | 6 +++--- applications/cafe/pom.xml | 6 +++--- applications/file-split-ftp/mvnw | 2 +- applications/file-split-ftp/mvnw.cmd | 2 +- applications/loan-broker/pom.xml | 6 +++--- applications/loanshark/pom.xml | 6 +++--- applications/pom.xml | 6 +++--- applications/stomp-chat/pom.xml | 6 +++--- basic/amqp/pom.xml | 6 +++--- basic/barrier/pom.xml | 6 +++--- basic/control-bus/pom.xml | 6 +++--- basic/enricher/pom.xml | 6 +++--- basic/feed/pom.xml | 6 +++--- basic/file/pom.xml | 6 +++--- basic/ftp/pom.xml | 6 +++--- basic/helloworld/pom.xml | 6 +++--- basic/http/pom.xml | 6 +++--- basic/jdbc/pom.xml | 6 +++--- basic/jms/pom.xml | 6 +++--- basic/jmx/pom.xml | 6 +++--- basic/jpa/pom.xml | 6 +++--- basic/kafka/pom.xml | 6 +++--- basic/mail/pom.xml | 6 +++--- basic/mongodb/pom.xml | 6 +++--- basic/oddeven/pom.xml | 6 +++--- basic/pom.xml | 6 +++--- basic/quote/pom.xml | 6 +++--- basic/sftp/pom.xml | 6 +++--- basic/splunk/pom.xml | 6 +++--- basic/tcp-amqp/pom.xml | 6 +++--- basic/tcp-client-server/pom.xml | 6 +++--- basic/testing-examples/pom.xml | 6 +++--- basic/twitter/pom.xml | 6 +++--- basic/web-sockets/pom.xml | 6 +++--- basic/ws-inbound-gateway/pom.xml | 6 +++--- basic/ws-outbound-gateway/pom.xml | 6 +++--- basic/xml/pom.xml | 6 +++--- basic/xmpp/pom.xml | 6 +++--- build.gradle | 16 ++++++++-------- dsl/cafe-dsl/pom.xml | 6 +++--- dsl/pom.xml | 6 +++--- dsl/si4demo/pom.xml | 6 +++--- intermediate/async-gateway/pom.xml | 6 +++--- intermediate/dynamic-poller/pom.xml | 6 +++--- intermediate/errorhandling/pom.xml | 6 +++--- intermediate/file-processing/pom.xml | 6 +++--- intermediate/mail-attachments/pom.xml | 6 +++--- intermediate/monitoring/pom.xml | 6 +++--- intermediate/multipart-http/pom.xml | 6 +++--- intermediate/pom.xml | 6 +++--- intermediate/rest-http/pom.xml | 6 +++--- intermediate/retry-and-more/pom.xml | 6 +++--- intermediate/splitter-aggregator-reaper/pom.xml | 6 +++--- intermediate/stored-procedures-derby/pom.xml | 6 +++--- intermediate/stored-procedures-ms/pom.xml | 6 +++--- intermediate/stored-procedures-oracle/pom.xml | 6 +++--- .../stored-procedures-postgresql/pom.xml | 6 +++--- intermediate/tcp-client-server-multiplex/pom.xml | 6 +++--- intermediate/travel/pom.xml | 6 +++--- intermediate/tx-synch/pom.xml | 6 +++--- 68 files changed, 201 insertions(+), 201 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index b340b2c6..90f60020 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Advanced Testing Examples Advanced Testing Examples - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index ba1c51a5..72ea3d9f 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Dynamic FTP Demo Dynamic FTP Demo - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/advanced/dynamic-tcp-client/mvnw b/advanced/dynamic-tcp-client/mvnw index a1ba1bf5..02217b1e 100755 --- a/advanced/dynamic-tcp-client/mvnw +++ b/advanced/dynamic-tcp-client/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/advanced/dynamic-tcp-client/mvnw.cmd b/advanced/dynamic-tcp-client/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/advanced/dynamic-tcp-client/mvnw.cmd +++ b/advanced/dynamic-tcp-client/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/advanced/pom.xml b/advanced/pom.xml index fb7a2a7d..70429157 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples advanced 4.1.0.BUILD-SNAPSHOT - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -13,7 +13,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 diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index dcd5d578..683594ee 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Cafe Sample (Scripted Implementation) Cafe Sample (Scripted Implementation) - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/applications/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 56ba2499..4c7c6487 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Cafe - With AMQP Message Broker Cafe - With AMQP Message Broker - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/applications/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index 25192fcc..884d176e 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Cafe - With JMS Message Broker Cafe - With JMS Message Broker - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index ffc5b000..5dc7d4cb 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Cafe - Pure Spring Integration Cafe - Pure Spring Integration - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index 7239eabd..726240b4 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples cafe 4.1.0.BUILD-SNAPSHOT - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -13,7 +13,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 diff --git a/applications/file-split-ftp/mvnw b/applications/file-split-ftp/mvnw index a1ba1bf5..02217b1e 100755 --- a/applications/file-split-ftp/mvnw +++ b/applications/file-split-ftp/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/applications/file-split-ftp/mvnw.cmd b/applications/file-split-ftp/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/applications/file-split-ftp/mvnw.cmd +++ b/applications/file-split-ftp/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/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 9706fa8a..986b69fd 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Loan Broker Sample Loan Broker Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 08ad68bc..f329e983 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples loanshark 4.1.0.BUILD-SNAPSHOT Loan Shark Sample Loan Shark Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -14,7 +14,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 diff --git a/applications/pom.xml b/applications/pom.xml index 90c3e50f..cb52d778 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples applications 4.1.0.BUILD-SNAPSHOT - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -13,7 +13,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 diff --git a/applications/stomp-chat/pom.xml b/applications/stomp-chat/pom.xml index 3a85b29b..0cafa7f8 100644 --- a/applications/stomp-chat/pom.xml +++ b/applications/stomp-chat/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 4.1.0.BUILD-SNAPSHOT Web Sockets Stomp Chat Sample Web Sockets Stomp Chat Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -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 diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 339c3f08..a7af4c03 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT AMQP Basic Sample AMQP Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/barrier/pom.xml b/basic/barrier/pom.xml index 38eb25c4..a4696150 100644 --- a/basic/barrier/pom.xml +++ b/basic/barrier/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 4.1.0.BUILD-SNAPSHOT Barrier Sample Barrier Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -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 diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 050fa0e7..83d0f1e7 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Control Bus Basic Sample Control Bus Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 2cb8fac6..f093a18a 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Enricher Basic Sample Enricher Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 35b6738b..10c2e586 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Feed (RSS/ATOM) Basic Sample Feed (RSS/ATOM) Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 6f0028fd..deb09aae 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT File Copy Basic Sample File Copy Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index 25f071f8..2b26e34e 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT FTP Basic Sample FTP Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 785d7585..7d74e0d7 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Hello World Sample Hello World Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 93a4dc5f..4d65dfbb 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples http 4.1.0.BUILD-SNAPSHOT HTTP Sample HTTP Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -14,7 +14,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 diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 625ffe9c..c1bf201d 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT JDBC Basic Sample JDBC Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 77fbbb4d..a786cf24 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT JMS Basic Sample JMS Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index e24e4248..a7df23c3 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT JMX Basic Sample JMX Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 6e0047b2..bc2c7b7a 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT JPA Basic Sample JPA Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/kafka/pom.xml b/basic/kafka/pom.xml index 00d2457b..9787591d 100644 --- a/basic/kafka/pom.xml +++ b/basic/kafka/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 4.1.0.BUILD-SNAPSHOT Apache Kafka Sample Apache Kafka Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -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 diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 5fca18c4..e7946ba1 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Mail (IMAP + POP3) Sample Mail (IMAP + POP3) Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 843af25b..804ddfa1 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT MongoDb Basic Sample MongoDb Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 77815b21..10287ef8 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Odd-Even Sample Odd-Even Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/pom.xml b/basic/pom.xml index e4d0087e..892dc7f4 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples basic 4.1.0.BUILD-SNAPSHOT - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -13,7 +13,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 diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 9c6588db..1bb229bf 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Quote Sample Quote Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index b2b519f4..ca7db8d1 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT SFTP Basic Sample SFTP Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/splunk/pom.xml b/basic/splunk/pom.xml index 56ffcf25..142ac4d0 100644 --- a/basic/splunk/pom.xml +++ b/basic/splunk/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 4.1.0.BUILD-SNAPSHOT Splunk Sample Splunk Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -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 diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index 6fe5363b..c87d1dea 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT TCP-AMQP Basic Sample TCP-AMQP Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 0bf7fad2..93e621de 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT TCP Client Server Sample TCP Client Server Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 242ca54b..46421325 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Testing Examples Testing Examples - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index c5850a85..3817b842 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Twitter Basic Sample Twitter Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 054d5f16..bd8794af 100644 --- a/basic/web-sockets/pom.xml +++ b/basic/web-sockets/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 4.1.0.BUILD-SNAPSHOT Web Sockets Basic Sample Web Sockets Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -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 diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index c3de1565..34757e89 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples ws-inbound-gateway 4.1.0.BUILD-SNAPSHOT WS Inbound Gateway Sample WS Inbound Gateway Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -14,7 +14,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 diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index b50eefa5..5ef99a05 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT WS Outbound Gateway Sample WS Outbound Gateway Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 236784f7..17efa403 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT XML Sample XML Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index 8513e292..b65fec53 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT XMPP Basic Sample XMPP Basic Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/build.gradle b/build.gradle index cbe50bbd..82964eb1 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'base' apply plugin: 'idea' ext { - linkHomepage = 'http://projects.spring.io/spring-integration' + linkHomepage = 'https://projects.spring.io/spring-integration' linkCi = 'https://build.spring.io/browse/INTSAMPLES' linkIssue = 'https://jira.spring.io/browse/INTSAMPLES' linkScmUrl = 'https://github.com/spring-projects/spring-integration-samples' @@ -14,8 +14,8 @@ ext { buildscript { repositories { - maven { url 'http://repo.spring.io/libs-snapshot' } - maven { url "http://repo.spring.io/libs-milestone" } + maven { url 'https://repo.spring.io/libs-snapshot' } + maven { url "https://repo.spring.io/libs-milestone" } } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion") @@ -26,9 +26,9 @@ allprojects { group = 'org.springframework.integration.samples' repositories { - maven { url 'http://repo.spring.io/libs-snapshot' } - maven { url 'http://repo.spring.io/libs-milestone' } -// maven { url 'http://repo.spring.io/libs-staging-local' } + maven { url 'https://repo.spring.io/libs-snapshot' } + maven { url 'https://repo.spring.io/libs-milestone' } +// maven { url 'https://repo.spring.io/libs-staging-local' } } } @@ -54,7 +54,7 @@ subprojects { subproject -> licenses { license { name 'The Apache Software License, Version 2.0' - url 'http://www.apache.org/licenses/LICENSE-2.0.txt' + url 'https://www.apache.org/licenses/LICENSE-2.0.txt' distribution 'repo' } } @@ -1313,5 +1313,5 @@ sonarRunner { task wrapper(type: Wrapper) { description = 'Generates gradlew[.bat] scripts' gradleVersion = '2.5' - distributionUrl = "http://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip" + distributionUrl = "https://services.gradle.org/distributions/gradle-${gradleVersion}-all.zip" } diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index a25ed018..8f8ee362 100644 --- a/dsl/cafe-dsl/pom.xml +++ b/dsl/cafe-dsl/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 4.1.0.BUILD-SNAPSHOT Java DSL Cafe Sample Java DSL Cafe Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -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 diff --git a/dsl/pom.xml b/dsl/pom.xml index 5657f063..fb509d06 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples dsl 4.1.0.BUILD-SNAPSHOT - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -13,7 +13,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 diff --git a/dsl/si4demo/pom.xml b/dsl/si4demo/pom.xml index a6dff970..3b816050 100644 --- a/dsl/si4demo/pom.xml +++ b/dsl/si4demo/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 4.1.0.BUILD-SNAPSHOT Java Configuration/DSL Sample Java Configuration/DSL Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -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 diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 16140f89..306a508e 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Async Gateway Sample Async Gateway Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index fbec7826..f9e820b2 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Dynamic Poller Sample Dynamic Poller Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 76e0bd57..7f435fc0 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Error Handling Sample Error Handling Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 9fdb78d0..a45bf159 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT File Processing Sample File Processing Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index e60790c5..734beb80 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Mail Attachment Sample Mail Attachment Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index b3cec19a..99197563 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples monitoring 4.1.0.BUILD-SNAPSHOT Monitoring Application Monitoring Application - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -14,7 +14,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 diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 06b56e03..ce574b15 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples multipart-http 4.1.0.BUILD-SNAPSHOT HTTP Multipart Demo HTTP Multipart Demo - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -14,7 +14,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 diff --git a/intermediate/pom.xml b/intermediate/pom.xml index 497cb4dc..ab72737e 100644 --- a/intermediate/pom.xml +++ b/intermediate/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples intermediate 4.1.0.BUILD-SNAPSHOT - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -13,7 +13,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 diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 84a43fc9..8626127a 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples rest-http 4.1.0.BUILD-SNAPSHOT Spring Integration Rest HTTP Path Usage Demo Spring Integration Rest HTTP Path Usage Demo - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -14,7 +14,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 diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index ce1631ad..119514e1 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Retry and More Sample Retry and More Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index b69a7afc..33098776 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Splitter-Aggregator-Reaper Sample Splitter-Aggregator-Reaper Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 7e054163..3051b461 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Derby Stored Procedures Sample Derby Stored Procedures Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index be021eb4..e44a304f 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT MS SQLServer Stored Procedures Sample MS SQLServer Stored Procedures Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 2f3a0314..60918fe2 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Oracle Stored Procedures Sample Oracle Stored Procedures Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index eb948c65..099dc373 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT PostgreSQL Stored Procedures Sample PostgreSQL Stored Procedures Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 114fcb30..11d48646 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT TCP Client Server Multiplexing Sample TCP Client Server Multiplexing Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 27f9d7bb..7b94349a 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Travel Services Sample Travel Services Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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 diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 4e827327..b06d5c0e 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -1,5 +1,5 @@ - 4.0.0 org.springframework.integration.samples @@ -7,7 +7,7 @@ 4.1.0.BUILD-SNAPSHOT Transaction Synchronization Sample Transaction Synchronization Sample - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -15,7 +15,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