Skip to content

Commit

Permalink
Update docs for java 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daschl authored and mattcarabine committed Jan 10, 2017
1 parent 8c1f2ba commit 75a6535
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/sdk/java/compatibility-versions-features.dita
Expand Up @@ -34,8 +34,8 @@
<entry><i>Under 1.4</i></entry>
<entry><i>SDK 1.4</i></entry>
<entry><i>SDK 2.0, 2.1</i></entry>
<entry><b>SDK 2.2</b></entry>
<entry><b>SDK 2.3</b></entry>
<entry><b>SDK 2.2, 2.3</b></entry>
<entry><b>SDK 2.4</b></entry>
</row>
</thead>
<tbody>
Expand Down Expand Up @@ -321,7 +321,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
</dependency>
</dependencies>]]></codeblock>

Expand Down
2 changes: 1 addition & 1 deletion content/sdk/java/managing-connections.dita
Expand Up @@ -240,7 +240,7 @@ CouchbaseEnvironment env = DefaultCouchbaseEnvironment.builder()
</section>

<section>
<title>Bootstrapping through DNS SRV (experimental)</title>
<title>Bootstrapping through DNS SRV</title>

<p>Beginning with Java SDK version 2.1.0 you can get the actual bootstrap node list from a DNS
SRV record. The following steps are necessary to make it work:</p>
Expand Down
4 changes: 2 additions & 2 deletions content/sdk/java/start-using-sdk.dita
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>2.3.6</version>
<version>2.4.0</version>
</dependency>
</dependencies>]]></codeblock>

Expand Down Expand Up @@ -150,7 +150,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.3.6/" format="html" scope="external">here</xref>.</p>
<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.4.0/" format="html" scope="external">here</xref>.</p>
</section>
<section id="java-contributing">
<title>Contributing</title>
Expand Down

0 comments on commit 75a6535

Please sign in to comment.