From 3500dad2bc53bbec5801cf747922adb713f20ce8 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Tue, 23 Mar 2021 07:15:18 +0100 Subject: [PATCH] Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes (#1740) Original Pull Request #1740 Closes #1738 --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index f3a1e2674..30942c9c8 100644 --- a/README.adoc +++ b/README.adoc @@ -114,7 +114,7 @@ Add the Maven dependency: org.springframework.data spring-data-elasticsearch - ${version}.RELEASE + ${version} ---- @@ -149,7 +149,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our org.springframework.data spring-data-elasticsearch - ${version}.BUILD-SNAPSHOT + ${version}-SNAPSHOT