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