Update version suffix scheme in readme.

Closes #568.
This commit is contained in:
Mark Paluch
2021-03-22 10:26:37 +01:00
parent e6b46fd781
commit f2b4a49729

View File

@@ -91,7 +91,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-r2dbc</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>