Update version number suffixes in readme to reflect the used versioning scheme.

Closes #252.
This commit is contained in:
Mark Paluch
2021-03-22 10:27:56 +01:00
parent 1e67a599bd
commit 258773a6cb

View File

@@ -70,7 +70,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>${version}.RELEASE</version>
<version>${version}</version>
</dependency>
----
@@ -81,7 +81,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-ldap</artifactId>
<version>${version}.BUILD-SNAPSHOT</version>
<version>${version}-SNAPSHOT</version>
</dependency>
<repository>