Skip to content

Commit 258773a

Browse files
committed
Update version number suffixes in readme to reflect the used versioning scheme.
Closes #252.
1 parent 1e67a59 commit 258773a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Add the Maven dependency:
7070
<dependency>
7171
<groupId>org.springframework.data</groupId>
7272
<artifactId>spring-data-ldap</artifactId>
73-
<version>${version}.RELEASE</version>
73+
<version>${version}</version>
7474
</dependency>
7575
----
7676

@@ -81,7 +81,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
8181
<dependency>
8282
<groupId>org.springframework.data</groupId>
8383
<artifactId>spring-data-ldap</artifactId>
84-
<version>${version}.BUILD-SNAPSHOT</version>
84+
<version>${version}-SNAPSHOT</version>
8585
</dependency>
8686
8787
<repository>

0 commit comments

Comments
 (0)