diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 2f98a76a..0fe95c91 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples advanced-testing-examples 5.0.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 @@ -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/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 59299011..1aacef6e 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples dynamic-ftp 5.0.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 @@ -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/advanced/dynamic-tcp-client/pom.xml b/advanced/dynamic-tcp-client/pom.xml index 85080f0a..978e144e 100644 --- a/advanced/dynamic-tcp-client/pom.xml +++ b/advanced/dynamic-tcp-client/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 5.0.0.BUILD-SNAPSHOT Dynamic TCP Client Dynamic TCP Client - 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/advanced/pom.xml b/advanced/pom.xml index 019d35f5..f131a2f7 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples advanced 5.0.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 38c39a92..87772970 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples cafe-scripted 5.0.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 @@ -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/cafe/cafe-amqp/pom.xml b/applications/cafe/cafe-amqp/pom.xml index 03174d88..4d9f3451 100644 --- a/applications/cafe/cafe-amqp/pom.xml +++ b/applications/cafe/cafe-amqp/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples cafe-amqp 5.0.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 @@ -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/cafe/cafe-jms/pom.xml b/applications/cafe/cafe-jms/pom.xml index cf44377c..b945091c 100644 --- a/applications/cafe/cafe-jms/pom.xml +++ b/applications/cafe/cafe-jms/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples cafe-jms 5.0.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 @@ -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/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 11d3c759..b29dbc4b 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples cafe-si 5.0.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 @@ -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/cafe/pom.xml b/applications/cafe/pom.xml index 21326edd..8ffd5e69 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples cafe 5.0.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/pom.xml b/applications/file-split-ftp/pom.xml index 4432cf34..24881074 100644 --- a/applications/file-split-ftp/pom.xml +++ b/applications/file-split-ftp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 5.0.0.BUILD-SNAPSHOT File Split FTP File Split FTP - 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/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 4c7a6fbe..d0699352 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples loan-broker 5.0.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 @@ -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/loanshark/pom.xml b/applications/loanshark/pom.xml index 778e3ed6..9da69389 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples loanshark 5.0.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 2859dfd5..2cf33e44 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples applications 5.0.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 36510c9b..ab2d06b5 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 @@ 5.0.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 bc9e3506..451df8c8 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples amqp 5.0.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 @@ -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/barrier/pom.xml b/basic/barrier/pom.xml index 3ef743da..c74b39c4 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 @@ 5.0.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 e2cd9aac..26709115 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples control-bus 5.0.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 @@ -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/enricher/pom.xml b/basic/enricher/pom.xml index 122d47fd..5f61c67d 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples enricher 5.0.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 @@ -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/feed/pom.xml b/basic/feed/pom.xml index cc64436e..2f000d9f 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples feed 5.0.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 @@ -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/file/pom.xml b/basic/file/pom.xml index 22408f38..983b8e2d 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples file 5.0.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 @@ -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/ftp/pom.xml b/basic/ftp/pom.xml index adf36d20..ca1987f8 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples ftp 5.0.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 @@ -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/helloworld/pom.xml b/basic/helloworld/pom.xml index 64cbc91f..43be0eb8 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples helloworld 5.0.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 @@ -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/http/pom.xml b/basic/http/pom.xml index 78da202f..1658ddfe 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples http 5.0.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 300758a4..437aa0fd 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples jdbc 5.0.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 @@ -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/jms/pom.xml b/basic/jms/pom.xml index c70f27df..16a1cdfa 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples jms 5.0.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 @@ -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/jmx/pom.xml b/basic/jmx/pom.xml index bb9400ad..945f22ed 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples jmx 5.0.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 @@ -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/jpa/pom.xml b/basic/jpa/pom.xml index e630a084..e8bd5805 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 5.0.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 @@ -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/kafka/pom.xml b/basic/kafka/pom.xml index 847507d9..ab04c366 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 @@ 5.0.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 98d2ce90..f52da25c 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples mail 5.0.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 @@ -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/mongodb/pom.xml b/basic/mongodb/pom.xml index 6eca3649..0ad33b4a 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples mongodb 5.0.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 @@ -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/mqtt/pom.xml b/basic/mqtt/pom.xml index 1af1f702..81082ae3 100644 --- a/basic/mqtt/pom.xml +++ b/basic/mqtt/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 5.0.0.BUILD-SNAPSHOT MQTT Basic Sample MQTT 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/oddeven/pom.xml b/basic/oddeven/pom.xml index 8630776f..b459b944 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples oddeven 5.0.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 @@ -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/pom.xml b/basic/pom.xml index 81ee5785..b58b4307 100644 --- a/basic/pom.xml +++ b/basic/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples basic 5.0.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 1213cbfc..5a018a7b 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples quote 5.0.0.BUILD-SNAPSHOT Quote Sample Quote 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/sftp/pom.xml b/basic/sftp/pom.xml index 79e5af7b..7d7fd3e9 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples sftp 5.0.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 @@ -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/splunk/pom.xml b/basic/splunk/pom.xml index dddb1c26..88ec9629 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 @@ 5.0.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 3019a636..5b10a3e4 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples tcp-amqp 5.0.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 @@ -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/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 07db9e5a..0058e2c0 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples tcp-client-server 5.0.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 @@ -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/testing-examples/pom.xml b/basic/testing-examples/pom.xml index 6118e17d..cfa86238 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples testing-examples 5.0.0.BUILD-SNAPSHOT Testing Examples Testing Examples - 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/twitter/pom.xml b/basic/twitter/pom.xml index 69f9e896..4ec80f8c 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples twitter 5.0.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 @@ -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/web-sockets/pom.xml b/basic/web-sockets/pom.xml index 0a60e28e..9e6beb39 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 @@ 5.0.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 35acec0f..1ecdfe8c 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 5.0.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 73abb6a0..4891e22d 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples ws-outbound-gateway 5.0.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 @@ -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/xml/pom.xml b/basic/xml/pom.xml index 4e5326b6..5f9a103a 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples xml 5.0.0.BUILD-SNAPSHOT XML Sample XML 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/xmpp/pom.xml b/basic/xmpp/pom.xml index 9d73c968..d0f8499a 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples xmpp 5.0.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 @@ -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/build.gradle b/build.gradle index 0d7287dd..04053827 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { repositories { - maven { url 'http://repo.spring.io/libs-snapshot' } + maven { url 'https://repo.spring.io/libs-snapshot' } } dependencies { classpath 'io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE' @@ -18,7 +18,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' @@ -30,9 +30,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' } } } @@ -59,7 +59,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' } } diff --git a/dsl/cafe-dsl/pom.xml b/dsl/cafe-dsl/pom.xml index 55130814..5512933c 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 @@ 5.0.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/kafka-dsl/pom.xml b/dsl/kafka-dsl/pom.xml index e2e8b0f3..9efe238c 100644 --- a/dsl/kafka-dsl/pom.xml +++ b/dsl/kafka-dsl/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -11,7 +11,7 @@ 5.0.0.BUILD-SNAPSHOT Java DSL Kafka Sample Java DSL 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/dsl/pom.xml b/dsl/pom.xml index 90ebe31b..c829ddb0 100644 --- a/dsl/pom.xml +++ b/dsl/pom.xml @@ -1,10 +1,10 @@ - + 4.0.0 org.springframework.integration.samples dsl 5.0.0.BUILD-SNAPSHOT - http://projects.spring.io/spring-integration + https://projects.spring.io/spring-integration SpringIO https://spring.io @@ -12,7 +12,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 3eddba6b..61c09281 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 @@ 5.0.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 dd78f19b..57ab3666 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples async-gateway 5.0.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 @@ -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/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index ac30f706..be635b52 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples dynamic-poller 5.0.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 @@ -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/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index b5d2e2ed..ca01e629 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples errorhandling 5.0.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 @@ -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/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 21b8a3b7..99edfc4e 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples file-processing 5.0.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 @@ -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/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index d2327601..1806f63d 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples mail-attachments 5.0.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 @@ -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/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 7a0faa71..fb1e17b5 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples monitoring 5.0.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 13071206..85a2db5c 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 5.0.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 5f72fba5..23f1af81 100644 --- a/intermediate/pom.xml +++ b/intermediate/pom.xml @@ -1,11 +1,11 @@ - 4.0.0 org.springframework.integration.samples intermediate 5.0.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 b815f01e..41bcfd79 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 5.0.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 4d20f548..0ec3804d 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples retry-and-more 5.0.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 @@ -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/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index 4b8bf973..123c68c0 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples splitter-aggregator-reaper 5.0.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 @@ -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/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 204f878d..be92b030 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-derby 5.0.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 @@ -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/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 44b654fd..e2a72764 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-ms 5.0.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 @@ -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/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index e0096df2..edf109d4 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-oracle 5.0.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 @@ -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/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index d601b42c..9df797cf 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples stored-procedures-postgresql 5.0.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 @@ -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/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index abe48c58..c16ca50d 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples tcp-client-server-multiplex 5.0.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 @@ -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/travel/pom.xml b/intermediate/travel/pom.xml index 5b0e52b1..77b83adc 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples travel 5.0.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 @@ -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/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index b5dfeb5e..9e33aa1e 100644 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -1,12 +1,12 @@ - + 4.0.0 org.springframework.integration.samples tx-synch 5.0.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 @@ -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