diff --git a/advanced/advanced-testing-examples/pom.xml b/advanced/advanced-testing-examples/pom.xml
index 325463b3..2d83eb9c 100644
--- a/advanced/advanced-testing-examples/pom.xml
+++ b/advanced/advanced-testing-examples/pom.xml
@@ -14,8 +14,8 @@
UTF-8
- 2.2.6.RELEASE
- 3.1.3.RELEASE
+ 3.0.0.RELEASE
+ 3.2.6.RELEASE
1.2.17
4.11
@@ -122,4 +122,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/advanced/dynamic-ftp/pom.xml b/advanced/dynamic-ftp/pom.xml
index fa3dd878..6a998c5c 100644
--- a/advanced/dynamic-ftp/pom.xml
+++ b/advanced/dynamic-ftp/pom.xml
@@ -8,7 +8,7 @@
UTF-8
3.1.3.RELEASE
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml
index 7da683fa..705b86de 100644
--- a/applications/cafe-scripted/pom.xml
+++ b/applications/cafe-scripted/pom.xml
@@ -8,8 +8,8 @@
Samples (Applications) - Cafe Sample (Scripted Implementation)
UTF-8
- 2.2.6.RELEASE
- 3.1.3.RELEASE
+ 3.0.0.RELEASE
+ 3.2.6.RELEASE
1.2.17
4.10
diff --git a/applications/cafe/pom.xml b/applications/cafe/pom.xml
index 07f20bc4..15240deb 100644
--- a/applications/cafe/pom.xml
+++ b/applications/cafe/pom.xml
@@ -21,7 +21,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
3.1.3.RELEASE
1.2.17
4.10
diff --git a/applications/loan-broker/pom.xml b/applications/loan-broker/pom.xml
index 893d2ef7..3cb2f626 100644
--- a/applications/loan-broker/pom.xml
+++ b/applications/loan-broker/pom.xml
@@ -8,7 +8,7 @@
Samples (Applications) - Loan Broker
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.1.1
1.2.17
4.10
diff --git a/applications/loanshark/pom.xml b/applications/loanshark/pom.xml
index 42579161..b25713a0 100644
--- a/applications/loanshark/pom.xml
+++ b/applications/loanshark/pom.xml
@@ -8,8 +8,8 @@
war
UTF-8
- 2.1.0.RELEASE
- 3.1.0.RELEASE
+ 3.0.0.RELEASE
+ 3.2.6.RELEASE
1.6.10
1.6.1
diff --git a/applications/loanshark/src/test/java/org/springframework/integration/samples/loanbroker/loanshark/biz/TestAccumulator.java b/applications/loanshark/src/test/java/org/springframework/integration/samples/loanbroker/loanshark/biz/AccumulatorTests.java
similarity index 98%
rename from applications/loanshark/src/test/java/org/springframework/integration/samples/loanbroker/loanshark/biz/TestAccumulator.java
rename to applications/loanshark/src/test/java/org/springframework/integration/samples/loanbroker/loanshark/biz/AccumulatorTests.java
index bf2c19b5..1eff38b1 100644
--- a/applications/loanshark/src/test/java/org/springframework/integration/samples/loanbroker/loanshark/biz/TestAccumulator.java
+++ b/applications/loanshark/src/test/java/org/springframework/integration/samples/loanbroker/loanshark/biz/AccumulatorTests.java
@@ -36,11 +36,11 @@ import org.springframework.transaction.annotation.Transactional;
*/
@ContextConfiguration(locations="classpath:META-INF/spring/applicationContext.xml")
@RunWith(SpringJUnit4ClassRunner.class)
-public class TestAccumulator {
+public class AccumulatorTests {
@Autowired
Accumulator accumulator;
-
+
@Test
@Transactional
public void test() {
diff --git a/basic/amqp/pom.xml b/basic/amqp/pom.xml
index 40c85614..eb64c838 100644
--- a/basic/amqp/pom.xml
+++ b/basic/amqp/pom.xml
@@ -16,7 +16,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/control-bus/pom.xml b/basic/control-bus/pom.xml
index 5fb5da25..0def9869 100644
--- a/basic/control-bus/pom.xml
+++ b/basic/control-bus/pom.xml
@@ -14,7 +14,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -59,4 +59,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/enricher/pom.xml b/basic/enricher/pom.xml
index 50a0b322..b0a2c2b8 100644
--- a/basic/enricher/pom.xml
+++ b/basic/enricher/pom.xml
@@ -16,7 +16,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/feed/pom.xml b/basic/feed/pom.xml
index fba38130..fc3c4519 100644
--- a/basic/feed/pom.xml
+++ b/basic/feed/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.0.RC2
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -57,4 +57,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/file/pom.xml b/basic/file/pom.xml
index 7f1d589f..e44865a4 100644
--- a/basic/file/pom.xml
+++ b/basic/file/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/ftp/pom.xml b/basic/ftp/pom.xml
index 87cc6e79..0d8053fd 100644
--- a/basic/ftp/pom.xml
+++ b/basic/ftp/pom.xml
@@ -13,7 +13,7 @@
UTF-8
- 3.0.0.M3
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/helloworld/pom.xml b/basic/helloworld/pom.xml
index 98534e92..51c0946c 100644
--- a/basic/helloworld/pom.xml
+++ b/basic/helloworld/pom.xml
@@ -14,7 +14,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
org.springframework.integration.samples.helloworld.HelloWorldApp
@@ -84,4 +84,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/http/pom.xml b/basic/http/pom.xml
index a6d63ed4..12f5cb7b 100644
--- a/basic/http/pom.xml
+++ b/basic/http/pom.xml
@@ -13,8 +13,8 @@
UTF-8
- 2.2.6.RELEASE
- 3.1.3.RELEASE
+ 3.0.0.RELEASE
+ 3.2.6.RELEASE
1.2.2
1.3.2
1.2.17
diff --git a/basic/http/src/main/webapp/WEB-INF/servlet-config.xml b/basic/http/src/main/webapp/WEB-INF/servlet-config.xml
index 503b5977..b4831c08 100644
--- a/basic/http/src/main/webapp/WEB-INF/servlet-config.xml
+++ b/basic/http/src/main/webapp/WEB-INF/servlet-config.xml
@@ -11,10 +11,10 @@
xmlns:int-mail="http://www.springframework.org/schema/integration/mail">
-
-
-
+
+
+
diff --git a/basic/jdbc/pom.xml b/basic/jdbc/pom.xml
index 3f1cc211..cff0ea64 100644
--- a/basic/jdbc/pom.xml
+++ b/basic/jdbc/pom.xml
@@ -16,7 +16,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/jms/pom.xml b/basic/jms/pom.xml
index b3f73991..fe4e9a48 100644
--- a/basic/jms/pom.xml
+++ b/basic/jms/pom.xml
@@ -14,7 +14,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
5.7.0
1.2.17
4.10
diff --git a/basic/jmx/pom.xml b/basic/jmx/pom.xml
index 8d6b45f0..06b90020 100644
--- a/basic/jmx/pom.xml
+++ b/basic/jmx/pom.xml
@@ -14,7 +14,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -64,4 +64,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/jpa/pom.xml b/basic/jpa/pom.xml
index e01136fd..31c0adb9 100644
--- a/basic/jpa/pom.xml
+++ b/basic/jpa/pom.xml
@@ -16,7 +16,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
2.2.0
@@ -40,7 +40,7 @@
central
Maven Central
- http://repo1.maven.org/maven2
+ http://repo1.maven.org/maven
diff --git a/basic/mail/pom.xml b/basic/mail/pom.xml
index be1a9a59..946a6e86 100644
--- a/basic/mail/pom.xml
+++ b/basic/mail/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -68,4 +68,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/mongodb/pom.xml b/basic/mongodb/pom.xml
index 00987c56..3e842e0d 100644
--- a/basic/mongodb/pom.xml
+++ b/basic/mongodb/pom.xml
@@ -16,7 +16,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/oddeven/pom.xml b/basic/oddeven/pom.xml
index 62198c63..22906c9d 100644
--- a/basic/oddeven/pom.xml
+++ b/basic/oddeven/pom.xml
@@ -14,7 +14,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/quote/pom.xml b/basic/quote/pom.xml
index e71c8202..73927b21 100644
--- a/basic/quote/pom.xml
+++ b/basic/quote/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/sftp/pom.xml b/basic/sftp/pom.xml
index 69c5944c..bffe8381 100644
--- a/basic/sftp/pom.xml
+++ b/basic/sftp/pom.xml
@@ -11,7 +11,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/basic/tcp-amqp/pom.xml b/basic/tcp-amqp/pom.xml
index 71c040f9..7f7fe830 100644
--- a/basic/tcp-amqp/pom.xml
+++ b/basic/tcp-amqp/pom.xml
@@ -17,7 +17,7 @@
UTF-8
1.1.3.RELEASE
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.6.4
4.10
diff --git a/basic/tcp-client-server/pom.xml b/basic/tcp-client-server/pom.xml
index bea2f2f6..6f84f0e9 100644
--- a/basic/tcp-client-server/pom.xml
+++ b/basic/tcp-client-server/pom.xml
@@ -12,8 +12,8 @@
UTF-8
- 3.1.3.RELEASE
- 2.2.6.RELEASE
+ 3.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
org.springframework.integration.samples.tcpclientserver.Main
@@ -93,4 +93,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/testing-examples/pom.xml b/basic/testing-examples/pom.xml
index b997e5c2..30e7b83e 100644
--- a/basic/testing-examples/pom.xml
+++ b/basic/testing-examples/pom.xml
@@ -12,8 +12,8 @@
UTF-8
- 2.2.6.RELEASE
- 3.1.3.RELEASE
+ 3.0.0.RELEASE
+ 3.2.6.RELEASE
1.2.17
4.10
diff --git a/basic/twitter/pom.xml b/basic/twitter/pom.xml
index 10444927..17ab91e7 100644
--- a/basic/twitter/pom.xml
+++ b/basic/twitter/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.4.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -57,4 +57,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/ws-inbound-gateway/pom.xml b/basic/ws-inbound-gateway/pom.xml
index 0d3ab3de..9ab5723a 100644
--- a/basic/ws-inbound-gateway/pom.xml
+++ b/basic/ws-inbound-gateway/pom.xml
@@ -12,8 +12,8 @@
UTF-8
- 2.2.6.RELEASE
- 3.1.3.RELEASE
+ 3.0.0.RELEASE
+ 3.2.6.RELEASE
1.2.17
4.10
diff --git a/basic/ws-outbound-gateway/pom.xml b/basic/ws-outbound-gateway/pom.xml
index a7e1a1bf..2d8d9e9f 100644
--- a/basic/ws-outbound-gateway/pom.xml
+++ b/basic/ws-outbound-gateway/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
1.3.19
@@ -82,4 +82,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/xml/pom.xml b/basic/xml/pom.xml
index d5f4b677..bec9b776 100644
--- a/basic/xml/pom.xml
+++ b/basic/xml/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -65,4 +65,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/basic/xmpp/pom.xml b/basic/xmpp/pom.xml
index a2a27b43..2a4b7e81 100644
--- a/basic/xmpp/pom.xml
+++ b/basic/xmpp/pom.xml
@@ -12,7 +12,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -57,4 +57,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/intermediate/async-gateway/pom.xml b/intermediate/async-gateway/pom.xml
index 0eaa2e36..b83011c6 100644
--- a/intermediate/async-gateway/pom.xml
+++ b/intermediate/async-gateway/pom.xml
@@ -13,7 +13,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/intermediate/dynamic-poller/pom.xml b/intermediate/dynamic-poller/pom.xml
index aa8e5b89..229202e6 100644
--- a/intermediate/dynamic-poller/pom.xml
+++ b/intermediate/dynamic-poller/pom.xml
@@ -16,7 +16,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.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 1e000d64..bd971d51 100644
--- a/intermediate/errorhandling/pom.xml
+++ b/intermediate/errorhandling/pom.xml
@@ -13,7 +13,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/intermediate/file-processing/pom.xml b/intermediate/file-processing/pom.xml
index 44985ef0..7f4483e4 100644
--- a/intermediate/file-processing/pom.xml
+++ b/intermediate/file-processing/pom.xml
@@ -7,7 +7,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
@@ -57,4 +57,4 @@
https://repo.springsource.org/libs-milestone
-
\ No newline at end of file
+
diff --git a/intermediate/mail-attachments/pom.xml b/intermediate/mail-attachments/pom.xml
index 74e51a49..4871f0dc 100644
--- a/intermediate/mail-attachments/pom.xml
+++ b/intermediate/mail-attachments/pom.xml
@@ -8,7 +8,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
1.2.17
4.10
diff --git a/intermediate/monitoring/pom.xml b/intermediate/monitoring/pom.xml
index b9908f4d..ce782d1a 100644
--- a/intermediate/monitoring/pom.xml
+++ b/intermediate/monitoring/pom.xml
@@ -16,7 +16,7 @@
UTF-8
- 2.2.6.RELEASE
+ 3.0.0.RELEASE
3.1.3.RELEASE
1.2.17
4.10
diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml
index 576e74de..949df9e2 100644
--- a/intermediate/multipart-http/pom.xml
+++ b/intermediate/multipart-http/pom.xml
@@ -8,8 +8,8 @@
war
UTF-8
- 2.2.6.RELEASE
- 3.1.3.RELEASE
+ 3.0.0.RELEASE
+ 3.2.6.RELEASE
1.2.2
1.3.2
1.2.17
diff --git a/intermediate/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml b/intermediate/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml
index f27f8670..11d517c4 100644
--- a/intermediate/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml
+++ b/intermediate/multipart-http/src/main/webapp/WEB-INF/servlet-config.xml
@@ -9,17 +9,17 @@
xmlns:int-file="http://www.springframework.org/schema/integration/file"
xmlns:int-http="http://www.springframework.org/schema/integration/http">
-
-
-
+
-
+
-
+
diff --git a/intermediate/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartRestClient.java b/intermediate/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartRestClient.java
index fee91193..d9f23d95 100644
--- a/intermediate/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartRestClient.java
+++ b/intermediate/multipart-http/src/test/java/org/springframework/integration/samples/multipart/MultipartRestClient.java
@@ -32,7 +32,7 @@ import org.springframework.web.client.RestTemplate;
*
*/
public class MultipartRestClient {
-
+
private static Logger logger = Logger.getLogger(MultipartRestClient.class);
private static String uri = "http://localhost:8080/multipart-http/inboundAdapter.htm";
private static String resourcePath = "org/springframework/integration/samples/multipart/spring09_logo.png";
@@ -51,7 +51,7 @@ public class MultipartRestClient {
headers.setContentType(new MediaType("multipart", "form-data"));
HttpEntity