From 7610867cf150d220f523d11f9c3375e22c84fb6f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 9 Dec 2019 18:15:46 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 59 ++++++++++--------- reference/html/index.html | 59 ++++++++++--------- reference/html/spring-cloud-info.html | 12 ++-- .../html/spring-cloud-release-tools.html | 59 ++++++++++--------- 4 files changed, 102 insertions(+), 87 deletions(-) diff --git a/reference/html/README.html b/reference/html/README.html index 395fc78b..5a0a69d8 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -4,7 +4,7 @@ - + Spring Cloud Release Tools @@ -575,17 +575,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.bash.build-command

echo "{{systemProps}}"

-

Command to be executed to build the project.

+

Command to be executed to build the project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.deploy-command

echo "{{systemProps}}"

-

Command to be executed to deploy a built project.

+

Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.deploy-guides-command

echo "{{systemProps}}"

-

Command to be executed to build and deploy guides project only.

+

Command to be executed to build and deploy guides project only. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.generate-release-train-docs-command

@@ -595,7 +595,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.bash.publish-docs-commands

[mkdir -p target, echo "{{version}}"]

-

Command to be executed to publish documentation. If present "{{version}}" will be replaced by the provided version.

+

Command to be executed to publish documentation. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.system-properties

@@ -679,7 +679,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.git.run-updated-samples

-

true

+

false

If set to {@code false}, will not update the test samples.

@@ -704,37 +704,42 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.git.update-all-test-samples

-

true

+

false

If set to {@code false}, will not clone and update the samples for all projects.

releaser.git.update-documentation-repo

-

true

+

false

If {@code false}, will not update the documentation repository.

+

releaser.git.update-github-milestones

+

false

+

If set to {@code false}, will not update Github milestones.

+ +

releaser.git.update-release-train-docs

-

true

+

false

If set to {@code false}, will not update the release train docs.

releaser.git.update-release-train-wiki

-

true

+

false

If set to {@code false}, will not clone and update the release train wiki.

releaser.git.update-spring-guides

-

true

+

false

If set to {@code false}, will not update Spring Guides for a release train.

releaser.git.update-spring-project

-

true

+

false

If set to {@code false}, will not update the Spring Project for a release train. E.g. for Spring Cloud will not update https://cloud.spring.io .

releaser.git.update-start-spring-io

-

true

+

false

If set to {@code false}, will not update start.spring.io for a release train.

@@ -744,17 +749,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.gradle.build-command

-

./gradlew clean build publishToMavenLocal {{systemProps}}

-

Command to be executed to build the project.

+

./gradlew clean build publishToMavenLocal --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

+

Command to be executed to build the project If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.gradle.deploy-command

-

./gradlew clean build publish {{systemProps}}

+

./gradlew publish --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

Command to be executed to deploy a built project.

releaser.gradle.deploy-guides-command

-

./gradlew clean build deployGuides {{systemProps}}

+

./gradlew clean build deployGuides --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

Command to be executed to build and deploy guides project only.

@@ -790,17 +795,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.maven.build-command

./mvnw clean install -B -Pdocs {{systemProps}}

-

Command to be executed to build the project.

+

Command to be executed to build the project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.deploy-command

./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}}

-

Command to be executed to deploy a built project.

+

Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.deploy-guides-command

./mvnw clean verify deploy -B -Pguides,integration -pl guides {{systemProps}}

-

Command to be executed to build and deploy guides project only.

+

Command to be executed to build and deploy guides project only. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.generate-release-train-docs-command

@@ -899,7 +904,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.sagan.update-sagan

-

true

+

false

If set to {@code false} will not update Sagan.

@@ -1099,7 +1104,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Releaser view +Releaser view
@@ -1111,7 +1116,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Spring Cloud Build Releaser - build with parameters +Spring Cloud Build Releaser - build with parameters
@@ -1123,7 +1128,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Updated `RELEASER_POM_BRANCH` +Updated `RELEASER_POM_BRANCH`
@@ -1221,7 +1226,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Releaser view +Releaser view
@@ -1233,7 +1238,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Spring Cloud Meta Releaser - build with parameters +Spring Cloud Meta Releaser - build with parameters
@@ -1245,7 +1250,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Spring Cloud Meta Releaser view +Spring Cloud Meta Releaser view
diff --git a/reference/html/index.html b/reference/html/index.html index 206cb9d7..34d6e462 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -4,7 +4,7 @@ - + Spring Cloud Release Tools @@ -565,17 +565,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.bash.build-command

