diff --git a/README.adoc b/README.adoc index aa04ff41a..cdd361398 100644 --- a/README.adoc +++ b/README.adoc @@ -142,12 +142,6 @@ acknowledgeMode:: The acknowledge mode. + Default: `AUTO`. -anonymousGroupPrefix:: -When the binding has no `group` property, an anonymous, auto-delete queue is bound to the destination exchange. -The default naming stragegy for such queues results in a queue named `anonymous.`. -Set this property to change the prefix to something other than the default. -+ -Default: `anonymous.`. autoBindDlq:: Whether to automatically declare the DLQ and bind it to the binder DLX. + diff --git a/docs/pom.xml b/docs/pom.xml index 89f2cec53..7444a29bf 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 2.2.0.RELEASE + 2.2.0.BUILD-SNAPSHOT pom spring-cloud-stream-binder-rabbit-docs diff --git a/pom.xml b/pom.xml index f829eaa2e..dcdbe5f1a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,17 +2,17 @@ 4.0.0 spring-cloud-stream-binder-rabbit-parent - 2.2.0.RELEASE + 2.2.0.BUILD-SNAPSHOT pom org.springframework.cloud spring-cloud-build - 2.1.4.RELEASE + 2.1.4.BUILD-SNAPSHOT - 2.2.0.RELEASE - 2.1.4.RELEASE + 2.2.0.BUILD-SNAPSHOT + 2.1.3.RELEASE 1.8 true true diff --git a/spring-cloud-starter-stream-rabbit/pom.xml b/spring-cloud-starter-stream-rabbit/pom.xml index 54052491d..58fe1e453 100644 --- a/spring-cloud-starter-stream-rabbit/pom.xml +++ b/spring-cloud-starter-stream-rabbit/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 2.2.0.RELEASE + 2.2.0.BUILD-SNAPSHOT spring-cloud-starter-stream-rabbit Spring Cloud Starter Stream Rabbit diff --git a/spring-cloud-stream-binder-rabbit-core/pom.xml b/spring-cloud-stream-binder-rabbit-core/pom.xml index fb2b481fc..a5f24c3da 100644 --- a/spring-cloud-stream-binder-rabbit-core/pom.xml +++ b/spring-cloud-stream-binder-rabbit-core/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 2.2.0.RELEASE + 2.2.0.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-binder-rabbit-test-support/pom.xml b/spring-cloud-stream-binder-rabbit-test-support/pom.xml index 837bc7b25..501a3db43 100644 --- a/spring-cloud-stream-binder-rabbit-test-support/pom.xml +++ b/spring-cloud-stream-binder-rabbit-test-support/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 2.2.0.RELEASE + 2.2.0.BUILD-SNAPSHOT spring-cloud-stream-binder-rabbit-test-support Rabbit related test classes diff --git a/spring-cloud-stream-binder-rabbit/pom.xml b/spring-cloud-stream-binder-rabbit/pom.xml index 58d9c8459..4bc89045c 100644 --- a/spring-cloud-stream-binder-rabbit/pom.xml +++ b/spring-cloud-stream-binder-rabbit/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 2.2.0.RELEASE + 2.2.0.BUILD-SNAPSHOT