Skip to content

Commit ecbffa7

Browse files
committed
Update version number suffixes in readme to reflect the used versioning scheme.
Closes #2337
1 parent b6581eb commit ecbffa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the Maven dependency:
2727
<dependency>
2828
<groupId>org.springframework.data</groupId>
2929
<artifactId>spring-data-commons</artifactId>
30-
<version>${version}.RELEASE</version>
30+
<version>${version}</version>
3131
</dependency>
3232
----
3333

@@ -38,7 +38,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
3838
<dependency>
3939
<groupId>org.springframework.data</groupId>
4040
<artifactId>spring-data-commons</artifactId>
41-
<version>${version}.BUILD-SNAPSHOT</version>
41+
<version>${version}-SNAPSHOT</version>
4242
</dependency>
4343
4444
<repository>

0 commit comments

Comments
 (0)