Remove .RELEASE suffix from version number in documentation.

Closes #546
This commit is contained in:
Daniel Zou
2021-03-01 15:25:15 -05:00
committed by Mark Paluch
parent e1524db017
commit bd24e5fa0c

View File

@@ -80,7 +80,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-r2dbc</artifactId>
<version>${version}.RELEASE</version>
<version>${version}</version>
</dependency>
----