diff --git a/gradle.properties b/gradle.properties index adeb770eb7..0ed664faff 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.RC2 +springIntegrationVersion=2.1.0.BUILD-SNAPSHOT # ------------------------------------------------------------------------------ # build system user roles diff --git a/pom.xml b/pom.xml index 8e5408ef68..76076b0006 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration - 2.1.0.RC2 + 2.1.0.BUILD-SNAPSHOT pom Spring Integration diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml index 88254d7eb2..479aad2a30 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration AMQP Support @@ -88,6 +88,12 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-test @@ -96,22 +102,22 @@ org.springframework.integration - spring-integration-stream - 2.1.0.RC2 + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-tx 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - org.springframework.amqp spring-rabbit @@ -187,12 +193,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index f0de6ea567..021aa3e295 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Core diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index 6bb8b121c4..46d586fca6 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Event Support @@ -112,6 +112,18 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -124,12 +136,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - log4j log4j @@ -142,12 +148,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index f586d9696c..2bbdd4e389 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration RSS Feed Support @@ -94,6 +94,18 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + net.java.dev.rome rome-fetcher @@ -106,12 +118,6 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - cglib cglib-nodep @@ -154,12 +160,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - net.java.dev.rome rome diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 2355e3cec2..ab2130eaed 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration File Support @@ -112,6 +112,18 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -124,12 +136,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - log4j log4j @@ -142,12 +148,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 3921caa394..99840e30dc 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration FTP Support @@ -101,17 +101,23 @@ test - commons-net - commons-net - 3.0.1 + org.springframework.integration + spring-integration-file + 2.1.0.BUILD-SNAPSHOT compile org.springframework.integration spring-integration-test - 2.1.0.RC2 + 2.1.0.BUILD-SNAPSHOT test + + commons-net + commons-net + 3.0.1 + compile + cglib cglib-nodep @@ -149,12 +155,6 @@ 1.1 test - - org.springframework.integration - spring-integration-file - 2.1.0.RC2 - compile - org.mockito mockito-all diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index 999af1e7d0..a56b472faa 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration GemFire Support @@ -92,6 +92,12 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-test @@ -100,22 +106,22 @@ org.springframework.integration - spring-integration-stream - 2.1.0.RC2 + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-tx 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - org.springframework.data spring-data-gemfire @@ -172,12 +178,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index f7dd9b4043..127d3074df 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Groovy Support @@ -106,24 +106,30 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-scripting + 2.1.0.BUILD-SNAPSHOT + compile + org.easymock easymockclassextension 2.3 test - - org.springframework.integration - spring-integration-scripting - 2.1.0.RC2 - compile - org.codehaus.groovy groovy-all 1.8.4 compile + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -148,12 +154,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 8f3f4bb8d2..812750cd87 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration HTTP Support @@ -94,6 +94,18 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + net.java.dev.rome rome-fetcher @@ -107,12 +119,6 @@ true - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - javax.servlet servlet-api @@ -174,12 +180,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index ea485741ef..41a5dacca3 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration IP Support @@ -88,6 +88,12 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + runtime + org.springframework spring-context @@ -106,18 +112,24 @@ 3.0.7.RELEASE test - - org.springframework.integration - spring-integration-stream - 2.1.0.RC2 - runtime - org.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -130,12 +142,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - log4j log4j @@ -148,12 +154,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index e7624e0d30..e5525bc692 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration JDBC Support @@ -110,6 +110,18 @@ 3.0.7.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.aspectj aspectjweaver @@ -134,12 +146,6 @@ 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - cglib cglib-nodep @@ -188,12 +194,6 @@ 1.6.8 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index 3cb64d5af2..3d414ed0ae 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration JMS Support @@ -106,18 +106,24 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-tx 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - org.apache.geronimo.specs geronimo-jms_1.1_spec @@ -166,12 +172,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 46fbe46d27..8c953da25c 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration JMX Support @@ -94,18 +94,24 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.aspectj aspectjweaver 1.6.8 compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - cglib cglib-nodep @@ -154,12 +160,6 @@ 1.6.8 compile - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 71ea8bed8e..4659dedf0c 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Mail Support @@ -103,9 +103,15 @@ org.springframework.integration spring-integration-test - 2.1.0.RC2 + 2.1.0.BUILD-SNAPSHOT test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + cglib cglib-nodep @@ -149,12 +155,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - javax.mail mail diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index f73428b4b3..5cbc19a02b 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration MongoDB Support @@ -106,6 +106,18 @@ 2.3 test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -124,12 +136,6 @@ 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - log4j log4j @@ -178,12 +184,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml index ebf0eb54f4..70905f6158 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Redis Support @@ -94,18 +94,24 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-tx 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - org.codehaus.jackson jackson-core-asl @@ -178,12 +184,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 51aa784dc9..22497e5ef0 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration RMI Support @@ -118,6 +118,18 @@ 3.0.7.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -130,12 +142,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - log4j log4j @@ -148,12 +154,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml index be03d1cd9e..fed4eff17f 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Scripting Support @@ -97,9 +97,15 @@ org.springframework.integration spring-integration-test - 2.1.0.RC2 + 2.1.0.BUILD-SNAPSHOT test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + cglib cglib-nodep @@ -154,12 +160,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 7356f63c6c..d0bb58c477 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Security Support @@ -100,6 +100,12 @@ 3.0.7.RELEASE compile + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-tx @@ -166,12 +172,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index 3054bc046e..12675e0348 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration SFTP Support @@ -88,6 +88,12 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-context-support @@ -102,16 +108,22 @@ org.springframework.integration - spring-integration-stream - 2.1.0.RC2 + spring-integration-file + 2.1.0.BUILD-SNAPSHOT compile org.springframework.integration spring-integration-test - 2.1.0.RC2 + 2.1.0.BUILD-SNAPSHOT test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + log4j log4j @@ -149,12 +161,6 @@ 1.1 test - - org.springframework.integration - spring-integration-file - 2.1.0.RC2 - compile - org.mockito mockito-all @@ -167,12 +173,6 @@ 0.1.45 compile - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index a8da534e53..1acdcbe9f5 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Stream Support @@ -112,6 +112,12 @@ 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -136,12 +142,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 418a46b47e..31b0abc64f 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Test Support @@ -112,6 +112,12 @@ 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.hamcrest hamcrest-all @@ -136,12 +142,6 @@ 2.2 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index f04f9489f3..712ff36fa1 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Twitter Support @@ -94,18 +94,24 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-web 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - cglib cglib-nodep @@ -185,12 +191,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index b1669c939c..a5d843547e 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration Web Services Support @@ -94,6 +94,12 @@ 3.0.7.RELEASE test + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + com.sun.xml.messaging.saaj saaj-impl @@ -101,18 +107,18 @@ compile true + + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + org.springframework spring-web 3.0.7.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test - log4j log4j @@ -213,12 +219,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index 55d79f06d2..a500e544f6 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration XML Support @@ -95,15 +95,21 @@ test - xmlunit - xmlunit - 1.3 + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test org.springframework.integration - spring-integration-test - 2.1.0.RC2 + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile + + + xmlunit + xmlunit + 1.3 test @@ -177,12 +183,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 9230f55163..845b8d4233 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.RC2 + 2.1.0.BUILD-SNAPSHOT Spring Integration XMPP Support @@ -88,6 +88,12 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.BUILD-SNAPSHOT + test + org.springframework spring-context-support @@ -102,15 +108,15 @@ org.springframework.integration - spring-integration-stream - 2.1.0.RC2 + spring-integration-test + 2.1.0.BUILD-SNAPSHOT test org.springframework.integration - spring-integration-test - 2.1.0.RC2 - test + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile cglib @@ -167,12 +173,6 @@ 1.8.4 test - - org.springframework.integration - spring-integration-core - 2.1.0.RC2 - compile - junit junit-dep