From e46b1072a8ac8f0b2dc11a8c75e0b5efd70e6846 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 28 Jun 2019 15:37:49 -0400 Subject: [PATCH] Update SNAPSHOT to 2.2.0.M3 --- README.adoc | 4 +++- docs/pom.xml | 2 +- pom.xml | 4 ++-- spring-cloud-build-dependencies/pom.xml | 2 +- spring-cloud-build-tools/pom.xml | 2 +- spring-cloud-dependencies-parent/pom.xml | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 070625ee..e6de23a2 100644 --- a/README.adoc +++ b/README.adoc @@ -294,4 +294,6 @@ $ ./mvnw clean deploy -Pguides what will happen is that for GA project versions, we will clone `gs-guide1`, `gs-guide2` and `gs-guide3` and update their contents with the ones being under your `guides` project. -You can skip this by either not adding the `guides` profile, or passing the `-DskipGuides` system property when the profile is turned on. \ No newline at end of file +You can skip this by either not adding the `guides` profile, or passing the `-DskipGuides` system property when the profile is turned on. + +You can configure the project version passed to guides via the `guides-project.version` (defaults to `${project.version}`). The phase at which guides get updated can be configured by `guides-update.phase` (defaults to `deploy`). \ No newline at end of file diff --git a/docs/pom.xml b/docs/pom.xml index c2c3e35a..8f51f217 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 2.2.0.BUILD-SNAPSHOT + 2.2.0.M3 spring-cloud-build diff --git a/pom.xml b/pom.xml index 003bf7fb..2d47c636 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build - 2.2.0.BUILD-SNAPSHOT + 2.2.0.M3 pom Spring Cloud Parent Spring Cloud parent pom, managing plugins and dependencies for Spring @@ -29,7 +29,7 @@ ${basedir} ${project.artifactId} 2.2.0.M4 - 2.2.0.BUILD-SNAPSHOT + 2.2.0.M3 ${project.build.directory}/build-docs 0.1.0.RELEASE 0.1.0.RELEASE diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index fd9cfd42..c3522288 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.cloud spring-cloud-build-dependencies - 2.2.0.BUILD-SNAPSHOT + 2.2.0.M3 spring-cloud-build-dependencies pom Spring Cloud Build Dependencies: an internal BOM for use with Spring diff --git a/spring-cloud-build-tools/pom.xml b/spring-cloud-build-tools/pom.xml index ff617732..31b4b425 100644 --- a/spring-cloud-build-tools/pom.xml +++ b/spring-cloud-build-tools/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-build - 2.2.0.BUILD-SNAPSHOT + 2.2.0.M3 diff --git a/spring-cloud-dependencies-parent/pom.xml b/spring-cloud-dependencies-parent/pom.xml index c4f8a92c..0c1b7e1b 100644 --- a/spring-cloud-dependencies-parent/pom.xml +++ b/spring-cloud-dependencies-parent/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.cloud - 2.2.0.BUILD-SNAPSHOT + 2.2.0.M3 spring-cloud-dependencies-parent pom spring-cloud-dependencies-parent