From bfe0a4ef52abe93824a103462764d54bc40c8d07 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 3 Jun 2014 13:35:17 -0400 Subject: [PATCH] Bump to 3.0.3.RELEASE --- .gitignore | 1 + advanced/advanced-testing-examples/pom.xml | 2 +- advanced/dynamic-ftp/pom.xml | 2 +- applications/cafe-scripted/pom.xml | 2 +- applications/cafe/pom.xml | 2 +- applications/loan-broker/pom.xml | 2 +- applications/loanshark/pom.xml | 2 +- basic/amqp/pom.xml | 2 +- basic/control-bus/pom.xml | 2 +- basic/enricher/pom.xml | 2 +- basic/feed/pom.xml | 2 +- basic/file/pom.xml | 2 +- basic/ftp/pom.xml | 2 +- basic/helloworld/pom.xml | 2 +- basic/http/pom.xml | 2 +- basic/jdbc/pom.xml | 2 +- basic/jms/pom.xml | 2 +- basic/jmx/pom.xml | 2 +- basic/jpa/pom.xml | 2 +- basic/mail/pom.xml | 2 +- basic/mongodb/pom.xml | 2 +- basic/oddeven/pom.xml | 2 +- basic/quote/pom.xml | 2 +- basic/sftp/pom.xml | 2 +- basic/tcp-amqp/pom.xml | 2 +- basic/tcp-client-server/pom.xml | 2 +- basic/testing-examples/pom.xml | 2 +- basic/twitter/pom.xml | 2 +- basic/ws-inbound-gateway/pom.xml | 2 +- basic/ws-outbound-gateway/pom.xml | 2 +- basic/xml/pom.xml | 2 +- basic/xmpp/pom.xml | 2 +- intermediate/async-gateway/pom.xml | 2 +- intermediate/dynamic-poller/pom.xml | 2 +- intermediate/errorhandling/pom.xml | 2 +- intermediate/file-processing/pom.xml | 2 +- intermediate/mail-attachments/pom.xml | 2 +- intermediate/monitoring/pom.xml | 2 +- intermediate/multipart-http/pom.xml | 2 +- intermediate/rest-http/pom.xml | 2 +- intermediate/retry-and-more/pom.xml | 2 +- intermediate/splitter-aggregator-reaper/pom.xml | 2 +- intermediate/stored-procedures-derby/pom.xml | 2 +- intermediate/stored-procedures-ms/pom.xml | 2 +- intermediate/stored-procedures-oracle/pom.xml | 2 +- intermediate/stored-procedures-postgresql/pom.xml | 2 +- intermediate/tcp-client-server-multiplex/pom.xml | 2 +- intermediate/travel/pom.xml | 2 +- intermediate/tx-synch/pom.xml | 2 +- 49 files changed, 49 insertions(+), 48 deletions(-) diff --git a/.gitignore b/.gitignore index 92ee8b1f..c9f0ba1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ application.log application.log* target/ +bin/ log.roo .project .classpath diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml index e1c10f54..89380f49 100644 --- a/advanced/advanced-testing-examples/pom.xml +++ b/advanced/advanced-testing-examples/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.11 diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml index 1d6fb932..d0e8279e 100644 --- a/advanced/dynamic-ftp/pom.xml +++ b/advanced/dynamic-ftp/pom.xml @@ -7,7 +7,7 @@ jar UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index c389673e..af0b9b2a 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -8,7 +8,7 @@ Samples (Applications) - Cafe Sample (Scripted Implementation) UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml index db5498a9..e29f8fa9 100644 --- a/applications/cafe/pom.xml +++ b/applications/cafe/pom.xml @@ -21,7 +21,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml index 785ee4dd..2a2d59a8 100644 --- a/applications/loan-broker/pom.xml +++ b/applications/loan-broker/pom.xml @@ -8,7 +8,7 @@ Samples (Applications) - Loan Broker UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.1.1 1.2.17 4.10 diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml index e733867f..ad4ff609 100644 --- a/applications/loanshark/pom.xml +++ b/applications/loanshark/pom.xml @@ -8,7 +8,7 @@ war UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.6.10 1.6.1 diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml index 1e58b99b..e3a02d2c 100644 --- a/basic/amqp/pom.xml +++ b/basic/amqp/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml index dc2432cf..125cf1ab 100644 --- a/basic/control-bus/pom.xml +++ b/basic/control-bus/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml index 43943d28..03cca7dc 100644 --- a/basic/enricher/pom.xml +++ b/basic/enricher/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml index f4577ad5..80e15ade 100644 --- a/basic/feed/pom.xml +++ b/basic/feed/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/file/pom.xml b/basic/file/pom.xml index 909aa66b..938978f8 100644 --- a/basic/file/pom.xml +++ b/basic/file/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml index d9c0e2d8..420627cb 100644 --- a/basic/ftp/pom.xml +++ b/basic/ftp/pom.xml @@ -13,7 +13,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml index 21de21f3..1e69ef73 100644 --- a/basic/helloworld/pom.xml +++ b/basic/helloworld/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 org.springframework.integration.samples.helloworld.HelloWorldApp diff --git a/basic/http/pom.xml b/basic/http/pom.xml index 4ba31060..aff97ada 100644 --- a/basic/http/pom.xml +++ b/basic/http/pom.xml @@ -13,7 +13,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.2 1.3.2 diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml index 26e4affa..d19c8006 100644 --- a/basic/jdbc/pom.xml +++ b/basic/jdbc/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml index c0e0506c..cfd857e5 100644 --- a/basic/jms/pom.xml +++ b/basic/jms/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 5.7.0 1.2.17 diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml index 96bb222f..7956405f 100644 --- a/basic/jmx/pom.xml +++ b/basic/jmx/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml index 644a19ef..4153bde7 100644 --- a/basic/jpa/pom.xml +++ b/basic/jpa/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml index 5340ad95..1a31b730 100644 --- a/basic/mail/pom.xml +++ b/basic/mail/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml index 659e71d0..70d385e7 100644 --- a/basic/mongodb/pom.xml +++ b/basic/mongodb/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml index 81bd0035..2c460665 100644 --- a/basic/oddeven/pom.xml +++ b/basic/oddeven/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml index 1480c32f..d5fb4994 100644 --- a/basic/quote/pom.xml +++ b/basic/quote/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml index 35594932..60293f1a 100644 --- a/basic/sftp/pom.xml +++ b/basic/sftp/pom.xml @@ -11,7 +11,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml index c2c25e2d..9c1441c3 100644 --- a/basic/tcp-amqp/pom.xml +++ b/basic/tcp-amqp/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.6.4 4.10 diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml index e489d3ca..41523b6a 100644 --- a/basic/tcp-client-server/pom.xml +++ b/basic/tcp-client-server/pom.xml @@ -13,7 +13,7 @@ UTF-8 3.2.8.RELEASE - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 org.springframework.integration.samples.tcpclientserver.Main diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml index d0f2c499..c3d38bf7 100644 --- a/basic/testing-examples/pom.xml +++ b/basic/testing-examples/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml index a19d73c8..b41dddac 100644 --- a/basic/twitter/pom.xml +++ b/basic/twitter/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml index 64bc7fb5..f5769491 100644 --- a/basic/ws-inbound-gateway/pom.xml +++ b/basic/ws-inbound-gateway/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml index 438e34ed..28cc1a09 100644 --- a/basic/ws-outbound-gateway/pom.xml +++ b/basic/ws-outbound-gateway/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 1.3.19 diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml index 7034ccb5..6a9339e0 100644 --- a/basic/xml/pom.xml +++ b/basic/xml/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml index c364016d..d4724b82 100644 --- a/basic/xmpp/pom.xml +++ b/basic/xmpp/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml index 0c226881..367eb0da 100644 --- a/intermediate/async-gateway/pom.xml +++ b/intermediate/async-gateway/pom.xml @@ -13,7 +13,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml index 85e31848..774a04fd 100644 --- a/intermediate/dynamic-poller/pom.xml +++ b/intermediate/dynamic-poller/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 org.springframework.integration.samples.poller.Main diff --git a/intermediate/errorhandling/pom.xml b/intermediate/errorhandling/pom.xml index 24c3c2c9..c959e86e 100644 --- a/intermediate/errorhandling/pom.xml +++ b/intermediate/errorhandling/pom.xml @@ -13,7 +13,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml index 6d3cec1c..4e87bd98 100644 --- a/intermediate/file-processing/pom.xml +++ b/intermediate/file-processing/pom.xml @@ -7,7 +7,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml index 3e0b1320..49959931 100644 --- a/intermediate/mail-attachments/pom.xml +++ b/intermediate/mail-attachments/pom.xml @@ -8,7 +8,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml index 5e99b4d9..82932a82 100644 --- a/intermediate/monitoring/pom.xml +++ b/intermediate/monitoring/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 4b9be2b1..800f78b0 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -8,7 +8,7 @@ war UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.2 1.3.2 diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 9f5fd075..913f822e 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -13,7 +13,7 @@ - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 3.1.4.RELEASE 1.2 diff --git a/intermediate/retry-and-more/pom.xml b/intermediate/retry-and-more/pom.xml index 6c1bc35b..6d767df0 100644 --- a/intermediate/retry-and-more/pom.xml +++ b/intermediate/retry-and-more/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10 diff --git a/intermediate/splitter-aggregator-reaper/pom.xml b/intermediate/splitter-aggregator-reaper/pom.xml index c494004e..de9b7f9c 100644 --- a/intermediate/splitter-aggregator-reaper/pom.xml +++ b/intermediate/splitter-aggregator-reaper/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.16 4.10 1 diff --git a/intermediate/stored-procedures-derby/pom.xml b/intermediate/stored-procedures-derby/pom.xml index bfa3f17d..7ad6b3c8 100644 --- a/intermediate/stored-procedures-derby/pom.xml +++ b/intermediate/stored-procedures-derby/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/stored-procedures-ms/pom.xml b/intermediate/stored-procedures-ms/pom.xml index 684fbff2..77579e04 100644 --- a/intermediate/stored-procedures-ms/pom.xml +++ b/intermediate/stored-procedures-ms/pom.xml @@ -17,7 +17,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/stored-procedures-oracle/pom.xml b/intermediate/stored-procedures-oracle/pom.xml index 8bb7915b..7264adaf 100644 --- a/intermediate/stored-procedures-oracle/pom.xml +++ b/intermediate/stored-procedures-oracle/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/stored-procedures-postgresql/pom.xml b/intermediate/stored-procedures-postgresql/pom.xml index 759ebe05..f63f3374 100644 --- a/intermediate/stored-procedures-postgresql/pom.xml +++ b/intermediate/stored-procedures-postgresql/pom.xml @@ -16,7 +16,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/tcp-client-server-multiplex/pom.xml b/intermediate/tcp-client-server-multiplex/pom.xml index 504e1523..2d45205f 100644 --- a/intermediate/tcp-client-server-multiplex/pom.xml +++ b/intermediate/tcp-client-server-multiplex/pom.xml @@ -15,7 +15,7 @@ UTF-8 3.2.8.RELEASE - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 diff --git a/intermediate/travel/pom.xml b/intermediate/travel/pom.xml index 7cc94039..b90b1d10 100644 --- a/intermediate/travel/pom.xml +++ b/intermediate/travel/pom.xml @@ -12,7 +12,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 1.2.17 4.10 3.2.8.RELEASE diff --git a/intermediate/tx-synch/pom.xml b/intermediate/tx-synch/pom.xml index 83b9bdf3..9c9ad797 100755 --- a/intermediate/tx-synch/pom.xml +++ b/intermediate/tx-synch/pom.xml @@ -14,7 +14,7 @@ UTF-8 - 3.0.2.RELEASE + 3.0.3.RELEASE 3.2.8.RELEASE 1.2.17 4.10