@@ -5,7 +5,7 @@ for the development version and that some features described here might
5
5
not yet have been released. You can find the documentation for the latest
6
6
version through the [ Java driver
7
7
docs] ( http://docs.datastax.com/en/developer/java-driver/3.11/index.html ) or via the release tags,
8
- [ e.g. 3.11.1 ] ( https://github.com/datastax/java-driver/tree/3.11.1 ) .*
8
+ [ e.g. 3.11.2 ] ( https://github.com/datastax/java-driver/tree/3.11.2 ) .*
9
9
10
10
A modern, [ feature-rich] ( manual/ ) and highly tunable Java client
11
11
library 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
65
65
<dependency >
66
66
<groupId >com.datastax.cassandra</groupId >
67
67
<artifactId >cassandra-driver-core</artifactId >
68
- <version >3.11.1 </version >
68
+ <version >3.11.2 </version >
69
69
</dependency >
70
70
```
71
71
@@ -75,7 +75,7 @@ Note that the object mapper is published as a separate artifact:
75
75
<dependency >
76
76
<groupId >com.datastax.cassandra</groupId >
77
77
<artifactId >cassandra-driver-mapping</artifactId >
78
- <version >3.11.1 </version >
78
+ <version >3.11.2 </version >
79
79
</dependency >
80
80
```
81
81
@@ -85,7 +85,7 @@ The 'extras' module is also published as a separate artifact:
85
85
<dependency >
86
86
<groupId >com.datastax.cassandra</groupId >
87
87
<artifactId >cassandra-driver-extras</artifactId >
88
- <version >3.11.1 </version >
88
+ <version >3.11.2 </version >
89
89
</dependency >
90
90
```
91
91
@@ -94,12 +94,12 @@ We also provide a [shaded JAR](manual/shaded_jar/)
94
94
to avoid the explicit dependency to Netty.
95
95
96
96
If you can't use a dependency management tool, a
97
- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.11.1 .tar.gz )
97
+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.11.2 .tar.gz )
98
98
is available for download.
99
99
100
100
## Compatibility
101
101
102
- The Java client driver 3.11.1 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
102
+ The Java client driver 3.11.2 ([ branch 3.x] ( https://github.com/datastax/java-driver/tree/3.x ) ) is compatible with Apache
103
103
Cassandra 2.1, 2.2 and 3.0+ (see [ this page] ( http://docs.datastax.com/en/developer/java-driver/3.11/manual/native_protocol/ ) for
104
104
the most up-to-date compatibility information).
105
105
0 commit comments