From b1ee08b8d129d3f413809540ab1df2a606c1db93 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 18 Jul 2011 17:36:31 -0400 Subject: [PATCH] Release version 2.0.5.RELEASE --- gradle.properties | 2 +- pom.xml | 2 +- spring-integration-core/pom.xml | 2 +- spring-integration-event/pom.xml | 16 +++++++------- spring-integration-feed/pom.xml | 6 +++--- spring-integration-file/pom.xml | 16 +++++++------- spring-integration-ftp/pom.xml | 16 +++++++------- spring-integration-groovy/pom.xml | 4 ++-- spring-integration-http/pom.xml | 6 +++--- spring-integration-httpinvoker/pom.xml | 4 ++-- spring-integration-ip/pom.xml | 18 ++++++++-------- spring-integration-jdbc/pom.xml | 16 +++++++------- spring-integration-jms/pom.xml | 6 +++--- spring-integration-jmx/pom.xml | 16 +++++++------- spring-integration-mail/pom.xml | 6 +++--- spring-integration-rmi/pom.xml | 16 +++++++------- spring-integration-security/pom.xml | 4 ++-- spring-integration-sftp/pom.xml | 30 +++++++++++++------------- spring-integration-stream/pom.xml | 4 ++-- spring-integration-test/pom.xml | 4 ++-- spring-integration-twitter/pom.xml | 16 +++++++------- spring-integration-ws/pom.xml | 6 +++--- spring-integration-xml/pom.xml | 16 +++++++------- spring-integration-xmpp/pom.xml | 18 ++++++++-------- 24 files changed, 125 insertions(+), 125 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9241e86a8e..829755ba0c 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.0.5.BUILD-SNAPSHOT +springIntegrationVersion=2.0.5.RELEASE # ------------------------------------------------------------------------------ # build system user roles diff --git a/pom.xml b/pom.xml index 228ad89963..dda2d68610 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE pom Spring Integration diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index 5f4106cb8b..8dfa89e3d9 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Core diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index bb63b5a497..70902fcef9 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Event Support @@ -121,7 +121,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile @@ -136,18 +136,18 @@ 3.0.5.RELEASE test - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + log4j log4j diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index fe33383258..0b426c9f11 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration RSS Feed Support @@ -109,7 +109,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile @@ -127,7 +127,7 @@ org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index ccbc13d0a7..902e9dbfe3 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration File Support @@ -121,7 +121,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile @@ -136,18 +136,18 @@ 3.0.5.RELEASE test - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + log4j log4j diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index 3441c6f7c3..157b4364f7 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration FTP Support @@ -100,10 +100,16 @@ + + org.springframework.integration + spring-integration-file + 2.0.5.RELEASE + compile + org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test @@ -143,12 +149,6 @@ compile true - - org.springframework.integration - spring-integration-file - 2.0.5.BUILD-SNAPSHOT - compile - org.springframework spring-test diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index cc62462a74..b2f1256a66 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Groovy Support @@ -115,7 +115,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 9aac463ff4..a9ec03f875 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration HTTP Support @@ -109,13 +109,13 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test diff --git a/spring-integration-httpinvoker/pom.xml b/spring-integration-httpinvoker/pom.xml index d79f10f5c9..77d031732a 100644 --- a/spring-integration-httpinvoker/pom.xml +++ b/spring-integration-httpinvoker/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-httpinvoker - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration HttpInvoker Support @@ -127,7 +127,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index 61bb40fec9..f73b10959a 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration IP Support @@ -121,7 +121,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile @@ -136,16 +136,10 @@ 3.0.5.RELEASE test - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - org.springframework.integration spring-integration-stream - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE runtime @@ -154,6 +148,12 @@ 1.8.4 test + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + log4j log4j diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index 4a7ed5ba46..c9a4d5f249 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration JDBC Support @@ -119,15 +119,9 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - org.apache.derby derby @@ -140,6 +134,12 @@ 1.6.8 test + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + log4j log4j diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index 730dcbbc9d..2b005ef0e1 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration JMS Support @@ -127,13 +127,13 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 8685517c69..0018ea369c 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration JMX Support @@ -109,21 +109,21 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - org.aspectj aspectjweaver 1.6.8 compile + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + cglib cglib-nodep diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index 02afde692b..fc1d41bb38 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Mail Support @@ -103,13 +103,13 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 7cb236795a..1fb724a910 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration RMI Support @@ -127,7 +127,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile @@ -142,18 +142,18 @@ 3.0.5.RELEASE test - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - org.mockito mockito-all 1.8.4 test + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + log4j log4j diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index 19781507c9..457f287e26 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Security Support @@ -103,7 +103,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index 3330e0eac3..256e9b7923 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration SFTP Support @@ -106,24 +106,24 @@ 0.1.42 compile + + org.springframework.integration + spring-integration-file + 2.0.5.RELEASE + compile + org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test - - org.springframework.integration - spring-integration-stream - 2.0.5.BUILD-SNAPSHOT - compile - log4j log4j @@ -155,12 +155,6 @@ compile true - - org.springframework.integration - spring-integration-file - 2.0.5.BUILD-SNAPSHOT - compile - org.springframework spring-test @@ -173,6 +167,12 @@ 1.1 test + + org.springframework.integration + spring-integration-stream + 2.0.5.RELEASE + compile + org.mockito mockito-all diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index 9e0d013975..c9f83a2d8a 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Stream Support @@ -121,7 +121,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 0a178e34a2..89d720eb8f 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Test Support @@ -121,7 +121,7 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 4a7200f319..0d37239909 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Twitter Support @@ -103,21 +103,21 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - org.twitter4j twitter4j-core 2.1.12 compile + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + cglib cglib-nodep diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index fc4fd3b91d..2931681ffb 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration Web Services Support @@ -122,13 +122,13 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index 6dd0b6cc09..3df32801d0 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration XML Support @@ -127,21 +127,21 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile - - org.springframework.integration - spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - javax.xml jaxb-impl 2.0EA3 test + + org.springframework.integration + spring-integration-test + 2.0.5.RELEASE + test + cglib cglib-nodep diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 8ea168201c..4d5f48036e 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.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE Spring Integration XMPP Support @@ -103,19 +103,13 @@ org.springframework.integration spring-integration-core - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE compile org.springframework.integration spring-integration-test - 2.0.5.BUILD-SNAPSHOT - test - - - org.springframework.integration - spring-integration-stream - 2.0.5.BUILD-SNAPSHOT + 2.0.5.RELEASE test @@ -173,6 +167,12 @@ 1.1 test + + org.springframework.integration + spring-integration-stream + 2.0.5.RELEASE + test + org.mockito mockito-all