diff --git a/README.adoc b/README.adoc
index 3e56e049..7a4f9eb7 100644
--- a/README.adoc
+++ b/README.adoc
@@ -54,23 +54,9 @@ the `.mvn` configuration, so if you find you have to do it to make a
build succeed, please raise a ticket to get the settings added to
source control.
-For hints on how to build the project look in `.travis.yml` if there
-is one. There should be a "script" and maybe "install" command. Also
-look at the "services" section to see if any services need to be
-running locally (e.g. mongo or rabbit). Ignore the git-related bits
-that you might find in "before_install" since they're related to setting git
-credentials and you already have those.
+The projects that require middleware (i.e. Redis) for testing generally
+require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
-The projects that require middleware generally include a
-`docker-compose.yml`, so consider using
-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,
-rabbit and redis.
-
-NOTE: If all else fails, build with the command from `.travis.yml` (usually
-`./mvnw install`).
=== Documentation
diff --git a/docs/pom.xml b/docs/pom.xml
index 6f24c5c4..3d21474f 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
spring-cloud-gateway-docs
pom
diff --git a/pom.xml b/pom.xml
index d81e64c5..5df8f45f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
pom
Spring Cloud Gateway
@@ -52,9 +52,9 @@
UTF-8
UTF-8
1.8
- 2.2.10.BUILD-SNAPSHOT
- 2.2.10.BUILD-SNAPSHOT
- 1.0.7.BUILD-SNAPSHOT
+ 2.2.9.RELEASE
+ 2.2.9.RELEASE
+ 1.0.6.RELEASE
0.6
1.0.3.RELEASE
diff --git a/spring-cloud-gateway-core/pom.xml b/spring-cloud-gateway-core/pom.xml
index a74bcf7e..aca3a303 100644
--- a/spring-cloud-gateway-core/pom.xml
+++ b/spring-cloud-gateway-core/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
spring-cloud-gateway-core
diff --git a/spring-cloud-gateway-dependencies/pom.xml b/spring-cloud-gateway-dependencies/pom.xml
index 21cbb793..914c9111 100644
--- a/spring-cloud-gateway-dependencies/pom.xml
+++ b/spring-cloud-gateway-dependencies/pom.xml
@@ -11,7 +11,7 @@
spring-cloud-gateway-dependencies
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
pom
spring-cloud-gateway-dependencies
diff --git a/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml b/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml
index 3c003c52..f0671292 100644
--- a/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml
+++ b/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml
@@ -16,7 +16,7 @@
org.springframework.cloud
spring-cloud-gateway-integration-tests
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
diff --git a/spring-cloud-gateway-integration-tests/pom.xml b/spring-cloud-gateway-integration-tests/pom.xml
index 8553e876..2ee3fe13 100644
--- a/spring-cloud-gateway-integration-tests/pom.xml
+++ b/spring-cloud-gateway-integration-tests/pom.xml
@@ -16,7 +16,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
diff --git a/spring-cloud-gateway-mvc/pom.xml b/spring-cloud-gateway-mvc/pom.xml
index cc42b32c..2a090b30 100644
--- a/spring-cloud-gateway-mvc/pom.xml
+++ b/spring-cloud-gateway-mvc/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
diff --git a/spring-cloud-gateway-sample/pom.xml b/spring-cloud-gateway-sample/pom.xml
index b163bf6f..5a041691 100644
--- a/spring-cloud-gateway-sample/pom.xml
+++ b/spring-cloud-gateway-sample/pom.xml
@@ -16,7 +16,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
diff --git a/spring-cloud-gateway-server/pom.xml b/spring-cloud-gateway-server/pom.xml
index 49e3f976..49dcf7cf 100644
--- a/spring-cloud-gateway-server/pom.xml
+++ b/spring-cloud-gateway-server/pom.xml
@@ -23,7 +23,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
spring-cloud-gateway-server
diff --git a/spring-cloud-gateway-webflux/pom.xml b/spring-cloud-gateway-webflux/pom.xml
index 97d018a1..6b93a736 100644
--- a/spring-cloud-gateway-webflux/pom.xml
+++ b/spring-cloud-gateway-webflux/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
diff --git a/spring-cloud-starter-gateway/pom.xml b/spring-cloud-starter-gateway/pom.xml
index c7826b66..ff58e3dc 100644
--- a/spring-cloud-starter-gateway/pom.xml
+++ b/spring-cloud-starter-gateway/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-gateway
- 2.2.10.BUILD-SNAPSHOT
+ 2.2.10.RELEASE
..
spring-cloud-starter-gateway