From c854059ce6052f51492a638c1ad37225d9195d06 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 8 Feb 2011 11:00:30 -0600 Subject: [PATCH] Release version 2.0.2.RELEASE --- gradle.properties | 2 +- pom.xml | 2 +- spring-integration-core/pom.xml | 2 +- spring-integration-event/pom.xml | 6 +++--- spring-integration-feed/pom.xml | 6 +++--- spring-integration-file/pom.xml | 6 +++--- spring-integration-ftp/pom.xml | 6 +++--- spring-integration-groovy/pom.xml | 4 ++-- spring-integration-http/pom.xml | 6 +++--- spring-integration-httpinvoker/pom.xml | 4 ++-- spring-integration-ip/pom.xml | 8 ++++---- spring-integration-jdbc/pom.xml | 6 +++--- spring-integration-jms/pom.xml | 6 +++--- spring-integration-jmx/pom.xml | 4 ++-- spring-integration-mail/pom.xml | 6 +++--- spring-integration-rmi/pom.xml | 4 ++-- spring-integration-security/pom.xml | 4 ++-- spring-integration-sftp/pom.xml | 10 +++++----- spring-integration-stream/pom.xml | 4 ++-- spring-integration-test/pom.xml | 4 ++-- spring-integration-twitter/pom.xml | 6 +++--- spring-integration-ws/pom.xml | 6 +++--- spring-integration-xml/pom.xml | 6 +++--- spring-integration-xmpp/pom.xml | 8 ++++---- 24 files changed, 63 insertions(+), 63 deletions(-) diff --git a/gradle.properties b/gradle.properties index c7c37a5573..c70baf29c7 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.2.BUILD-SNAPSHOT +springIntegrationVersion=2.0.2.RELEASE # ------------------------------------------------------------------------------ # build system user roles diff --git a/pom.xml b/pom.xml index 0c358e5f30..4d097896e8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE pom Spring Integration diff --git a/spring-integration-core/pom.xml b/spring-integration-core/pom.xml index 68a06a8f1e..01e043da50 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Core diff --git a/spring-integration-event/pom.xml b/spring-integration-event/pom.xml index e081afaa5e..81ca425a64 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Event Support @@ -85,7 +85,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-feed/pom.xml b/spring-integration-feed/pom.xml index 8ecee4286c..52fce5ffe7 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration RSS Feed Support @@ -115,7 +115,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-file/pom.xml b/spring-integration-file/pom.xml index 8559c04eb8..6fe5edff7c 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration File Support @@ -85,7 +85,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-ftp/pom.xml b/spring-integration-ftp/pom.xml index b3a25d4f4a..f1ed7e3ee8 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration FTP Support @@ -103,7 +103,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -116,7 +116,7 @@ org.springframework.integration spring-integration-file - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-groovy/pom.xml b/spring-integration-groovy/pom.xml index 89796de835..894386f394 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Groovy Support @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-http/pom.xml b/spring-integration-http/pom.xml index 646fac32e2..1b1f5a49a6 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration HTTP Support @@ -122,7 +122,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -146,7 +146,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-httpinvoker/pom.xml b/spring-integration-httpinvoker/pom.xml index 8bab210ce9..11e5ef803d 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration HttpInvoker Support @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-ip/pom.xml b/spring-integration-ip/pom.xml index 62c514ad05..22effb841a 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration IP Support @@ -79,7 +79,7 @@ org.springframework.integration spring-integration-stream - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE runtime @@ -91,7 +91,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-jdbc/pom.xml b/spring-integration-jdbc/pom.xml index b1f18b849a..8ef720e9d3 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration JDBC Support @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -175,7 +175,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-jms/pom.xml b/spring-integration-jms/pom.xml index 74ec87e4d6..b5700c0cda 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration JMS Support @@ -127,7 +127,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -163,7 +163,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-jmx/pom.xml b/spring-integration-jmx/pom.xml index 9bf436be1b..39b42afadd 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration JMX Support @@ -139,7 +139,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-mail/pom.xml b/spring-integration-mail/pom.xml index f6f0373b4f..934ac6f6ba 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Mail Support @@ -97,7 +97,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -140,7 +140,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-rmi/pom.xml b/spring-integration-rmi/pom.xml index 6190e1a6db..c9d953cf0f 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration RMI Support @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-security/pom.xml b/spring-integration-security/pom.xml index fe5ce64d35..ed1c224cdf 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Security Support @@ -151,7 +151,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-sftp/pom.xml b/spring-integration-sftp/pom.xml index 2bc4b6c783..9f76a55b02 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration SFTP Support @@ -79,7 +79,7 @@ org.springframework.integration spring-integration-stream - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile @@ -109,7 +109,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -122,7 +122,7 @@ org.springframework.integration spring-integration-file - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile @@ -158,7 +158,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-stream/pom.xml b/spring-integration-stream/pom.xml index 238ef9d71d..bd5b96fdb3 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Stream Support @@ -127,7 +127,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-test/pom.xml b/spring-integration-test/pom.xml index 0a080b965f..a0b76fb6e5 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Test Support @@ -127,7 +127,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-twitter/pom.xml b/spring-integration-twitter/pom.xml index 9d654e0f88..0b5e7f4069 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Twitter Support @@ -103,7 +103,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -140,7 +140,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index 55924a079f..f0be9d5f20 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration Web Services Support @@ -141,7 +141,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -172,7 +172,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index a06030f059..4afb07135e 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration XML Support @@ -133,7 +133,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -176,7 +176,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile diff --git a/spring-integration-xmpp/pom.xml b/spring-integration-xmpp/pom.xml index 0341f164c6..3926c1ab9e 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.2.BUILD-SNAPSHOT + 2.0.2.RELEASE Spring Integration XMPP Support @@ -73,7 +73,7 @@ org.springframework.integration spring-integration-stream - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -103,7 +103,7 @@ org.springframework.integration spring-integration-test - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE test @@ -158,7 +158,7 @@ org.springframework.integration spring-integration-core - 2.0.2.BUILD-SNAPSHOT + 2.0.2.RELEASE compile