diff --git a/README.adoc b/README.adoc
index 6f74f88..213e253 100644
--- a/README.adoc
+++ b/README.adoc
@@ -68,23 +68,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 affda8d..0ffb394 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-schema-registry-parent
- 1.2.0-SNAPSHOT
+ 1.2.0-M3
pom
Spring Cloud Schema Registry Docs
diff --git a/pom.xml b/pom.xml
index a2301d2..6d1f778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,12 +2,12 @@
4.0.0
spring-cloud-schema-registry-parent
- 1.2.0-SNAPSHOT
+ 1.2.0-M3
pom
org.springframework.cloud
spring-cloud-build
- 3.1.0-SNAPSHOT
+ 3.1.0-M3
@@ -21,7 +21,7 @@
1.8
- 3.2.0-SNAPSHOT
+ 3.2.0-M3
true
true
true
diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml
index 12c487f..c3248c8 100644
--- a/spring-cloud-schema-registry-client/pom.xml
+++ b/spring-cloud-schema-registry-client/pom.xml
@@ -3,7 +3,7 @@
spring-cloud-schema-registry-parent
org.springframework.cloud
- 1.2.0-SNAPSHOT
+ 1.2.0-M3
4.0.0
diff --git a/spring-cloud-schema-registry-core/pom.xml b/spring-cloud-schema-registry-core/pom.xml
index e8133d3..693ecb2 100644
--- a/spring-cloud-schema-registry-core/pom.xml
+++ b/spring-cloud-schema-registry-core/pom.xml
@@ -6,7 +6,7 @@
spring-cloud-schema-registry-parent
org.springframework.cloud
- 1.2.0-SNAPSHOT
+ 1.2.0-M3
diff --git a/spring-cloud-schema-registry-server/pom.xml b/spring-cloud-schema-registry-server/pom.xml
index baad1c3..b2112fb 100644
--- a/spring-cloud-schema-registry-server/pom.xml
+++ b/spring-cloud-schema-registry-server/pom.xml
@@ -6,7 +6,7 @@
spring-cloud-schema-registry-parent
org.springframework.cloud
- 1.2.0-SNAPSHOT
+ 1.2.0-M3