diff --git a/README.adoc b/README.adoc
index 63bd418..a811898 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,4 +1,8 @@
-// Do not edit this file (e.g. go instead to src/main/asciidoc)
+////
+DO NOT EDIT THIS FILE. IT WAS GENERATED.
+Manual changes to this file will be lost when it is generated again.
+Edit the files in the src/main/asciidoc/ directory instead.
+////
= Spring Cloud Bus
@@ -77,7 +81,7 @@ credentials and you already have those.
The projects that require middleware generally include a
`docker-compose.yml`, so consider using
-https://compose.docker.io/[Docker Compose] to run the middeware servers
+https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
in Docker containers. See the README in the
https://github.com/spring-cloud-samples/scripts[scripts demo
repository] for specific instructions about the common cases of mongo,
@@ -266,6 +270,7 @@ $ touch .springformat
==== Intellij IDEA
In order to setup Intellij you should import our coding conventions, inspection profiles and set up the checkstyle plugin.
+The following files can be found in the https://github.com/spring-cloud/spring-cloud-build/tree/master/spring-cloud-build-tools[Spring Cloud Build] project.
.spring-cloud-build-tools/
----
@@ -306,7 +311,7 @@ image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/{spring
Go to `File` -> `Settings` -> `Other settings` -> `Checkstyle`. There click on the `+` icon in the `Configuration file` section. There, you'll have to define where the checkstyle rules should be picked from. In the image above, we've picked the rules from the cloned Spring Cloud Build repository. However, you can point to the Spring Cloud Build's GitHub repository (e.g. for the `checkstyle.xml` : `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/main/resources/checkstyle.xml`). We need to provide the following variables:
-- `checkstyle.header.file` - please point it to the Spring Cloud Build's, `spring-cloud-build-tools/src/main/resources/checkstyle/checkstyle-header.txt` file either in your cloned repo or via the `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/main/resources/checkstyle-header.txt` URL.
+- `checkstyle.header.file` - please point it to the Spring Cloud Build's, `spring-cloud-build-tools/src/main/resources/checkstyle-header.txt` file either in your cloned repo or via the `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/main/resources/checkstyle-header.txt` URL.
- `checkstyle.suppressions.file` - default suppressions. Please point it to the Spring Cloud Build's, `spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` file either in your cloned repo or via the `https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/spring-cloud-build-tools/src/checkstyle/checkstyle-suppressions.xml` URL.
- `checkstyle.additional.suppressions.file` - this variable corresponds to suppressions in your local project. E.g. you're working on `spring-cloud-contract`. Then point to the `project-root/src/checkstyle/checkstyle-suppressions.xml` folder. Example for `spring-cloud-contract` would be: `/home/username/spring-cloud-contract/src/checkstyle/checkstyle-suppressions.xml`.
diff --git a/docs/pom.xml b/docs/pom.xml
index 30ce71f..8362cf0 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -8,7 +8,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
pom
Spring Cloud Bus Docs
diff --git a/pom.xml b/pom.xml
index 6b7a372..ce05ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
spring-cloud-bus-parent
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
pom
spring-cloud-bus-parent
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-build
- 2.1.8.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
@@ -27,7 +27,7 @@
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
Fishtown.SR4
bus
true
diff --git a/spring-cloud-bus-dependencies/pom.xml b/spring-cloud-bus-dependencies/pom.xml
index 3015fb3..d9998a3 100644
--- a/spring-cloud-bus-dependencies/pom.xml
+++ b/spring-cloud-bus-dependencies/pom.xml
@@ -6,11 +6,11 @@
spring-cloud-dependencies-parent
org.springframework.cloud
- 2.1.8.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
spring-cloud-bus-dependencies
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
pom
spring-cloud-bus-dependencies
Spring Cloud Bus Dependencies
diff --git a/spring-cloud-bus-tests/pom.xml b/spring-cloud-bus-tests/pom.xml
index 34cb7a4..168af16 100644
--- a/spring-cloud-bus-tests/pom.xml
+++ b/spring-cloud-bus-tests/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
..
diff --git a/spring-cloud-bus/pom.xml b/spring-cloud-bus/pom.xml
index 266bfa3..6b0ded5 100644
--- a/spring-cloud-bus/pom.xml
+++ b/spring-cloud-bus/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
..
diff --git a/spring-cloud-starter-bus-amqp/pom.xml b/spring-cloud-starter-bus-amqp/pom.xml
index ddbaa04..72737f7 100644
--- a/spring-cloud-starter-bus-amqp/pom.xml
+++ b/spring-cloud-starter-bus-amqp/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
..
spring-cloud-starter-bus-amqp
diff --git a/spring-cloud-starter-bus-kafka/pom.xml b/spring-cloud-starter-bus-kafka/pom.xml
index d358548..63f5fe8 100644
--- a/spring-cloud-starter-bus-kafka/pom.xml
+++ b/spring-cloud-starter-bus-kafka/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 2.1.4.BUILD-SNAPSHOT
+ 2.1.4.RELEASE
..
spring-cloud-starter-bus-kafka