From 85bef285d4fd9beb04fe165788bf9b1228e0ca71 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Sat, 7 Jan 2012 22:58:10 -0500 Subject: [PATCH] INTSAMPLES-47 - Upgrade SI dep. to 2.1.0.RELEASE * Upgraded all Spring Integration dependencies to 2.1.0.RELEASE * All Samples use the new Artifactory-based Milestone Repository http://repo.springsource.org/milestone (As the repositories are additive, this repository will also include the release repo) * Added versions to all Maven plugin declarations, reducing the amount WARNING-level logging substantially --- advanced/advanced-testing-examples/pom.xml | 44 ++++++------- advanced/dynamic-ftp/pom.xml | 28 +++------ advanced/pom.xml | 6 +- applications/cafe-scripted/pom.xml | 35 ++++------- applications/cafe/pom.xml | 28 +++------ applications/loan-broker/pom.xml | 28 +++------ applications/loanshark/pom.xml | 38 +++--------- basic/amqp/pom.xml | 20 ++---- basic/control-bus/pom.xml | 30 ++++----- basic/enricher/pom.xml | 13 ++-- basic/feed/pom.xml | 28 +++------ basic/file/pom.xml | 30 ++++----- basic/ftp/pom.xml | 33 ++++------ basic/helloworld/pom.xml | 30 ++++----- basic/http/pom.xml | 28 +++------ basic/jdbc/pom.xml | 13 ++-- basic/jms/pom.xml | 30 ++++----- basic/jmx/pom.xml | 32 ++++------ basic/mail/pom.xml | 28 +++------ basic/oddeven/pom.xml | 30 ++++----- basic/quote/pom.xml | 30 ++++----- basic/sftp/pom.xml | 28 +++------ basic/tcp-client-server/pom.xml | 30 ++++----- basic/testing-examples/pom.xml | 61 ++++++++++++------- basic/twitter/pom.xml | 28 +++------ basic/ws-inbound-gateway/pom.xml | 30 ++++----- basic/ws-outbound-gateway/pom.xml | 28 +++------ basic/xml/pom.xml | 28 +++------ basic/xmpp/pom.xml | 28 +++------ intermediate/async-gateway/pom.xml | 28 +++------ intermediate/errorhandling/pom.xml | 28 +++------ intermediate/file-processing/pom.xml | 32 ++++------ intermediate/multipart-http/pom.xml | 28 +++------ intermediate/stored-procedures-derby/pom.xml | 26 +++----- intermediate/stored-procedures-oracle/pom.xml | 12 ++-- .../tcp-client-server-multiplex/pom.xml | 28 +++------ intermediate/travel/pom.xml | 28 +++------ 37 files changed, 394 insertions(+), 659 deletions(-) diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index 49ef9a91..03da507f 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -4,11 +4,12 @@ 4.0.0 org.springframework.integration.samples advanced-testing-examples - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT Samples (Advanced) - Advanced Testing Examples jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 3.1.0.RELEASE 1.2.16 4.10 @@ -19,13 +20,13 @@ spring-integration-jms ${spring.integration.version} - + org.springframework.integration spring-integration-groovy ${spring.integration.version} - + log4j log4j @@ -43,28 +44,28 @@ ${spring.version} test - + org.springframework spring-jms ${spring.version} - + org.apache.geronimo.specs geronimo-jms_1.1_spec 1.1.1 provided - - + + org.mockito mockito-all 1.8.5 test - + @@ -88,6 +89,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -106,21 +108,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 8a35905b..d6add4d6 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -6,8 +6,9 @@ Samples (Advanced) - Dynamic FTP Demo jar + UTF-8 3.1.0.RELEASE - 2.1.0.RC1 + 2.1.0.RELEASE 1.2.16 4.10 @@ -53,6 +54,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -72,21 +74,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/advanced/pom.xml b/advanced/pom.xml index 1fb63896..6c8928b1 100644 --- a/advanced/pom.xml +++ b/advanced/pom.xml @@ -5,13 +5,13 @@ 4.0.0 org.springframework.integration.samples advanced-samples - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RELEASE Spring Integration Samples - Advanced pom - advanced-testing-examples - dynamic-ftp + advanced-testing-examples + dynamic-ftp diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index fe43ae78..9823c05b 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -7,7 +7,8 @@ 2.1.0.BUILD-SNAPSHOT Samples (Applications) - Cafe Sample (Scripted Implementation) - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 3.1.0.RELEASE 1.2.16 4.10 @@ -85,7 +86,7 @@ ${junit.version} - @@ -107,13 +108,13 @@ - + org.apache.maven.plugins maven-compiler-plugin - 2.2 + 2.3.2 1.5 1.6 @@ -181,7 +182,7 @@ -classpath org.springframework.integration.samples.cafe.demo.ControlBusMain - + 0 @@ -192,21 +193,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index 9fe7964d..cc78309a 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -7,7 +7,8 @@ 2.1.0.BUILD-SNAPSHOT Samples (Applications) - Cafe Sample - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 3.1.0.RELEASE 1.2.16 4.10 @@ -61,6 +62,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -71,21 +73,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 7082fce2..dd78c118 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -7,7 +7,8 @@ 2.1.0.BUILD-SNAPSHOT Samples (Applications) - Loan Broker - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.1.1 1.2.16 4.10 @@ -40,6 +41,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -50,21 +52,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index 769288e3..158dddc6 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -7,40 +7,20 @@ Samples (Applications) - Loan Shark war + UTF-8 + 2.1.0.RELEASE 3.1.0.RELEASE 1.6.10 1.6.1 - UTF-8 - + - spring-maven-release - Spring Maven Release Repository - http://maven.springframework.org/release - - - spring-maven-milestone - Spring Maven Milestone Repository - http://maven.springframework.org/milestone - - - JBoss Repo - https://repository.jboss.org/nexus/content/repositories/releases - JBoss Repo + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone - - - spring-maven-release - Spring Maven Release Repository - http://maven.springframework.org/release - - - spring-maven-milestone - Spring Maven Milestone Repository - http://maven.springframework.org/milestone - - + @@ -343,7 +323,7 @@ org.springframework.integration spring-integration-ip - 2.1.0.RC1 + ${spring.integration.version} @@ -359,7 +339,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.1 + 2.3.2 1.6 1.6 diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index c015a200..ec5e5745 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -12,27 +12,17 @@ UTF-8 - 2.1.0.RC1 + 2.1.0.RELEASE 1.6.4 4.10 - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - @@ -104,7 +94,7 @@ spring-integration-stream ${spring.integration.version} - + diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index 7ef4fa93..f4957ed5 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -4,11 +4,12 @@ 4.0.0 org.springframework.integration.samples control-bus - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT Samples (Basic) - Control Bus jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -35,6 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -45,21 +47,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 3b33985b..ac790a4d 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -12,22 +12,17 @@ UTF-8 - 2.1.0.RC1 + 2.1.0.RELEASE 1.6.4 4.10 - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index 954556a1..adda6d3a 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -6,7 +6,8 @@ Samples (Basic) - Feed Demo (RSS/ATOM) jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -33,6 +34,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -43,21 +45,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 7221c26d..5ce95daa 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -4,11 +4,12 @@ 4.0.0 org.springframework.integration.samples file - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT Samples (Basic) - File Copy jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -35,6 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -45,21 +47,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index fddbc558..23fe9f44 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -6,7 +6,8 @@ Samples (Basic) - FTP Demo jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.6.4 4.10 @@ -22,7 +23,7 @@ commons-io 2.1 - + junit @@ -34,7 +35,7 @@ ftpserver-core 1.0.6 - + @@ -56,7 +57,7 @@ org.slf4j jcl-over-slf4j ${slf4j.version} - + @@ -84,21 +85,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index a8161b00..4f50472d 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -4,11 +4,12 @@ 4.0.0 org.springframework.integration.samples helloworld - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT Samples (Basic) - Hello World Sample jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -35,6 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -45,21 +47,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 51a9dee1..5f4b1940 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -7,7 +7,8 @@ Samples (Basic) - HTTP Demo war - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 3.1.0.RELEASE 1.2 1.3.2 @@ -55,6 +56,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -65,21 +67,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 2292745b..1e57c89c 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -12,22 +12,17 @@ UTF-8 - 2.1.0.RC1 + 2.1.0.RELEASE 1.6.4 4.10 - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index 1140c501..595aedcf 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -4,11 +4,12 @@ 4.0.0 org.springframework.integration.samples jms - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT Samples (Basic) - JMS jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 5.5.1 @@ -50,6 +51,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -60,21 +62,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 0ec68000..6a3f7a7e 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -5,10 +5,11 @@ org.springframework.integration.samples jmx Samples (Basic) - JMX - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -27,7 +28,7 @@ log4j log4j ${log4j.version} - + junit @@ -40,6 +41,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -50,21 +52,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 09bad403..0d5e5b72 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -6,7 +6,8 @@ Samples (Basic) - Mail Demo (IMAP + POP3) 2.1.0.BUILD-SNAPSHOT - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -44,6 +45,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -54,21 +56,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 9495a508..382c4d7c 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -5,10 +5,11 @@ org.springframework.integration.samples oddeven Samples (Basic) - Odd-Even Sample - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -35,6 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -45,21 +47,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 8229d675..121accee 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -5,10 +5,11 @@ org.springframework.integration.samples quote Samples (Basic) - Quote Sample - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -35,6 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -45,21 +47,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index fd777086..eb5322ff 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -7,7 +7,8 @@ Samples (Basic) - SFTP Demo jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -34,6 +35,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -44,21 +46,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index 6592c0f1..b43cb304 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -4,12 +4,13 @@ 4.0.0 org.springframework.integration.samples tcp-client-server - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT Samples (Basic) - TCP Client Server Sample jar + UTF-8 3.1.0.RELEASE - 2.1.0.RC1 + 2.1.0.RELEASE 1.2.16 4.10 @@ -52,6 +53,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -62,21 +64,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index ea0c28d4..1dc52155 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -4,12 +4,13 @@ 4.0.0 org.springframework.integration.samples testing-examples - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT Samples (Basic) - Testing Examples jar - 2.1.0.RC1 - 3.0.6.RELEASE + UTF-8 + 2.1.0.RELEASE + 3.1.0.RELEASE 1.2.16 4.10 @@ -23,6 +24,16 @@ org.springframework.integration spring-integration-ws ${spring.integration.version} + + + spring-web + org.springframework + + + spring-expression + org.springframework + + org.springframework.integration @@ -53,9 +64,25 @@ org.springframework - spring-web + spring-webmvc ${spring.version} + + org.springframework + spring-context + ${spring.version} + + + spring-expression + org.springframework + + + + + org.springframework + spring-oxm + ${spring.version} + @@ -79,6 +106,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -89,6 +117,7 @@ maven-surefire-plugin + 2.11 **/*Tests.java @@ -97,21 +126,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index a57acf45..a46fe6c6 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -6,7 +6,8 @@ Samples (Basic) - Twitter Demo jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -33,6 +34,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -43,21 +45,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 5bf129bd..6c4b32a1 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -5,10 +5,11 @@ org.springframework.integration.samples ws-inbound-gateway Samples (Basic) - WS Inbound Gateway Sample - 2.1.0.BUILD-SNAPSHOT + 2.1.0.BUILD-SNAPSHOT war - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 3.1.0.RELEASE 1.2.16 4.10 @@ -46,6 +47,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -56,21 +58,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index b76f2288..605b09b3 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -8,7 +8,8 @@ 2.1.0.BUILD-SNAPSHOT jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 1.3 @@ -52,6 +53,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -62,21 +64,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index e608afb4..3e50dd72 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -8,7 +8,8 @@ 2.1.0.BUILD-SNAPSHOT jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -35,6 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -45,21 +47,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index f5a49921..38f571f5 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -6,7 +6,8 @@ Samples (Basic) - XMPP Demo jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -33,6 +34,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -43,21 +45,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 7530769b..8940b0b3 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -7,7 +7,8 @@ Samples (Intermediate) - Async Gateway Demo jar - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -34,6 +35,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -44,21 +46,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 44fc73a8..0a1d1a4c 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -7,7 +7,8 @@ Samples (Intermediate) - Error Handling Sample 2.1.0.BUILD-SNAPSHOT - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -39,6 +40,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -49,21 +51,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index e6d187c5..d6c117bd 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -1,10 +1,11 @@ 4.0.0 - orf.springframework.integration.samples + org.springframework.integration.samples file-processing 2.1.0.BUILD-SNAPSHOT - - 2.1.0.RC1 + + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 @@ -31,6 +32,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -41,22 +43,12 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + Samples (Intermediate) - File Processing \ No newline at end of file diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 2d354d86..bcddfce9 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -7,7 +7,8 @@ Samples (Intermediate) - HTTP Multipart Demo war - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 3.1.0.RELEASE 1.2 1.3.2 @@ -62,6 +63,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -72,21 +74,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index 4584aab5..ea91ea0c 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -12,28 +12,18 @@ UTF-8 - 2.1.0.RC1 + 2.1.0.RELEASE 1.6.4 4.10 - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 2e92fce2..85d3da5b 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -12,16 +12,16 @@ UTF-8 - 2.1.0.RC1 + 2.1.0.RELEASE 1.6.4 4.10 - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone @@ -82,13 +82,13 @@ spring-integration-core ${spring.integration.version} - + org.springframework.integration spring-integration-jdbc ${spring.integration.version} - + diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 774663bd..d4c43208 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -8,8 +8,9 @@ Samples (Intermediate) - TCP Client Server Multiplexing Sample jar + UTF-8 3.1.0.RELEASE - 2.1.0.RC1 + 2.1.0.RELEASE 1.2.16 4.10 @@ -47,6 +48,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -57,21 +59,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index cbb7d8bd..5668f394 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -6,7 +6,8 @@ Samples (Intermediate) - Travel Services 2.1.0.BUILD-SNAPSHOT - 2.1.0.RC1 + UTF-8 + 2.1.0.RELEASE 1.2.16 4.10 3.1.0.RELEASE @@ -49,6 +50,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.5 1.5 @@ -59,21 +61,11 @@ - - - repository.springframework.maven.release - Spring Framework Maven Release Repository - http://maven.springframework.org/release - - - repository.springframework.maven.milestone - Spring Framework Maven Milestone Repository - http://maven.springframework.org/milestone - - - repository.springframework.maven.snapshot - Spring Framework Maven Snapshot Repository - http://maven.springframework.org/snapshot - - + + + repo.springsource.org.milestone + Spring Framework Maven Milestone Repository + https://repo.springsource.org/milestone + + \ No newline at end of file