Skip to content

Commit 5e92a99

Browse files
authored
Fix links to snapshot and milestone in doc. (#1178)
The urls in the example are ok, but when the hot link in the text is clicked on, it redirects to a 404. This fixes the hot links. Closes #1177.
1 parent fada241 commit 5e92a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/asciidoc/configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ As a result, the library can be included like any other maven dependency:
1616
<dependency>
1717
<groupId>org.springframework.data</groupId>
1818
<artifactId>spring-data-couchbase</artifactId>
19-
<version>4.1.1</version>
19+
<version>4.2.5</version>
2020
</dependency>
2121
----
2222
====
2323

2424
This will pull in several dependencies, including the underlying Couchbase Java SDK, common Spring dependencies and also Jackson as the JSON mapping infrastructure.
2525

26-
You can also grab snapshots from the https://repo.spring.io/libs-snapshot[spring snapshot repository] and milestone releases from the https://repo.spring.io/libs-milestone[milestone repository].
26+
You can also grab snapshots from the https://repo.spring.io/ui/repos/tree/General/libs-snapshot/org/springframework/data/spring-data-couchbase[spring snapshot repository] ( \https://repo.spring.io/libs-snapshot ) and milestone releases from the https://repo.spring.io/ui/repos/tree/General/libs-milestone/org/springframework/data/spring-data-couchbase[spring milestone repository] ( \https://repo.spring.io/libs-milestone ).
2727
Here is an example on how to use the current SNAPSHOT dependency:
2828

2929
.Using a snapshot version
@@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
3333
<dependency>
3434
<groupId>org.springframework.data</groupId>
3535
<artifactId>spring-data-couchbase</artifactId>
36-
<version>4.2.0-SNAPSHOT</version>
36+
<version>4.3.0-SNAPSHOT</version>
3737
</dependency>
3838
3939
<repository>

0 commit comments

Comments
 (0)