@@ -7,7 +7,7 @@ for the development version and that some features described here might
77not 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/3.11/index.html ) or via the release tags,
10- [ e.g. 3.12.0 ] ( https://github.com/apache/cassandra-java-driver/tree/3.12.0 ) .*
10+ [ e.g. 3.12.1 ] ( https://github.com/apache/cassandra-java-driver/tree/3.12.1 ) .*
1111
1212A modern, [ feature-rich] ( manual/ ) and highly tunable Java client
1313library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol
@@ -62,7 +62,7 @@ using DataStax Enterprise, install the [DataStax Enterprise Java Driver][dse-dri
6262<dependency >
6363 <groupId >org.apache.cassandra</groupId >
6464 <artifactId >cassandra-driver-core</artifactId >
65- <version >3.12.0 </version >
65+ <version >3.12.1 </version >
6666</dependency >
6767```
6868
@@ -72,7 +72,7 @@ Note that the object mapper is published as a separate artifact:
7272<dependency >
7373 <groupId >org.apache.cassandra</groupId >
7474 <artifactId >cassandra-driver-mapping</artifactId >
75- <version >3.12.0 </version >
75+ <version >3.12.1 </version >
7676</dependency >
7777```
7878
@@ -82,7 +82,7 @@ The 'extras' module is also published as a separate artifact:
8282<dependency >
8383 <groupId >org.apache.cassandra</groupId >
8484 <artifactId >cassandra-driver-extras</artifactId >
85- <version >3.12.0 /version>
85+ <version >3.12.1 /version>
8686</dependency >
8787```
8888
@@ -96,7 +96,7 @@ is available for download.
9696
9797## Compatibility
9898
99- The Java client driver 3.12.0 ([ branch 3.x] ( https://github.com/apache/cassandra-java-driver/tree/3.x ) ) is compatible with Apache
99+ The Java client driver 3.12.1 ([ branch 3.x] ( https://github.com/apache/cassandra-java-driver/tree/3.x ) ) is compatible with Apache
100100Cassandra 2.1, 2.2 and 3.0+ (see [ this page] ( http://docs.datastax.com/en/developer/java-driver/3.11/manual/native_protocol/ ) for
101101the most up-to-date compatibility information).
102102
0 commit comments