Skip to content

Commit ab473eb

Browse files
committed
Update version suffix scheme.
Closes #2010
1 parent be378df commit ab473eb

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
@@ -71,7 +71,7 @@ Add the Maven dependency:
7171
<dependency>
7272
<groupId>org.springframework.data</groupId>
7373
<artifactId>spring-data-redis</artifactId>
74-
<version>${version}.RELEASE</version>
74+
<version>${version}</version>
7575
</dependency>
7676
----
7777

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

0 commit comments

Comments
 (0)