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 6c6cd14862
commit bda4ce6aec

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>