diff --git a/docs/pom.xml b/docs/pom.xml
index 70cabe640..b4e38834f 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-stream-parent
- 3.2.0-M3
+ 3.2.0-SNAPSHOT
jar
spring-cloud-stream-docs
diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc
index 45e42323f..fe3533b31 100644
--- a/docs/src/main/asciidoc/_configprops.adoc
+++ b/docs/src/main/asciidoc/_configprops.adoc
@@ -20,6 +20,11 @@
|spring.cloud.stream.metrics.schedule-interval | `60s` | Interval expressed as Duration for scheduling metrics snapshots publishing. Defaults to 60 seconds
|spring.cloud.stream.override-cloud-connectors | `false` | This property is only applicable when the cloud profile is active and Spring Cloud Connectors are provided with the application. If the property is false (the default), the binder detects a suitable bound service (for example, a RabbitMQ service bound in Cloud Foundry for the RabbitMQ binder) and uses it for creating connections (usually through Spring Cloud Connectors). When set to true, this property instructs binders to completely ignore the bound services and rely on Spring Boot properties (for example, relying on the spring.rabbitmq.* properties provided in the environment for the RabbitMQ binder). The typical usage of this property is to be nested in a customized environment when connecting to multiple systems.
|spring.cloud.stream.pollable-source | `none` | A semi-colon delimited list of binding names of pollable sources. Binding names follow the same naming convention as functions. For example, name '...pollable-source=foobar' will be accessible as 'foobar-iin-0'' binding
+|spring.cloud.stream.poller.cron | | Cron expression value for the Cron Trigger.
+|spring.cloud.stream.poller.fixed-delay | `1000` | Fixed delay for default poller.
+|spring.cloud.stream.poller.initial-delay | `0` | Initial delay for periodic triggers.
+|spring.cloud.stream.poller.max-messages-per-poll | `1` | Maximum messages per poll for the default poller.
+|spring.cloud.stream.poller.time-unit | | The TimeUnit to apply to delay values.
|spring.cloud.stream.sendto.destination | `none` | The name of the header used to determine the name of the output destination
|spring.cloud.stream.source | | A colon delimited string representing the names of the sources based on which source bindings will be created. This is primarily to support cases where source binding may be required without providing a corresponding Supplier. (e.g., for cases where the actual source of data is outside of scope of spring-cloud-stream - HTTP -> Stream)
diff --git a/pom.xml b/pom.xml
index b2340388f..912591e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-cloud-stream-parent
- 3.2.0-M3
+ 3.2.0-SNAPSHOT
pom
org.springframework.cloud
spring-cloud-build
- 3.1.0-M3
+ 3.1.0-SNAPSHOT
@@ -25,7 +25,7 @@
1.8
2020.0.7
2.1
- 3.2.0-M3
+ 3.2.0-SNAPSHOT
true
true
true
diff --git a/spring-cloud-stream-binder-test/pom.xml b/spring-cloud-stream-binder-test/pom.xml
index 5ae7e6882..84104c47f 100644
--- a/spring-cloud-stream-binder-test/pom.xml
+++ b/spring-cloud-stream-binder-test/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-stream-parent
- 3.2.0-M3
+ 3.2.0-SNAPSHOT
diff --git a/spring-cloud-stream-integration-tests/pom.xml b/spring-cloud-stream-integration-tests/pom.xml
index 6db26755e..842793cf4 100644
--- a/spring-cloud-stream-integration-tests/pom.xml
+++ b/spring-cloud-stream-integration-tests/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-stream-parent
- 3.2.0-M3
+ 3.2.0-SNAPSHOT
diff --git a/spring-cloud-stream-test-support-internal/pom.xml b/spring-cloud-stream-test-support-internal/pom.xml
index d20dfb4f7..aeb3ceefa 100644
--- a/spring-cloud-stream-test-support-internal/pom.xml
+++ b/spring-cloud-stream-test-support-internal/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-stream-parent
- 3.2.0-M3
+ 3.2.0-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 da28a358d..979d4e103 100644
--- a/spring-cloud-stream-test-support/pom.xml
+++ b/spring-cloud-stream-test-support/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-stream-parent
- 3.2.0-M3
+ 3.2.0-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 8bfc49952..f8f6bb803 100644
--- a/spring-cloud-stream/pom.xml
+++ b/spring-cloud-stream/pom.xml
@@ -12,7 +12,7 @@
org.springframework.cloud
spring-cloud-stream-parent
- 3.2.0-M3
+ 3.2.0-SNAPSHOT