diff --git a/pom.xml b/pom.xml index ea9a9808e..87e9509f4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 pom org.springframework.cloud @@ -25,7 +25,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${project.version} + 1.0.0.M4 pom import diff --git a/spring-cloud-stream-binders/pom.xml b/spring-cloud-stream-binders/pom.xml index 202960a9b..bc364831e 100644 --- a/spring-cloud-stream-binders/pom.xml +++ b/spring-cloud-stream-binders/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 0.8.2.1 diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml index ae278d37e..0ea55611f 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-kafka/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binders-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml index 4cf53f081..a874a94fa 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binders-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml index 8cb4c960d..98860a0cc 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binders-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml index 666184e7a..f79bf8507 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-test/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-binders-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-codec/pom.xml b/spring-cloud-stream-codec/pom.xml index 4de8cb452..318ed8918 100644 --- a/spring-cloud-stream-codec/pom.xml +++ b/spring-cloud-stream-codec/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-configuration-metadata/pom.xml b/spring-cloud-stream-configuration-metadata/pom.xml index c1f446b0a..b498ad1e5 100644 --- a/spring-cloud-stream-configuration-metadata/pom.xml +++ b/spring-cloud-stream-configuration-metadata/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 spring-cloud-stream-configuration-metadata diff --git a/spring-cloud-stream-dependencies/pom.xml b/spring-cloud-stream-dependencies/pom.xml index 42a208d78..f6b38462a 100644 --- a/spring-cloud-stream-dependencies/pom.xml +++ b/spring-cloud-stream-dependencies/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 spring-cloud-dependencies-parent org.springframework.cloud 1.1.0.M5 - + spring-cloud-stream-dependencies - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 pom spring-cloud-stream-dependencies Spring Cloud Stream Dependencies @@ -22,12 +21,12 @@ org.springframework.cloud spring-cloud-stream - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-codec - ${project.version} + 1.0.0.M4 org.springframework.cloud @@ -37,7 +36,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - ${project.version} + 1.0.0.M4 org.springframework.cloud @@ -47,17 +46,17 @@ org.springframework.cloud spring-cloud-stream-binder-redis - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-binder-rabbit - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-starter-stream-kafka - ${project.version} + 1.0.0.M4 org.springframework.cloud @@ -67,37 +66,37 @@ org.springframework.cloud spring-cloud-starter-stream-redis - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-starter-stream-rabbit - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-binder-test - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-module-launcher - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-tuple - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-test-support - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-test-support-internal - ${project.version} + 1.0.0.M4 org.springframework.cloud diff --git a/spring-cloud-stream-docs/pom.xml b/spring-cloud-stream-docs/pom.xml index 1bbeb784d..3ce9db2ae 100644 --- a/spring-cloud-stream-docs/pom.xml +++ b/spring-cloud-stream-docs/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 spring-cloud-stream-docs spring-cloud-stream-docs diff --git a/spring-cloud-stream-integration-tests/pom.xml b/spring-cloud-stream-integration-tests/pom.xml index c37e66dce..2dc5410f7 100644 --- a/spring-cloud-stream-integration-tests/pom.xml +++ b/spring-cloud-stream-integration-tests/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 UTF-8 diff --git a/spring-cloud-stream-module-launcher/pom.xml b/spring-cloud-stream-module-launcher/pom.xml index c7188ebc2..a0981c10d 100644 --- a/spring-cloud-stream-module-launcher/pom.xml +++ b/spring-cloud-stream-module-launcher/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-rxjava/pom.xml b/spring-cloud-stream-rxjava/pom.xml index 6c2bd2fc3..47af8d9de 100644 --- a/spring-cloud-stream-rxjava/pom.xml +++ b/spring-cloud-stream-rxjava/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/double/pom.xml b/spring-cloud-stream-samples/double/pom.xml index 9a658f268..a83cbffa2 100644 --- a/spring-cloud-stream-samples/double/pom.xml +++ b/spring-cloud-stream-samples/double/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/extended/pom.xml b/spring-cloud-stream-samples/extended/pom.xml index cc10812ff..78a54f72a 100644 --- a/spring-cloud-stream-samples/extended/pom.xml +++ b/spring-cloud-stream-samples/extended/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/multibinder-differentsystems/pom.xml b/spring-cloud-stream-samples/multibinder-differentsystems/pom.xml index 35addd9c3..583fee55a 100644 --- a/spring-cloud-stream-samples/multibinder-differentsystems/pom.xml +++ b/spring-cloud-stream-samples/multibinder-differentsystems/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/multibinder/pom.xml b/spring-cloud-stream-samples/multibinder/pom.xml index 36ebe1d7f..87a3a3e20 100644 --- a/spring-cloud-stream-samples/multibinder/pom.xml +++ b/spring-cloud-stream-samples/multibinder/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/pom.xml b/spring-cloud-stream-samples/pom.xml index c5407e3e0..bf39f7996 100644 --- a/spring-cloud-stream-samples/pom.xml +++ b/spring-cloud-stream-samples/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 UTF-8 @@ -33,17 +33,17 @@ org.springframework.cloud spring-cloud-stream-sample-source - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-sample-sink - ${project.version} + 1.0.0.M4 org.springframework.cloud spring-cloud-stream-sample-transform - ${project.version} + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/rxjava-processor/pom.xml b/spring-cloud-stream-samples/rxjava-processor/pom.xml index dc90c65dd..977d6eb7a 100644 --- a/spring-cloud-stream-samples/rxjava-processor/pom.xml +++ b/spring-cloud-stream-samples/rxjava-processor/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 @@ -24,7 +24,7 @@ org.springframework.cloud spring-cloud-stream-rxjava - ${project.version} + 1.0.0.M4 org.springframework.cloud diff --git a/spring-cloud-stream-samples/sink/pom.xml b/spring-cloud-stream-samples/sink/pom.xml index bb29a7f9a..e3032af58 100644 --- a/spring-cloud-stream-samples/sink/pom.xml +++ b/spring-cloud-stream-samples/sink/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/source/pom.xml b/spring-cloud-stream-samples/source/pom.xml index 3ce3d1df0..a44eabc63 100644 --- a/spring-cloud-stream-samples/source/pom.xml +++ b/spring-cloud-stream-samples/source/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-samples/transform/pom.xml b/spring-cloud-stream-samples/transform/pom.xml index a0bd1d666..6f378a315 100644 --- a/spring-cloud-stream-samples/transform/pom.xml +++ b/spring-cloud-stream-samples/transform/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-samples - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream-starters/pom.xml b/spring-cloud-stream-starters/pom.xml index a2eed9b8a..ed639ff26 100644 --- a/spring-cloud-stream-starters/pom.xml +++ b/spring-cloud-stream-starters/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 spring-cloud-starter-stream-rabbit diff --git a/spring-cloud-stream-starters/spring-cloud-starter-stream-kafka/pom.xml b/spring-cloud-stream-starters/spring-cloud-starter-stream-kafka/pom.xml index 199a7d767..4feae4f0c 100644 --- a/spring-cloud-stream-starters/spring-cloud-starter-stream-kafka/pom.xml +++ b/spring-cloud-stream-starters/spring-cloud-starter-stream-kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-starters - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 .. spring-cloud-starter-stream-kafka diff --git a/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml b/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml index 97967372b..d5fe76ccc 100644 --- a/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml +++ b/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.cloud spring-cloud-stream-starters - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 .. spring-cloud-starter-stream-rabbit diff --git a/spring-cloud-stream-starters/spring-cloud-starter-stream-redis/pom.xml b/spring-cloud-stream-starters/spring-cloud-starter-stream-redis/pom.xml index 8e60f2e9e..3bf29619c 100644 --- a/spring-cloud-stream-starters/spring-cloud-starter-stream-redis/pom.xml +++ b/spring-cloud-stream-starters/spring-cloud-starter-stream-redis/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-starters - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 .. spring-cloud-starter-stream-redis diff --git a/spring-cloud-stream-test-support-internal/pom.xml b/spring-cloud-stream-test-support-internal/pom.xml index 3860e49fc..afd80a9ff 100644 --- a/spring-cloud-stream-test-support-internal/pom.xml +++ b/spring-cloud-stream-test-support-internal/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 spring-cloud-stream-test-support-internal Set of classes and utility code that may assist in testing both diff --git a/spring-cloud-stream-test-support/pom.xml b/spring-cloud-stream-test-support/pom.xml index 152f811ed..95a41e6a8 100644 --- a/spring-cloud-stream-test-support/pom.xml +++ b/spring-cloud-stream-test-support/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 spring-cloud-stream-test-support A set of classes to ease testing of Spring Cloud Stream modules. diff --git a/spring-cloud-stream-tuple/pom.xml b/spring-cloud-stream-tuple/pom.xml index 700af84ad..6660b57fa 100644 --- a/spring-cloud-stream-tuple/pom.xml +++ b/spring-cloud-stream-tuple/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4 diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml index c9cbd4f97..fda54d3da 100644 --- a/spring-cloud-stream/pom.xml +++ b/spring-cloud-stream/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M4