Skip to content

Commit a68bbd0

Browse files
missing use of {sdk_current_version} for maintainability
1 parent cd17f2d commit a68bbd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,13 +634,13 @@ You can use your favorite dependency management tool to install the SDK.
634634
Maven::
635635
+
636636
--
637-
[source,xml]
637+
[source,xml,subs="+attributes"]
638638
----
639639
<dependencies>
640640
<dependency>
641641
<groupId>com.couchbase.client</groupId>
642642
<artifactId>java-client</artifactId>
643-
<version>3.8.2</version>
643+
<version>{sdk_current_version}</version>
644644
</dependency>
645645
</dependencies>
646646
----
@@ -649,9 +649,9 @@ Maven::
649649
Gradle::
650650
+
651651
--
652-
[source,groovy]
652+
[source,groovy,subs="+attributes"]
653653
----
654-
implementation 'com.couchbase.client:java-client:3.8.2'
654+
implementation 'com.couchbase.client:java-client:{sdk_current_version}'
655655
----
656656
--
657657
====

0 commit comments

Comments
 (0)