From bad8ad6549eeea9c884ae391377fab08ca36b190 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 7 May 2019 12:23:56 +0000 Subject: [PATCH] Update SNAPSHOT to 2.2.0.RELEASE --- README.adoc | 6 ++++++ docs/pom.xml | 2 +- pom.xml | 8 ++++---- spring-cloud-starter-stream-rabbit/pom.xml | 2 +- spring-cloud-stream-binder-rabbit-core/pom.xml | 2 +- spring-cloud-stream-binder-rabbit-test-support/pom.xml | 2 +- spring-cloud-stream-binder-rabbit/pom.xml | 2 +- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.adoc b/README.adoc index cdd361398..aa04ff41a 100644 --- a/README.adoc +++ b/README.adoc @@ -142,6 +142,12 @@ 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 7444a29bf..89f2cec53 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.BUILD-SNAPSHOT + 2.2.0.RELEASE pom spring-cloud-stream-binder-rabbit-docs diff --git a/pom.xml b/pom.xml index dcdbe5f1a..f829eaa2e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,17 +2,17 @@ 4.0.0 spring-cloud-stream-binder-rabbit-parent - 2.2.0.BUILD-SNAPSHOT + 2.2.0.RELEASE pom org.springframework.cloud spring-cloud-build - 2.1.4.BUILD-SNAPSHOT + 2.1.4.RELEASE - 2.2.0.BUILD-SNAPSHOT - 2.1.3.RELEASE + 2.2.0.RELEASE + 2.1.4.RELEASE 1.8 true true diff --git a/spring-cloud-starter-stream-rabbit/pom.xml b/spring-cloud-starter-stream-rabbit/pom.xml index 58fe1e453..54052491d 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.BUILD-SNAPSHOT + 2.2.0.RELEASE 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 a5f24c3da..fb2b481fc 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.BUILD-SNAPSHOT + 2.2.0.RELEASE diff --git a/spring-cloud-stream-binder-rabbit-test-support/pom.xml b/spring-cloud-stream-binder-rabbit-test-support/pom.xml index 501a3db43..837bc7b25 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.BUILD-SNAPSHOT + 2.2.0.RELEASE 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 4bc89045c..58d9c8459 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.BUILD-SNAPSHOT + 2.2.0.RELEASE