@@ -5,7 +5,7 @@ for the development version and that some features described here might
55not yet have been released. You can find the documentation for the latest
66version through the [ Java driver
77docs] ( http://docs.datastax.com/en/developer/java-driver/3.11/index.html ) or via the release tags,
8- [ e.g. 3.11.3 ] ( https://github.com/datastax/java-driver/tree/3.11.3 ) .*
8+ [ e.g. 3.11.4 ] ( https://github.com/datastax/java-driver/tree/3.11.4 ) .*
99
1010A modern, [ feature-rich] ( manual/ ) and highly tunable Java client
1111library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol
@@ -65,7 +65,7 @@ using DataStax Enterprise, install the [DataStax Enterprise Java driver][dse-dri
6565<dependency >
6666 <groupId >com.datastax.cassandra</groupId >
6767 <artifactId >cassandra-driver-core</artifactId >
68- <version >3.11.3 </version >
68+ <version >3.11.4 </version >
6969</dependency >
7070```
7171
@@ -75,7 +75,7 @@ Note that the object mapper is published as a separate artifact:
7575<dependency >
7676 <groupId >com.datastax.cassandra</groupId >
7777 <artifactId >cassandra-driver-mapping</artifactId >
78- <version >3.11.3 </version >
78+ <version >3.11.4 </version >
7979</dependency >
8080```
8181
@@ -85,7 +85,7 @@ The 'extras' module is also published as a separate artifact:
8585<dependency >
8686 <groupId >com.datastax.cassandra</groupId >
8787 <artifactId >cassandra-driver-extras</artifactId >
88- <version >3.11.3< /version >
88+ <version >3.11.4 /version>
8989</dependency >
9090```
9191
@@ -94,12 +94,12 @@ We also provide a [shaded JAR](manual/shaded_jar/)
9494to avoid the explicit dependency to Netty.
9595
9696If you can't use a dependency management tool, a
97- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.11.3 .tar.gz )
97+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.11.4 .tar.gz )
9898is available for download.
9999
100100## Compatibility
101101
102- The Java client driver 3.11.3 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
102+ The Java client driver 3.11.4 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
103103Cassandra 2.1, 2.2 and 3.0+ (see [ this page] ( http://docs.datastax.com/en/developer/java-driver/3.11/manual/native_protocol/ ) for
104104the most up-to-date compatibility information).
105105
0 commit comments