echo "{{systemProps}}"

-

Command to be executed to build the project.

+

Command to be executed to build the project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.deploy-command

echo "{{systemProps}}"

-

Command to be executed to deploy a built project.

+

Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.deploy-guides-command

echo "{{systemProps}}"

-

Command to be executed to build and deploy guides project only.

+

Command to be executed to build and deploy guides project only. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.generate-release-train-docs-command

@@ -585,7 +585,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.bash.publish-docs-commands

[mkdir -p target, echo "{{version}}"]

-

Command to be executed to publish documentation. If present "{{version}}" will be replaced by the provided version.

+

Command to be executed to publish documentation. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.system-properties

@@ -669,7 +669,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.git.run-updated-samples

-

true

+

false

If set to {@code false}, will not update the test samples.

@@ -694,37 +694,42 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.git.update-all-test-samples

-

true

+

false

If set to {@code false}, will not clone and update the samples for all projects.

releaser.git.update-documentation-repo

-

true

+

false

If {@code false}, will not update the documentation repository.

+

releaser.git.update-github-milestones

+

false

+

If set to {@code false}, will not update Github milestones.

+ +

releaser.git.update-release-train-docs

-

true

+

false

If set to {@code false}, will not update the release train docs.

releaser.git.update-release-train-wiki

-

true

+

false

If set to {@code false}, will not clone and update the release train wiki.

releaser.git.update-spring-guides

-

true

+

false

If set to {@code false}, will not update Spring Guides for a release train.

releaser.git.update-spring-project

-

true

+

false

If set to {@code false}, will not update the Spring Project for a release train. E.g. for Spring Cloud will not update https://cloud.spring.io .

releaser.git.update-start-spring-io

-

true

+

false

If set to {@code false}, will not update start.spring.io for a release train.

@@ -734,17 +739,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.gradle.build-command

-

./gradlew clean build publishToMavenLocal {{systemProps}}

-

Command to be executed to build the project.

+

./gradlew clean build publishToMavenLocal --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

+

Command to be executed to build the project If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.gradle.deploy-command

-

./gradlew clean build publish {{systemProps}}

+

./gradlew publish --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

Command to be executed to deploy a built project.

releaser.gradle.deploy-guides-command

-

./gradlew clean build deployGuides {{systemProps}}

+

./gradlew clean build deployGuides --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

Command to be executed to build and deploy guides project only.

@@ -780,17 +785,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.maven.build-command

./mvnw clean install -B -Pdocs {{systemProps}}

-

Command to be executed to build the project.

+

Command to be executed to build the project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.deploy-command

./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}}

-

Command to be executed to deploy a built project.

+

Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.deploy-guides-command

./mvnw clean verify deploy -B -Pguides,integration -pl guides {{systemProps}}

-

Command to be executed to build and deploy guides project only.

+

Command to be executed to build and deploy guides project only. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.generate-release-train-docs-command

@@ -889,7 +894,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.sagan.update-sagan

-

true

+

false

If set to {@code false} will not update Sagan.

@@ -1089,7 +1094,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Releaser view +Releaser view
@@ -1101,7 +1106,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Spring Cloud Build Releaser - build with parameters +Spring Cloud Build Releaser - build with parameters
@@ -1113,7 +1118,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Updated `RELEASER_POM_BRANCH` +Updated `RELEASER_POM_BRANCH`
@@ -1211,7 +1216,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Releaser view +Releaser view
@@ -1223,7 +1228,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Spring Cloud Meta Releaser - build with parameters +Spring Cloud Meta Releaser - build with parameters
@@ -1235,7 +1240,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Spring Cloud Meta Releaser view +Spring Cloud Meta Releaser view
diff --git a/reference/html/spring-cloud-info.html b/reference/html/spring-cloud-info.html index 8e71b731..ee292c6c 100644 --- a/reference/html/spring-cloud-info.html +++ b/reference/html/spring-cloud-info.html @@ -4,7 +4,7 @@ - + Rest API @@ -184,8 +184,8 @@ Host: spring-cloud-info.cfapps.io
HTTP/1.1 200 OK
-Content-Length: 449
 Content-Type: application/json
