diff --git a/pom.xml b/pom.xml index 120222d5e..0db0571c9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud spring-cloud-stream-parent - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT pom org.springframework.cloud @@ -25,7 +25,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT pom import diff --git a/spring-cloud-stream-binders/pom.xml b/spring-cloud-stream-binders/pom.xml index 0a80cd787..d5c1cf96b 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.RELEASE + 1.0.1.BUILD-SNAPSHOT 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 2c21db789..90f146002 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.RELEASE + 1.0.1.BUILD-SNAPSHOT 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 328ae94a1..f1ad62bc2 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.RELEASE + 1.0.1.BUILD-SNAPSHOT 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 7ab71c02f..6d3ad07e5 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.RELEASE + 1.0.1.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-codec/pom.xml b/spring-cloud-stream-codec/pom.xml index cc0b1ea0a..aae905853 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.RELEASE + 1.0.1.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-dependencies/pom.xml b/spring-cloud-stream-dependencies/pom.xml index 070fce98d..9001edf09 100644 --- a/spring-cloud-stream-dependencies/pom.xml +++ b/spring-cloud-stream-dependencies/pom.xml @@ -8,7 +8,7 @@ spring-cloud-stream-dependencies - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT pom spring-cloud-stream-dependencies Spring Cloud Stream Dependencies @@ -22,37 +22,37 @@ org.springframework.cloud spring-cloud-stream - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-stream-codec - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-stream-binder-kafka - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-stream-binder-rabbit - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-starter-stream-kafka - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-starter-stream-rabbit - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-stream-binder-test - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework @@ -67,12 +67,12 @@ org.springframework.cloud spring-cloud-stream-test-support - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT org.springframework.cloud spring-cloud-stream-test-support-internal - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT com.esotericsoftware diff --git a/spring-cloud-stream-docs/pom.xml b/spring-cloud-stream-docs/pom.xml index f8f4af200..71365d14c 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.RELEASE + 1.0.1.BUILD-SNAPSHOT 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 decbd2420..c08ba0f3c 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.RELEASE + 1.0.1.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-rxjava/pom.xml b/spring-cloud-stream-rxjava/pom.xml index d07b99017..feb5c2360 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.RELEASE + 1.0.1.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-starters/pom.xml b/spring-cloud-stream-starters/pom.xml index 9f3bf8955..4809a3475 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.RELEASE + 1.0.1.BUILD-SNAPSHOT spring-cloud-starter-stream-kafka 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 9f9495184..84b23df0b 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.RELEASE + 1.0.1.BUILD-SNAPSHOT .. 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 0e422ddb3..3d45f69a7 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 @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-starters - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT .. spring-cloud-starter-stream-rabbit diff --git a/spring-cloud-stream-test-support-internal/pom.xml b/spring-cloud-stream-test-support-internal/pom.xml index 28148f893..f0c65de84 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.RELEASE + 1.0.1.BUILD-SNAPSHOT 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 fc2989dd0..0aa440e17 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.RELEASE + 1.0.1.BUILD-SNAPSHOT spring-cloud-stream-test-support A set of classes to ease testing of Spring Cloud Stream modules. diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml index 3ce0cf55a..3fc5a4418 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.RELEASE + 1.0.1.BUILD-SNAPSHOT