From 558bafbcc63b040745b10db27059c0776e4ff693 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 22 Oct 2021 09:49:39 +0000 Subject: [PATCH] Going back to snapshots --- README.adoc | 18 ++++++++++++++++-- docs/pom.xml | 2 +- pom.xml | 4 ++-- spring-cloud-schema-registry-client/pom.xml | 2 +- spring-cloud-schema-registry-core/pom.xml | 2 +- spring-cloud-schema-registry-server/pom.xml | 2 +- 6 files changed, 22 insertions(+), 8 deletions(-) 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 6cf87d8..b95dc3c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-schema-registry-parent - 1.1.5 + 1.1.5-SNAPSHOT pom Spring Cloud Schema Registry Docs diff --git a/pom.xml b/pom.xml index acfc3f1..a586fcf 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-schema-registry-parent - 1.1.5 + 1.1.5-SNAPSHOT pom org.springframework.cloud @@ -21,7 +21,7 @@ 1.8 - 3.1.5 + 3.1.5-SNAPSHOT true true true diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml index 4c73acb..271818a 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.1.5 + 1.1.5-SNAPSHOT 4.0.0 diff --git a/spring-cloud-schema-registry-core/pom.xml b/spring-cloud-schema-registry-core/pom.xml index d2ba290..ea3b51f 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.1.5 + 1.1.5-SNAPSHOT diff --git a/spring-cloud-schema-registry-server/pom.xml b/spring-cloud-schema-registry-server/pom.xml index 4d14cbc..b68c325 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.1.5 + 1.1.5-SNAPSHOT