+Content-Length: 449
 
 ["Greenwich.SR1","Greenwich.RELEASE","Greenwich.RC2","Greenwich.RC1","Greenwich.M3","Greenwich.M2","Greenwich.M1","Finchley.SR3","Finchley.SR2","Finchley.SR1","Finchley.RELEASE","Finchley.RC2","Finchley.RC1","Finchley.M9","Finchley.M8","Finchley.M7","Finchley.M6","Finchley.M5","Finchley.M3","Finchley.M2","Finchley.M1","Edgware.SR5","Edgware.SR4","Edgware.SR3","Edgware.SR2","Edgware.SR1","Edgware.RELEASE","Edgware.M1","Dalston.SR5","Dalston.SR4"]
@@ -278,9 +278,9 @@ Host: spring-cloud-info.cfapps.io
HTTP/1.1 200 OK
-Content-Length: 31
-Content-Type: application/json
 Content-Disposition: inline;filename=f.txt
+Content-Type: application/json
+Content-Length: 31
 
 {"version":"Greenwich.RELEASE"}
@@ -351,9 +351,9 @@ Host: spring-cloud-info.cfapps.io
HTTP/1.1 200 OK
-Content-Length: 904
-Content-Type: application/json
 Content-Disposition: inline;filename=f.txt
+Content-Type: application/json
+Content-Length: 904
 
 {"spring-cloud-cloudfoundry":"2.2.0.BUILD-SNAPSHOT","spring-cloud-openfeign":"2.2.0.BUILD-SNAPSHOT","spring-cloud-task":"2.0.0.RELEASE","spring-cloud-security":"2.2.0.BUILD-SNAPSHOT","spring-cloud-zookeeper":"2.2.0.BUILD-SNAPSHOT","spring-cloud-config":"2.2.0.BUILD-SNAPSHOT","spring-cloud-function":"2.1.0.BUILD-SNAPSHOT","spring-cloud-netflix":"2.2.0.BUILD-SNAPSHOT","spring-cloud-vault":"2.2.0.BUILD-SNAPSHOT","spring-cloud-stream":"Germantown.BUILD-SNAPSHOT","spring-cloud-gcp":"1.1.0.BUILD-SNAPSHOT","spring-cloud-sleuth":"2.2.0.BUILD-SNAPSHOT","spring-cloud-kubernetes":"1.1.0.BUILD-SNAPSHOT","spring-cloud-commons":"2.2.0.BUILD-SNAPSHOT","spring-cloud-aws":"2.2.0.BUILD-SNAPSHOT","spring-cloud-contract":"2.2.0.BUILD-SNAPSHOT","spring-cloud-bus":"2.2.0.BUILD-SNAPSHOT","spring-cloud-gateway":"2.2.0.BUILD-SNAPSHOT","spring-boot":"2.2.0.BUILD-SNAPSHOT","spring-cloud-consul":"2.2.0.BUILD-SNAPSHOT"}
diff --git a/reference/html/spring-cloud-release-tools.html b/reference/html/spring-cloud-release-tools.html index 206cb9d7..34d6e462 100644 --- a/reference/html/spring-cloud-release-tools.html +++ b/reference/html/spring-cloud-release-tools.html @@ -4,7 +4,7 @@ - + Spring Cloud Release Tools @@ -565,17 +565,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.bash.build-command

echo "{{systemProps}}"

-

Command to be executed to build the project.

+

Command to be executed to build the project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.deploy-command

echo "{{systemProps}}"

-

Command to be executed to deploy a built project.

+

Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.deploy-guides-command

echo "{{systemProps}}"

-

