From 01202542a157923b47e1ff1717f5eef9f77a6758 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Tue, 23 Mar 2021 07:14:10 +0100 Subject: [PATCH] Readme lists artifacts with .RELEASE and .BUILD-SNAPSHOT suffixes --- 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