Skip to content

Commit 24116ae

Browse files
authored
Update versions to correct values. (#1106)
Closes #1105. Co-authored-by: mikereiche <[email protected]>
1 parent 3787fcc commit 24116ae

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
@@ -109,7 +109,7 @@ Add the Maven dependency:
109109
<dependency>
110110
<groupId>org.springframework.data</groupId>
111111
<artifactId>spring-data-couchbase</artifactId>
112-
<version>${version}.RELEASE</version>
112+
<version>${version}</version>
113113
</dependency>
114114
----
115115

@@ -120,7 +120,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
120120
<dependency>
121121
<groupId>org.springframework.data</groupId>
122122
<artifactId>spring-data-couchbase</artifactId>
123-
<version>${version}.BUILD-SNAPSHOT</version>
123+
<version>${version}-SNAPSHOT</version>
124124
</dependency>
125125
126126
<repository>

0 commit comments

Comments
 (0)