Command to be executed to build and deploy guides project only.

+

Command to be executed to build and deploy guides project only. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.generate-release-train-docs-command

@@ -585,7 +585,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.bash.publish-docs-commands

[mkdir -p target, echo "{{version}}"]

-

Command to be executed to publish documentation. If present "{{version}}" will be replaced by the provided version.

+

Command to be executed to publish documentation. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.bash.system-properties

@@ -669,7 +669,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.git.run-updated-samples

-

true

+

false

If set to {@code false}, will not update the test samples.

@@ -694,37 +694,42 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.git.update-all-test-samples

-

true

+

false

If set to {@code false}, will not clone and update the samples for all projects.

releaser.git.update-documentation-repo

-

true

+

false

If {@code false}, will not update the documentation repository.

+

releaser.git.update-github-milestones

+

false

+

If set to {@code false}, will not update Github milestones.

+ +

releaser.git.update-release-train-docs

-

true

+

false

If set to {@code false}, will not update the release train docs.

releaser.git.update-release-train-wiki

-

true

+

false

If set to {@code false}, will not clone and update the release train wiki.

releaser.git.update-spring-guides

-

true

+

false

If set to {@code false}, will not update Spring Guides for a release train.

releaser.git.update-spring-project

-

true

+

false

If set to {@code false}, will not update the Spring Project for a release train. E.g. for Spring Cloud will not update https://cloud.spring.io .

releaser.git.update-start-spring-io

-

true

+

false

If set to {@code false}, will not update start.spring.io for a release train.

@@ -734,17 +739,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.gradle.build-command

-

./gradlew clean build publishToMavenLocal {{systemProps}}

-

Command to be executed to build the project.

+

./gradlew clean build publishToMavenLocal --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

+

Command to be executed to build the project If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.gradle.deploy-command

-

./gradlew clean build publish {{systemProps}}

+

./gradlew publish --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

Command to be executed to deploy a built project.

releaser.gradle.deploy-guides-command

-

./gradlew clean build deployGuides {{systemProps}}

+

./gradlew clean build deployGuides --console=plain -PnextVersion={{nextVersion}} -PoldVersion={{oldVersion}} -PcurrentVersion={{version}} {{systemProps}}

Command to be executed to build and deploy guides project only.

@@ -780,17 +785,17 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.maven.build-command

./mvnw clean install -B -Pdocs {{systemProps}}

-

Command to be executed to build the project.

+

Command to be executed to build the project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.deploy-command

./mvnw deploy -DskipTests -B -Pfast,deploy {{systemProps}}

-

Command to be executed to deploy a built project.

+

Command to be executed to deploy a built project. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.deploy-guides-command

./mvnw clean verify deploy -B -Pguides,integration -pl guides {{systemProps}}

-

Command to be executed to build and deploy guides project only.

+

Command to be executed to build and deploy guides project only. If present "{{version}}" will be replaced by the provided version. "{{nextVersion}}" with the bumped snapshot version and "{{oldVersion}}" with the version before version updating.

releaser.maven.generate-release-train-docs-command

@@ -889,7 +894,7 @@ or build only tasks with names spring-cloud-build,spring-cloud-sleuth

releaser.sagan.update-sagan

-

true

+

false

If set to {@code false} will not update Sagan.

@@ -1089,7 +1094,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Releaser view +Releaser view
@@ -1101,7 +1106,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Spring Cloud Build Releaser - build with parameters +Spring Cloud Build Releaser - build with parameters
@@ -1113,7 +1118,7 @@ If you’re doing a e.g. M1 release, remember to not have any s
-Updated `RELEASER_POM_BRANCH` +Updated `RELEASER_POM_BRANCH`
@@ -1211,7 +1216,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Releaser view +Releaser view
@@ -1223,7 +1228,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Spring Cloud Meta Releaser - build with parameters +Spring Cloud Meta Releaser - build with parameters
@@ -1235,7 +1240,7 @@ $ git add greenwich_sr2.properties && git commit -m "Added Greenwich.SR2
-Spring Cloud Meta Releaser view +Spring Cloud Meta Releaser view