Fix instructions for RELEASE build (#91)

* Fix instructions for RELEASE build

- this got clobbered as part of 45afb30582 (diff-7bd4a925c695c2eb0eced3872b9b965f)

* - adding fix to docs/src/main/asciidoc
This commit is contained in:
Thomas Risberg
2018-04-05 15:07:33 -04:00
committed by Spencer Gibb
parent f84e70f32f
commit 1fa159bead
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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