Update readme to reflect correct snapshot naming scheme.

Closes #1990
This commit is contained in:
Mark Paluch
2023-09-14 11:11:58 +02:00
parent ea1d4bd670
commit 14b6379558

View File

@@ -82,7 +82,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>