Skip to content

Commit b89b046

Browse files
authored
Merge pull request #374 from couchbase/DOC-10989
Update Maven Central artifact link
2 parents 3ffa4a5 + 4077372 commit b89b046

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/hello-world/pages/start-using-sdk.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ include::example$StartUsing.java[tags=start-using,indent=0]
6060

6161
We recommend running the latest Java LTS version (i.e. at the time of writing JDK 17) with the highest patch version available.
6262
// Other supported Java versions will work, too.
63-
Couchbase publishes all stable artifacts to https://search.maven.org/search?q=com.couchbase.client[Maven Central].
63+
Couchbase publishes all stable artifacts to https://central.sonatype.com/namespace/com.couchbase.client[Maven Central].
6464

65-
The latest version (as of March 2023) is https://search.maven.org/artifact/com.couchbase.client/java-client/3.4.4/jar[3.4.4].
65+
The latest version (as of April 2023) is https://central.sonatype.com/artifact/com.couchbase.client/java-client/3.4.4/jar[3.4.4].
6666

6767
You can use your favorite dependency management tool to install the SDK.
6868

modules/project-docs/pages/sdk-full-installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ see the xref:project-docs:compatibility.adoc#jdk-compat[Compatibility] section f
3232
We recommend running the latest Java LTS version (i.e. at the time of writing JDK 17) with the highest patch version available.
3333
Java 17 has various enhancements like sealed classes, pattern matching for switch expressions (in preview), and further updates and improvements on core libraries.
3434

35-
Couchbase publishes all stable artifacts to https://search.maven.org/search?q=com.couchbase.client[Maven Central].
36-
The latest version (as of March 2023) is https://search.maven.org/artifact/com.couchbase.client/java-client/3.4.4/jar[3.4.4].
35+
Couchbase publishes all stable artifacts to https://central.sonatype.com/namespace/com.couchbase.client[Maven Central].
36+
The latest version (as of April 2023) is https://central.sonatype.com/artifact/com.couchbase.client/java-client/3.4.4/jar[3.4.4].
3737

3838
You can use your favorite dependency management tool to install the SDK.
3939

0 commit comments

Comments
 (0)