diff --git a/build-spring-integration/pom.xml b/build-spring-integration/pom.xml index 8e0ffd223c..2cba87cda8 100644 --- a/build-spring-integration/pom.xml +++ b/build-spring-integration/pom.xml @@ -14,7 +14,7 @@ a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code. - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT pom ../spring-integration-parent diff --git a/org.springframework.integration.adapter/pom.xml b/org.springframework.integration.adapter/pom.xml index 23245884cd..f64fb901e9 100644 --- a/org.springframework.integration.adapter/pom.xml +++ b/org.springframework.integration.adapter/pom.xml @@ -8,20 +8,20 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent junit junit - 4.4 + ${junit.version} test org.springframework spring-context - 2.5.6 + ${spring.version} compile diff --git a/org.springframework.integration.event/pom.xml b/org.springframework.integration.event/pom.xml index 98e2e8bc7c..45aa15e84c 100644 --- a/org.springframework.integration.event/pom.xml +++ b/org.springframework.integration.event/pom.xml @@ -8,20 +8,20 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent junit junit - 4.4 + ${junit.version} test org.springframework spring-context - 2.5.6 + ${spring.version} compile diff --git a/org.springframework.integration.file/pom.xml b/org.springframework.integration.file/pom.xml index 14b066d1fe..0e653f88f5 100644 --- a/org.springframework.integration.file/pom.xml +++ b/org.springframework.integration.file/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -33,19 +33,19 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-context - 2.5.6 + ${spring.version} compile org.springframework spring-test - 2.5.6 + ${spring.version} test diff --git a/org.springframework.integration.http/pom.xml b/org.springframework.integration.http/pom.xml index 80f5aaa83b..124bdd5ae3 100644 --- a/org.springframework.integration.http/pom.xml +++ b/org.springframework.integration.http/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -39,13 +39,13 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-test - 2.5.6 + ${spring.version} test @@ -57,7 +57,7 @@ org.springframework spring-webmvc - 2.5.6 + ${spring.version} compile diff --git a/org.springframework.integration.httpinvoker/pom.xml b/org.springframework.integration.httpinvoker/pom.xml index ecc332fe97..16c65f56eb 100644 --- a/org.springframework.integration.httpinvoker/pom.xml +++ b/org.springframework.integration.httpinvoker/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -21,25 +21,25 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-aop - 2.5.6 + ${spring.version} compile org.springframework spring-test - 2.5.6 + ${spring.version} test org.springframework spring-web - 2.5.6 + ${spring.version} compile diff --git a/org.springframework.integration.jms/pom.xml b/org.springframework.integration.jms/pom.xml index 499845b764..7ff3cc13ed 100644 --- a/org.springframework.integration.jms/pom.xml +++ b/org.springframework.integration.jms/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -27,19 +27,19 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-jms - 2.5.6 + ${spring.version} compile org.springframework spring-tx - 2.5.6 + ${spring.version} compile diff --git a/org.springframework.integration.mail/pom.xml b/org.springframework.integration.mail/pom.xml index 26a1b4cd3c..0eb6b902d6 100644 --- a/org.springframework.integration.mail/pom.xml +++ b/org.springframework.integration.mail/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -45,19 +45,19 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-context-support - 2.5.6 + ${spring.version} compile org.springframework spring-test - 2.5.6 + ${spring.version} test diff --git a/org.springframework.integration.rmi/pom.xml b/org.springframework.integration.rmi/pom.xml index 66f2e5e988..f6d0615f63 100644 --- a/org.springframework.integration.rmi/pom.xml +++ b/org.springframework.integration.rmi/pom.xml @@ -8,32 +8,32 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent junit junit - 4.4 + ${junit.version} test org.springframework spring-aop - 2.5.6 + ${spring.version} compile org.springframework spring-context - 2.5.6 + ${spring.version} compile org.springframework spring-test - 2.5.6 + ${spring.version} test diff --git a/org.springframework.integration.security/pom.xml b/org.springframework.integration.security/pom.xml index 671f574e49..08dc314b99 100644 --- a/org.springframework.integration.security/pom.xml +++ b/org.springframework.integration.security/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -21,25 +21,25 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-aop - 2.5.6 + ${spring.version} compile org.springframework spring-test - 2.5.6 + ${spring.version} test org.springframework spring-tx - 2.5.6 + ${spring.version} test diff --git a/org.springframework.integration.stream/pom.xml b/org.springframework.integration.stream/pom.xml index 4002c174b1..8f5529d2c9 100644 --- a/org.springframework.integration.stream/pom.xml +++ b/org.springframework.integration.stream/pom.xml @@ -8,26 +8,26 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent junit junit - 4.4 + ${junit.version} test org.springframework spring-core - 2.5.6 + ${spring.version} compile org.springframework spring-test - 2.5.6 + ${spring.version} test diff --git a/org.springframework.integration.test/pom.xml b/org.springframework.integration.test/pom.xml new file mode 100644 index 0000000000..b9c1513371 --- /dev/null +++ b/org.springframework.integration.test/pom.xml @@ -0,0 +1,63 @@ + + + 4.0.0 + org.springframework.integration + spring-integration-test + jar + Spring Integration Testing Support + + org.springframework.integration + spring-integration-parent + 2.0.0.BUILD-SNAPSHOT + ../spring-integration-parent + + + + org.easymock + easymock + 2.3 + test + + + junit + junit + ${junit.version} + test + + + org.springframework + spring-test + ${spring.version} + test + + + org.springframework.integration + spring-integration-core + ${project.version} + compile + + + + + + src/test/java + + **/*.xml + + + + src/main/java + + **/*.xsd + + + + + ../org.springframework.integration/src/main/java + + **/*.xsd + + + + + \ No newline at end of file diff --git a/org.springframework.integration.ws/pom.xml b/org.springframework.integration.ws/pom.xml index 50aa592d6b..769a4db772 100644 --- a/org.springframework.integration.ws/pom.xml +++ b/org.springframework.integration.ws/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -51,13 +51,13 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-test - 2.5.6 + ${spring.version} test @@ -69,7 +69,7 @@ org.springframework spring-test - 2.5.6 + ${spring.version} test diff --git a/org.springframework.integration.xml/pom.xml b/org.springframework.integration.xml/pom.xml index 5ca9e52d63..0feb3057f1 100644 --- a/org.springframework.integration.xml/pom.xml +++ b/org.springframework.integration.xml/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -48,19 +48,19 @@ junit junit - 4.4 + ${junit.version} test org.springframework spring-context - 2.5.6 + ${spring.version} compile org.springframework spring-test - 2.5.6 + ${spring.version} test diff --git a/org.springframework.integration/pom.xml b/org.springframework.integration/pom.xml index a98ccb37cd..0a095addb4 100644 --- a/org.springframework.integration/pom.xml +++ b/org.springframework.integration/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT ../spring-integration-parent @@ -21,7 +21,7 @@ junit junit - 4.4 + ${junit.version} test @@ -58,7 +58,4 @@ test - - 2.5.6 - \ No newline at end of file diff --git a/spring-integration-parent/pom.xml b/spring-integration-parent/pom.xml index 2c9728a73d..38cbd5fa54 100644 --- a/spring-integration-parent/pom.xml +++ b/spring-integration-parent/pom.xml @@ -12,6 +12,8 @@ pom 3.4.2.v_883_R34x + 4.6 + 3.0.0.M4 diff --git a/spring-integration-samples/pom.xml b/spring-integration-samples/pom.xml index 28746e05d2..925200bd57 100644 --- a/spring-integration-samples/pom.xml +++ b/spring-integration-samples/pom.xml @@ -5,11 +5,11 @@ 4.0.0 org.springframework.integration spring-integration-samples - 1.0.3 + 2.0.0.BUILD-SNAPSHOT pom Spring Integration Samples - 1.0.3.RELEASE + 2.0.0.BUILD-SNAPSHOT cafe