Skip to content

Commit

Permalink
Update for v2.6.2 (from PR 2885) (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarantha-k authored Sep 6, 2018
1 parent 8f2e30a commit f186961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/sdk/java/start-using-sdk.dita
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>2.6.0</version>
<version>2.6.2</version>
</dependency>
</dependencies>]]></codeblock>

Expand Down Expand Up @@ -166,7 +166,7 @@ cluster.disconnect();]]></codeblock>
<section id="java-api-reference">
<title>API Reference</title>
<p>Each stable Java SDK version has the Javadocs API reference published. The reference for the latest version can
be found <xref href="http://docs.couchbase.com/sdk-api/couchbase-java-client-2.6.0/" format="html" scope="external">here</xref>.</p>
be found <xref href="http://docs.couchbase.com/sdk-api/couchbase-java-client-2.6.2/" format="html" scope="external">here</xref>.</p>
</section>
<section id="java-contributing">
<title>Contributing</title>
Expand Down

0 comments on commit f186961

Please sign in to comment.