diff --git a/gradle.properties b/gradle.properties index 0ed664faff..c477fac6bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # version to be applied to all projects in this multi-project build. this is # the one and only location version changes need to be made. # ------------------------------------------------------------------------------ -springIntegrationVersion=2.1.0.BUILD-SNAPSHOT +springIntegrationVersion=2.1.0.RC1 # ------------------------------------------------------------------------------ # build system user roles diff --git a/pom.xml b/pom.xml index 76076b0006..547b3a72ac 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 pom Spring Integration diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml index 5b258df3d7..3e70748179 100644 --- a/spring-integration-amqp/pom.xml +++ b/spring-integration-amqp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-amqp - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration AMQP Support @@ -88,24 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -144,6 +126,12 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.RC1 + test + cglib cglib-nodep @@ -187,6 +175,12 @@ compile true + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -199,6 +193,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index d188bc880e..53a7e21125 100644 --- a/spring-integration-core/pom.xml +++ b/spring-integration-core/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Core diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index abc396c996..b848b87300 100644 --- a/spring-integration-event/pom.xml +++ b/spring-integration-event/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-event - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Event Support @@ -100,12 +100,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context @@ -115,7 +109,7 @@ org.springframework.integration spring-integration-test - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 test @@ -136,6 +130,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + log4j log4j diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index 86e24d2bef..93a682d257 100644 --- a/spring-integration-feed/pom.xml +++ b/spring-integration-feed/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-feed - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration RSS Feed Support @@ -88,18 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - net.java.dev.rome rome-fetcher @@ -148,6 +136,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -160,6 +154,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + net.java.dev.rome rome diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index e50ee6c3f8..a0e9b382dc 100644 --- a/spring-integration-file/pom.xml +++ b/spring-integration-file/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-file - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration File Support @@ -100,12 +100,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context @@ -115,7 +109,7 @@ org.springframework.integration spring-integration-test - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 test @@ -136,6 +130,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + log4j log4j diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 4da6d5702c..9e182f8b9f 100644 --- a/spring-integration-ftp/pom.xml +++ b/spring-integration-ftp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-ftp - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration FTP Support @@ -94,12 +94,6 @@ 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -121,7 +115,7 @@ org.springframework.integration spring-integration-file - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 compile @@ -149,6 +143,12 @@ compile true + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index 31eaeef92d..7363953dd6 100644 --- a/spring-integration-gemfire/pom.xml +++ b/spring-integration-gemfire/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-gemfire - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration GemFire Support @@ -113,27 +113,15 @@ - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile + org.springframework + spring-test + 3.0.6.RELEASE + test org.springframework.integration spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework - spring-test - 3.0.6.RELEASE + 2.1.0.RC1 test @@ -172,6 +160,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -184,6 +178,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 0b50926488..5aba11a93a 100644 --- a/spring-integration-groovy/pom.xml +++ b/spring-integration-groovy/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-groovy - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Groovy Support @@ -88,12 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymock @@ -106,6 +100,12 @@ 2.3 test + + org.springframework.integration + spring-integration-scripting + 2.1.0.RC1 + compile + org.springframework spring-context-support @@ -138,8 +138,8 @@ org.springframework.integration - spring-integration-scripting - 2.1.0.BUILD-SNAPSHOT + spring-integration-core + 2.1.0.RC1 compile diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 773b112459..6c901c58ed 100644 --- a/spring-integration-http/pom.xml +++ b/spring-integration-http/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-http - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration HTTP Support @@ -88,18 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -155,6 +143,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -167,6 +161,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index b552e2b4f9..565f6b6690 100644 --- a/spring-integration-ip/pom.xml +++ b/spring-integration-ip/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-ip - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration IP Support @@ -100,28 +100,16 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - runtime - org.springframework.integration spring-integration-test - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 test @@ -142,6 +130,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + log4j log4j @@ -154,6 +148,12 @@ 2.2 test + + org.springframework.integration + spring-integration-stream + 2.1.0.RC1 + runtime + junit junit-dep diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index 66535beb58..64a22806b0 100644 --- a/spring-integration-jdbc/pom.xml +++ b/spring-integration-jdbc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-jdbc - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration JDBC Support @@ -92,18 +92,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - com.h2database h2 @@ -128,18 +116,18 @@ 3.0.6.RELEASE test - - log4j - log4j - 1.2.12 - test - cglib cglib-nodep 2.2 test + + log4j + log4j + 1.2.12 + test + org.springframework spring-tx @@ -176,6 +164,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -194,6 +188,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + org.aspectj aspectjrt diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index e46918d3e7..eeacae37e8 100644 --- a/spring-integration-jms/pom.xml +++ b/spring-integration-jms/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-jms - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration JMS Support @@ -94,18 +94,6 @@ 5.3.0 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-oxm @@ -166,6 +154,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -178,6 +172,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 747e6edfde..2fb45379f4 100644 --- a/spring-integration-jmx/pom.xml +++ b/spring-integration-jmx/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-jmx - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration JMX Support @@ -88,18 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.aspectj aspectjweaver @@ -142,6 +130,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -154,6 +148,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + org.aspectj aspectjrt diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 0f377f3d04..fa33979c37 100644 --- a/spring-integration-mail/pom.xml +++ b/spring-integration-mail/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-mail - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Mail Support @@ -88,24 +88,12 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -143,6 +131,12 @@ compile true + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -155,6 +149,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + javax.mail mail diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index b6afb0cdb4..06c2a87f28 100644 --- a/spring-integration-mongodb/pom.xml +++ b/spring-integration-mongodb/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-mongodb - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration MongoDB Support @@ -100,12 +100,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.data spring-data-mongodb @@ -121,7 +115,7 @@ org.springframework.integration spring-integration-test - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 test @@ -142,6 +136,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + log4j log4j diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml index 23e2bfa6bf..36fdfd44c1 100644 --- a/spring-integration-redis/pom.xml +++ b/spring-integration-redis/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-redis - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Redis Support @@ -112,18 +112,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -178,6 +166,12 @@ 1.8.3 compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -190,6 +184,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 357eb75f00..7ece307112 100644 --- a/spring-integration-rmi/pom.xml +++ b/spring-integration-rmi/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-rmi - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration RMI Support @@ -106,12 +106,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context @@ -121,7 +115,7 @@ org.springframework.integration spring-integration-test - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 test @@ -142,6 +136,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + log4j log4j diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml index da98e716b2..94c511c502 100644 --- a/spring-integration-scripting/pom.xml +++ b/spring-integration-scripting/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-scripting - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Scripting Support @@ -88,18 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -142,6 +130,12 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -160,6 +154,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index dd67ef4893..4b30e048d0 100644 --- a/spring-integration-security/pom.xml +++ b/spring-integration-security/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-security - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Security Support @@ -100,12 +100,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-test @@ -172,6 +166,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index 54f31b8107..c387d56cd4 100644 --- a/spring-integration-sftp/pom.xml +++ b/spring-integration-sftp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-sftp - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration SFTP Support @@ -94,30 +94,12 @@ 0.1.42 compile - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - compile - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -130,6 +112,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-stream + 2.1.0.RC1 + compile + cglib cglib-nodep @@ -139,7 +127,7 @@ org.springframework.integration spring-integration-file - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 compile @@ -161,6 +149,12 @@ compile true + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -173,6 +167,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index 3f460f6052..8c01676824 100644 --- a/spring-integration-stream/pom.xml +++ b/spring-integration-stream/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-stream - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Stream Support @@ -100,12 +100,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context @@ -130,6 +124,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + log4j log4j diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 2e3b44448b..d589cf8a7f 100644 --- a/spring-integration-test/pom.xml +++ b/spring-integration-test/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-test - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Test Support @@ -100,12 +100,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context @@ -130,6 +124,12 @@ 1.8.4 compile + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + log4j log4j diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 107b5831b1..55eaac16c2 100644 --- a/spring-integration-twitter/pom.xml +++ b/spring-integration-twitter/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-twitter - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Twitter Support @@ -88,24 +88,12 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.security spring-security-crypto @@ -155,6 +143,12 @@ compile true + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -167,6 +161,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index f341f3f51f..cc5464422b 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-ws - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration Web Services Support @@ -95,12 +95,6 @@ compile true - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -201,6 +195,12 @@ compile true + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -216,7 +216,7 @@ org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 compile diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index d632d8de9f..e8a9add72f 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-xml - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration XML Support @@ -88,12 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.ws spring-xml @@ -116,12 +110,6 @@ 1.2 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test @@ -189,6 +177,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -201,6 +195,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index bda695f0d7..3f26520954 100644 --- a/spring-integration-xmpp/pom.xml +++ b/spring-integration-xmpp/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-xmpp - 2.1.0.BUILD-SNAPSHOT + 2.1.0.RC1 Spring Integration XMPP Support @@ -88,36 +88,24 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework spring-test 3.0.6.RELEASE test + + org.springframework.integration + spring-integration-stream + 2.1.0.RC1 + test + cglib cglib-nodep @@ -161,6 +149,12 @@ 3.1.0 compile + + org.springframework.integration + spring-integration-test + 2.1.0.RC1 + test + org.hamcrest hamcrest-all @@ -173,6 +167,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-core + 2.1.0.RC1 + compile + junit junit-dep