From 4f12694d820bce21e9947fa31bfec13a5256ec3b Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 26 Oct 2011 10:44:18 -0500 Subject: [PATCH] Release version 2.1.0.M3 --- gradle.properties | 2 +- pom.xml | 2 +- spring-integration-amqp/pom.xml | 28 +++++++++---------- spring-integration-core/pom.xml | 2 +- spring-integration-event/pom.xml | 26 +++++++++--------- spring-integration-feed/pom.xml | 16 +++++------ spring-integration-file/pom.xml | 26 +++++++++--------- spring-integration-ftp/pom.xml | 26 +++++++++--------- spring-integration-gemfire/pom.xml | 28 +++++++++---------- spring-integration-groovy/pom.xml | 26 +++++++++--------- spring-integration-http/pom.xml | 16 +++++------ spring-integration-ip/pom.xml | 38 +++++++++++++------------- spring-integration-jdbc/pom.xml | 16 +++++------ spring-integration-jms/pom.xml | 16 +++++------ spring-integration-jmx/pom.xml | 16 +++++------ spring-integration-mail/pom.xml | 16 +++++------ spring-integration-mongodb/pom.xml | 26 +++++++++--------- spring-integration-redis/pom.xml | 20 +++++++------- spring-integration-rmi/pom.xml | 26 +++++++++--------- spring-integration-scripting/pom.xml | 16 +++++------ spring-integration-security/pom.xml | 14 +++++----- spring-integration-sftp/pom.xml | 40 ++++++++++++++-------------- spring-integration-stream/pom.xml | 14 +++++----- spring-integration-test/pom.xml | 14 +++++----- spring-integration-twitter/pom.xml | 16 +++++------ spring-integration-ws/pom.xml | 26 +++++++++--------- spring-integration-xml/pom.xml | 16 +++++------ spring-integration-xmpp/pom.xml | 28 +++++++++---------- 28 files changed, 278 insertions(+), 278 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0ed664faff..668587d761 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.M3 # ------------------------------------------------------------------------------ # build system user roles diff --git a/pom.xml b/pom.xml index 76076b0006..ce84058d45 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.M3 pom Spring Integration diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml index f890be2bc7..584dcb056e 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.M3 Spring Integration AMQP Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -150,12 +144,24 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.springframework spring-tx 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-stream + 2.1.0.M3 + test + org.easymock easymock @@ -181,12 +187,6 @@ compile true - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index d188bc880e..741b492460 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.M3 Spring Integration Core diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index 02d7872168..554080d600 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.M3 Spring Integration Event Support @@ -94,24 +94,18 @@ 2.3 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.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-context @@ -148,6 +142,12 @@ 2.2 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + junit junit-dep diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index bc12c5839a..9b5a1003e1 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.M3 Spring Integration RSS Feed Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -130,6 +124,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.easymock easymock diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 999fa3aa8a..abd1b6080b 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.M3 Spring Integration File Support @@ -94,24 +94,18 @@ 2.3 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.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-context @@ -148,6 +142,12 @@ 2.2 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + junit junit-dep diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index ce36cac7e3..97a859cf54 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.M3 Spring Integration FTP Support @@ -88,18 +88,6 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework spring-context-support @@ -124,6 +112,18 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + + + org.springframework.integration + spring-integration-file + 2.1.0.M3 + compile + commons-net commons-net diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml index a0f5c8b40e..de1c975cf1 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.M3 Spring Integration GemFire Support @@ -112,16 +112,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -142,12 +136,24 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.springframework spring-tx 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-stream + 2.1.0.M3 + test + org.easymock easymock @@ -166,12 +172,6 @@ 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 7ddf5833f0..34c67e8c50 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.M3 Spring Integration Groovy Support @@ -94,12 +94,6 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension @@ -112,6 +106,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.hamcrest hamcrest-all @@ -136,6 +136,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-scripting + 2.1.0.M3 + compile + log4j log4j @@ -148,12 +154,6 @@ 2.2 test - - org.springframework.integration - spring-integration-scripting - 2.1.0.BUILD-SNAPSHOT - compile - junit junit-dep diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 63dcc51b78..924bfe0e51 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.M3 Spring Integration HTTP Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -124,6 +118,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.easymock easymock diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index 1ffc82d95a..2523b9fbb2 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.M3 Spring Integration IP Support @@ -88,42 +88,36 @@ + + org.springframework.integration + spring-integration-stream + 2.1.0.M3 + runtime + org.easymock easymock 2.3 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.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-context 3.0.6.RELEASE compile - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - runtime - org.hamcrest hamcrest-all @@ -154,6 +148,12 @@ 2.2 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + junit junit-dep diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index 66535beb58..0038ccdf94 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.M3 Spring Integration JDBC Support @@ -95,15 +95,9 @@ org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - com.h2database h2 @@ -146,6 +140,12 @@ 3.0.6.RELEASE compile + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.easymock easymock diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index f64d86962f..332da45598 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.M3 Spring Integration JMS Support @@ -94,16 +94,10 @@ 5.3.0 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -136,6 +130,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.springframework spring-jms diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 258ad75557..17c9a1bf42 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.M3 Spring Integration JMX Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -124,6 +118,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.easymock easymock diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 19ef63c394..1a45ef1824 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.M3 Spring Integration Mail Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -124,6 +118,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.easymock easymock diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index 2a27ce1239..dc04096251 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.M3 Spring Integration MongoDB Support @@ -94,24 +94,18 @@ 2.3 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.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework.data spring-data-mongodb @@ -154,6 +148,12 @@ 2.2 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + junit junit-dep diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml index ff93f4f92b..654bea6379 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.M3 Spring Integration Redis Support @@ -114,9 +114,9 @@ org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test + spring-integration-core + 2.1.0.M3 + compile org.springframework @@ -142,6 +142,12 @@ 2.2 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.springframework spring-tx @@ -178,12 +184,6 @@ 1.1 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.mockito mockito-all diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index f45b458591..3e7e6620c6 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.M3 Spring Integration RMI Support @@ -94,18 +94,6 @@ 2.3 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-aop @@ -118,6 +106,12 @@ 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-context @@ -154,6 +148,12 @@ 2.2 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + junit junit-dep diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml index 3582abbfa0..d1d0a3baba 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.M3 Spring Integration Scripting Support @@ -91,7 +91,7 @@ org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -112,6 +112,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.python jython-standalone @@ -136,12 +142,6 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index efd3ff5004..841b17c1b2 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.M3 Spring Integration Security Support @@ -88,12 +88,6 @@ - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.springframework.security spring-security-core @@ -106,6 +100,12 @@ + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-test diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index e5c2650dbb..2fb5df4f04 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.M3 Spring Integration SFTP Support @@ -94,22 +94,10 @@ 0.1.42 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.springframework.integration - spring-integration-file - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -136,6 +124,24 @@ 2.2 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + + + org.springframework.integration + spring-integration-file + 2.1.0.M3 + compile + + + org.springframework.integration + spring-integration-stream + 2.1.0.M3 + compile + org.easymock easymock @@ -155,12 +161,6 @@ compile true - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - compile - org.hamcrest hamcrest-all diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index eafbe2192a..9654a67a4f 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.M3 Spring Integration Stream Support @@ -94,18 +94,18 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-context diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 635cf28d43..dbf82991c7 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.M3 Spring Integration Test Support @@ -94,18 +94,18 @@ 2.3 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.easymock easymockclassextension 2.3 test + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-context diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 4fa5eeac3b..b3e8a27da9 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.M3 Spring Integration Twitter Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -130,6 +124,12 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.springframework.social spring-social-twitter diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index b582ff0f24..211185e6be 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.M3 Spring Integration Web Services Support @@ -88,18 +88,6 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - com.sun.xml.messaging.saaj saaj-impl @@ -107,6 +95,12 @@ compile true + + org.springframework.integration + spring-integration-core + 2.1.0.M3 + compile + org.springframework spring-test @@ -151,6 +145,12 @@ + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.springframework spring-web diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index f898bc7319..2bb0fdcb8b 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.M3 Spring Integration XML Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -158,6 +152,12 @@ 2.0EA3 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + org.easymock easymock diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index d8846fe670..40f3f1dac8 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.M3 Spring Integration XMPP Support @@ -88,16 +88,10 @@ - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-core - 2.1.0.BUILD-SNAPSHOT + 2.1.0.M3 compile @@ -124,6 +118,18 @@ 1.2.12 test + + org.springframework.integration + spring-integration-test + 2.1.0.M3 + test + + + org.springframework.integration + spring-integration-stream + 2.1.0.M3 + test + org.easymock easymock @@ -155,12 +161,6 @@ 3.1.0 compile - - org.springframework.integration - spring-integration-stream - 2.1.0.BUILD-SNAPSHOT - test - org.hamcrest hamcrest-all