From 1fa159beada4b7cb14d0538c2f8a0e7d733ee66d Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 5 Apr 2018 15:07:33 -0400 Subject: [PATCH] Fix instructions for RELEASE build (#91) * Fix instructions for RELEASE build - this got clobbered as part of https://github.com/spring-cloud/spring-cloud-release/commit/45afb30582a4f49ac50dc36769c3b06b7ca9e471#diff-7bd4a925c695c2eb0eced3872b9b965f * - adding fix to docs/src/main/asciidoc --- README.adoc | 2 +- docs/src/main/asciidoc/README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 19ece70..d67e763 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ and to deploy snapshots to repo.spring.io: $ mvn install -DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local ---- -for a.BUILD-SNAPSHOT build use +for a RELEASE build use ---- $ mvn install -DaltReleaseDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-release-local diff --git a/docs/src/main/asciidoc/README.adoc b/docs/src/main/asciidoc/README.adoc index 454dda1..bdda366 100644 --- a/docs/src/main/asciidoc/README.adoc +++ b/docs/src/main/asciidoc/README.adoc @@ -19,7 +19,7 @@ and to deploy snapshots to repo.spring.io: $ mvn install -DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local ---- -for a.BUILD-SNAPSHOT build use +for a RELEASE build use ---- $ mvn install -DaltReleaseDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-release-local