diff --git a/README.adoc b/README.adoc
index 213e253..6f74f88 100644
--- a/README.adoc
+++ b/README.adoc
@@ -68,9 +68,23 @@ 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.
-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.
+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 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 ea4f764..affda8d 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-schema-registry-parent
- 1.2.0-M2
+ 1.2.0-SNAPSHOT
pom
Spring Cloud Schema Registry Docs
diff --git a/pom.xml b/pom.xml
index ddd9228..a2301d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,12 +2,12 @@
4.0.0
spring-cloud-schema-registry-parent
- 1.2.0-M2
+ 1.2.0-SNAPSHOT
pom
org.springframework.cloud
spring-cloud-build
- 3.1.0-M2
+ 3.1.0-SNAPSHOT
@@ -21,7 +21,7 @@
1.8
- 3.2.0-M2
+ 3.2.0-SNAPSHOT
true
true
true
diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml
index 4c6e069..12c487f 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-M2
+ 1.2.0-SNAPSHOT
4.0.0
diff --git a/spring-cloud-schema-registry-core/pom.xml b/spring-cloud-schema-registry-core/pom.xml
index 2c2ae4a..e8133d3 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-M2
+ 1.2.0-SNAPSHOT
diff --git a/spring-cloud-schema-registry-server/pom.xml b/spring-cloud-schema-registry-server/pom.xml
index a0ea22e..baad1c3 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-M2
+ 1.2.0-SNAPSHOT