@@ -6,7 +6,7 @@ not 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/latest/index.html ) or via the release tags,
88[ e.g.
9- 3.9 .0] ( https://github.com/datastax/java-driver/tree/3.9 .0 ) .*
9+ 3.10 .0] ( https://github.com/datastax/java-driver/tree/3.10 .0 ) .*
1010
1111A modern, [ feature-rich] ( manual/ ) and highly tunable Java client
1212library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol
@@ -52,10 +52,10 @@ The driver contains the following modules:
5252 other drivers, Cassandra, and DSE.
5353- DOCS: the [ manual] ( http://docs.datastax.com/en/developer/java-driver/3.9/manual/ ) has quick
5454 start material and technical details about the driver and its features.
55- - API: http ://docs.datastax.com/en/drivers/java/3.9
55+ - API: https ://docs.datastax.com/en/drivers/java/3.10
5656- GITHUB REPOSITORY: https://github.com/datastax/java-driver
5757- [ changelog] ( changelog/ )
58- - [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.9 .0.tar.gz )
58+ - [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.10 .0.tar.gz )
5959
6060## Getting the driver
6161
@@ -67,7 +67,7 @@ using DataStax Enterprise, install the [DataStax Enterprise Java driver][dse-dri
6767<dependency >
6868 <groupId >com.datastax.cassandra</groupId >
6969 <artifactId >cassandra-driver-core</artifactId >
70- <version >3.9 .0</version >
70+ <version >3.10 .0</version >
7171</dependency >
7272```
7373
@@ -77,7 +77,7 @@ Note that the object mapper is published as a separate artifact:
7777<dependency >
7878 <groupId >com.datastax.cassandra</groupId >
7979 <artifactId >cassandra-driver-mapping</artifactId >
80- <version >3.9 .0</version >
80+ <version >3.10 .0</version >
8181</dependency >
8282```
8383
@@ -87,7 +87,7 @@ The 'extras' module is also published as a separate artifact:
8787<dependency >
8888 <groupId >com.datastax.cassandra</groupId >
8989 <artifactId >cassandra-driver-extras</artifactId >
90- <version >3.9 .0</version >
90+ <version >3.10 .0</version >
9191</dependency >
9292```
9393
@@ -96,12 +96,12 @@ We also provide a [shaded JAR](manual/shaded_jar/)
9696to avoid the explicit dependency to Netty.
9797
9898If you can't use a dependency management tool, a
99- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.9 .0.tar.gz )
99+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.10 .0.tar.gz )
100100is available for download.
101101
102102## Compatibility
103103
104- The Java client driver 3.9 .0 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
104+ The Java client driver 3.10 .0 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
105105Cassandra 2.1, 2.2 and 3.0+ (see [ this page] ( http://docs.datastax.com/en/developer/java-driver/latest/manual/native_protocol/ ) for
106106the most up-to-date compatibility information).
107107
0 commit comments