diff --git a/gradle.properties b/gradle.properties
index 0ed664faff..9bbac3238a 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.M1
# ------------------------------------------------------------------------------
# build system user roles
diff --git a/pom.xml b/pom.xml
index 76076b0006..8584a94408 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.M1
pom
Spring Integration
diff --git a/spring-integration-amqp/pom.xml b/spring-integration-amqp/pom.xml
index 7415e37e8b..cdacb01d16 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.M1
Spring Integration AMQP Support
@@ -86,17 +86,13 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
+ spring-integration-test
+ 2.1.0.M1
+ test
org.springframework
@@ -104,6 +100,12 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
org.springframework.amqp
spring-rabbit
@@ -136,6 +138,12 @@
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.M1
+ test
+
cglib
cglib-nodep
@@ -184,24 +192,12 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
4.8.2
test
-
- org.springframework.integration
- spring-integration-stream
- 2.1.0.BUILD-SNAPSHOT
- test
-
UTF8
diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml
index d21ce59cc8..ead2748b9e 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.M1
Spring Integration Core
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml
index a4213eee44..3a503383c1 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.M1
Spring Integration Event Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -104,12 +100,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-context
@@ -128,6 +118,12 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.mockito
mockito-all
@@ -136,9 +132,9 @@
org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
+ spring-integration-core
+ 2.1.0.M1
+ compile
log4j
diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml
index 416bb6ba61..944b3aadfb 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.M1
Spring Integration RSS Feed Support
@@ -86,18 +86,8 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
net.java.dev.rome
rome-fetcher
@@ -110,12 +100,24 @@
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
cglib
cglib-nodep
@@ -158,12 +160,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
net.java.dev.rome
rome
diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml
index 425b9951eb..3ad4806c73 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.M1
Spring Integration File Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -104,12 +100,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-context
@@ -128,6 +118,12 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.mockito
mockito-all
@@ -136,9 +132,9 @@
org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
+ spring-integration-core
+ 2.1.0.M1
+ compile
log4j
diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml
index b0cd16abd0..2b2198888f 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.M1
Spring Integration FTP Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -98,6 +94,12 @@
3.0.6.RELEASE
compile
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
@@ -134,12 +136,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-file
- 2.1.0.BUILD-SNAPSHOT
- compile
-
javax.activation
activation
@@ -153,18 +149,18 @@
1.1
test
+
+ org.springframework.integration
+ spring-integration-file
+ 2.1.0.M1
+ compile
+
org.mockito
mockito-all
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-gemfire/pom.xml b/spring-integration-gemfire/pom.xml
index 407b4d2ffb..516ed0aa76 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.M1
Spring Integration GemFire Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
http://dist.gemstone.com/maven/release
http://dist.gemstone.com/maven/release/
@@ -104,9 +100,9 @@
org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
+ spring-integration-test
+ 2.1.0.M1
+ test
org.springframework
@@ -114,6 +110,18 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.M1
+ test
+
cglib
cglib-nodep
@@ -156,18 +164,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
-
- org.springframework.integration
- spring-integration-stream
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml
index 1279f0f0eb..3d2b3df0de 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.M1
Spring Integration Groovy Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -110,12 +106,6 @@
3.0.6.RELEASE
compile
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.hamcrest
hamcrest-all
@@ -140,6 +130,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
log4j
log4j
diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml
index 7a054a8191..1208caea32 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.M1
Spring Integration HTTP Support
@@ -86,17 +86,13 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
+ spring-integration-test
+ 2.1.0.M1
+ test
org.springframework
@@ -104,6 +100,12 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
javax.servlet
servlet-api
@@ -165,12 +167,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml
index 96804a7694..55c6787799 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.M1
Spring Integration IP Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -104,12 +100,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-context
@@ -128,6 +118,12 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.mockito
mockito-all
@@ -136,9 +132,9 @@
org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
+ spring-integration-core
+ 2.1.0.M1
+ compile
log4j
@@ -152,18 +148,18 @@
2.2
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.M1
+ runtime
+
junit
junit-dep
4.8.2
test
-
- org.springframework.integration
- spring-integration-stream
- 2.1.0.BUILD-SNAPSHOT
- runtime
-
UTF8
diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml
index 5e5aec4e7f..2baca8111f 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.M1
Spring Integration JDBC Support
@@ -86,22 +86,12 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
http://objectstyle.org/maven2/
http://objectstyle.org/maven2/
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.apache.derby
derby
@@ -114,12 +104,24 @@
1.6.8
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
log4j
log4j
@@ -192,12 +194,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.aspectj
aspectjrt
diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml
index 873e983fc3..103e3457f7 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.M1
Spring Integration JMS Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -98,24 +94,30 @@
5.3.0
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-oxm
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
org.apache.geronimo.specs
geronimo-jms_1.1_spec
@@ -176,12 +178,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml
index 1024962dcb..00d825c826 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.M1
Spring Integration JMX Support
@@ -86,30 +86,32 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
-
- 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.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
cglib
cglib-nodep
@@ -152,12 +154,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
org.aspectj
aspectjrt
diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml
index b675a3f547..24a3f21916 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.M1
Spring Integration Mail Support
@@ -86,30 +86,32 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
-
- 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.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
cglib
cglib-nodep
@@ -153,12 +155,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
javax.mail
mail
diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml
index 203012a238..3ddabb59b0 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.M1
Spring Integration MongoDB Support
@@ -86,48 +86,8 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
-
- org.springframework.data
- spring-data-commons-core
- 1.2.0.BUILD-SNAPSHOT
- compile
-
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
-
- org.springframework.data
- spring-data-mongodb
- 1.0.0.BUILD-SNAPSHOT
- compile
-
-
- org.springframework
- spring-test
- 3.0.6.RELEASE
- test
-
-
- cglib
- cglib-nodep
- 2.2
- test
-
-
- log4j
- log4j
- 1.2.12
- test
-
org.easymock
easymock
@@ -140,6 +100,12 @@
2.3
test
+
+ org.springframework.data
+ spring-data-mongodb
+ 1.0.0.M4
+ compile
+
org.springframework
spring-context
@@ -152,6 +118,18 @@
1.1
test
+
+ org.springframework
+ spring-test
+ 3.0.6.RELEASE
+ test
+
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.mockito
mockito-all
@@ -160,8 +138,20 @@
org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
+
+ log4j
+ log4j
+ 1.2.12
+ test
+
+
+ cglib
+ cglib-nodep
+ 2.2
test
diff --git a/spring-integration-redis/pom.xml b/spring-integration-redis/pom.xml
index 4786eedc21..02d4f9b3d3 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.M1
Spring Integration Redis Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -108,40 +104,30 @@
-
- org.springframework.data
- spring-data-commons-core
- 1.2.0.BUILD-SNAPSHOT
- compile
-
-
- spring-tx
- org.springframework
-
-
- spring-beans
- org.springframework
-
-
-
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-dao
2.0.3
compile
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
log4j
log4j
@@ -196,12 +182,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml
index b70372428c..5788911948 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.M1
Spring Integration RMI Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -110,12 +106,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-context
@@ -134,6 +124,12 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.mockito
mockito-all
@@ -142,9 +138,9 @@
org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
+ spring-integration-core
+ 2.1.0.M1
+ compile
log4j
diff --git a/spring-integration-scripting/pom.xml b/spring-integration-scripting/pom.xml
index d5260daf2c..2a6e4615b4 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.M1
Spring Integration Scripting Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -104,12 +100,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.hamcrest
hamcrest-all
@@ -122,6 +112,12 @@
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.mockito
mockito-all
@@ -136,9 +132,9 @@
org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
+ spring-integration-core
+ 2.1.0.M1
+ compile
log4j
diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml
index b4f289e38f..38988e5ced 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.M1
Spring Integration Security Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -104,18 +100,18 @@
-
- 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-core
+ 2.1.0.M1
+ compile
+
cglib
cglib-nodep
diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml
index b8b4dc5a91..5fddd58a46 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.M1
Spring Integration SFTP Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -98,30 +94,42 @@
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-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
log4j
log4j
1.2.12
test
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.M1
+ compile
+
cglib
cglib-nodep
@@ -140,12 +148,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-file
- 2.1.0.BUILD-SNAPSHOT
- compile
-
javax.activation
activation
@@ -159,30 +161,24 @@
1.1
test
+
+ org.springframework.integration
+ spring-integration-file
+ 2.1.0.M1
+ compile
+
org.mockito
mockito-all
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
4.8.2
test
-
- org.springframework.integration
- spring-integration-stream
- 2.1.0.BUILD-SNAPSHOT
- compile
-
UTF8
diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml
index 637e5067d5..254bfb3360 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.M1
Spring Integration Stream Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -104,12 +100,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-context
@@ -134,6 +124,12 @@
1.8.4
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
log4j
log4j
diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml
index 9163ae41a7..3a3034f13c 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.M1
Spring Integration Test Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -104,12 +100,6 @@
2.3
test
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-context
@@ -134,6 +124,12 @@
1.8.4
compile
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
log4j
log4j
diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml
index b63b3f7f72..d2c94394a7 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.M1
Spring Integration Twitter Support
@@ -86,18 +86,8 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework
spring-context-support
@@ -110,12 +100,24 @@
2.1.12
compile
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
cglib
cglib-nodep
@@ -159,12 +161,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml
index 1fa391a3be..7df804a1ad 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.M1
Spring Integration Web Services Support
@@ -86,10 +86,6 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
@@ -101,9 +97,9 @@
org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
+ spring-integration-test
+ 2.1.0.M1
+ test
org.springframework
@@ -117,6 +113,12 @@
3.0.6.RELEASE
compile
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
log4j
log4j
@@ -205,12 +207,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml
index 3d030ce9a2..42e27e7dc7 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.M1
Spring Integration XML Support
@@ -86,18 +86,8 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
-
- org.springframework.integration
- spring-integration-core
- 2.1.0.BUILD-SNAPSHOT
- compile
-
org.springframework.ws
spring-xml
@@ -120,6 +110,12 @@
1.2
test
+
+ org.springframework.integration
+ spring-integration-test
+ 2.1.0.M1
+ test
+
org.springframework
spring-test
@@ -132,6 +128,12 @@
3.0.6.RELEASE
compile
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
javax.xml
jaxb-impl
@@ -199,12 +201,6 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml
index 8988171af7..3fe1587aff 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.M1
Spring Integration XMPP Support
@@ -86,30 +86,38 @@
SpringSource Release Repository
http://maven.springframework.org/release/
-
- SpringSource Snapshot Repository
- http://maven.springframework.org/snapshot/
-
-
- 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.M1
+ test
+
org.springframework
spring-test
3.0.6.RELEASE
test
+
+ org.springframework.integration
+ spring-integration-core
+ 2.1.0.M1
+ compile
+
+
+ org.springframework.integration
+ spring-integration-stream
+ 2.1.0.M1
+ test
+
cglib
cglib-nodep
@@ -165,24 +173,12 @@
1.8.4
test
-
- org.springframework.integration
- spring-integration-test
- 2.1.0.BUILD-SNAPSHOT
- test
-
junit
junit-dep
4.8.2
test
-
- org.springframework.integration
- spring-integration-stream
- 2.1.0.BUILD-SNAPSHOT
- test
-
UTF8