@@ -8,7 +8,7 @@ not yet have been released. You can find the documentation for the latest
88version through the [ Java driver
99docs] ( http://docs.datastax.com/en/developer/java-driver/latest/index.html ) or via the release tags,
1010[ e.g.
11- 3.5.1 ] ( https://github.com/datastax/java-driver/tree/3.5.1 ) .*
11+ 3.6.0 ] ( https://github.com/datastax/java-driver/tree/3.6.0 ) .*
1212
1313_ ** Feeback requested!** Help us focus our efforts, provide your input on
1414the [ Platform and Runtime Survey] ( http://goo.gl/forms/qwUE6qnL7U ) (we kept it short)._
@@ -60,7 +60,7 @@ The driver contains the following modules:
6060- API: http://www.datastax.com/drivers/java/3.5
6161- GITHUB REPOSITORY: https://github.com/datastax/java-driver
6262- [ changelog] ( changelog/ )
63- - [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.5.1 .tar.gz )
63+ - [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.6.0 .tar.gz )
6464
6565## Getting the driver
6666
@@ -72,7 +72,7 @@ using DataStax Enterprise, install the [DataStax Enterprise Java driver][dse-dri
7272<dependency >
7373 <groupId >com.datastax.cassandra</groupId >
7474 <artifactId >cassandra-driver-core</artifactId >
75- <version >3.5.1 </version >
75+ <version >3.6.0 </version >
7676</dependency >
7777```
7878
@@ -82,7 +82,7 @@ Note that the object mapper is published as a separate artifact:
8282<dependency >
8383 <groupId >com.datastax.cassandra</groupId >
8484 <artifactId >cassandra-driver-mapping</artifactId >
85- <version >3.5.1 </version >
85+ <version >3.6.0 </version >
8686</dependency >
8787```
8888
@@ -92,7 +92,7 @@ The 'extras' module is also published as a separate artifact:
9292<dependency >
9393 <groupId >com.datastax.cassandra</groupId >
9494 <artifactId >cassandra-driver-extras</artifactId >
95- <version >3.5.1 </version >
95+ <version >3.6.0 </version >
9696</dependency >
9797```
9898
@@ -101,12 +101,12 @@ We also provide a [shaded JAR](manual/shaded_jar/)
101101to avoid the explicit dependency to Netty.
102102
103103If you can't use a dependency management tool, a
104- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.5.1 .tar.gz )
104+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.6.0 .tar.gz )
105105is available for download.
106106
107107## Compatibility
108108
109- The Java client driver 3.5.1 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
109+ The Java client driver 3.6.0 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
110110Cassandra 2.1, 2.2 and 3.0+ (see [ this page] ( http://docs.datastax.com/en/developer/java-driver/latest/manual/native_protocol/ ) for
111111the most up-to-date compatibility information).
112112
0 commit comments