Skip to content

Commit f393ac1

Browse files
committed
Update version number suffixes in readme to reflect the used versioning scheme.
Closes #1106.
1 parent a4119b4 commit f393ac1

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
@@ -87,7 +87,7 @@ Add the Maven dependency:
8787
<dependency>
8888
<groupId>org.springframework.data</groupId>
8989
<artifactId>spring-data-cassandra</artifactId>
90-
<version>${version}.RELEASE</version>
90+
<version>${version}</version>
9191
</dependency>
9292
----
9393

@@ -98,7 +98,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
9898
<dependency>
9999
<groupId>org.springframework.data</groupId>
100100
<artifactId>spring-data-cassandra</artifactId>
101-
<version>${version}.BUILD-SNAPSHOT</version>
101+
<version>${version}-SNAPSHOT</version>
102102
</dependency>
103103
104104
<repository>

0 commit comments

Comments
 (0)