You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modern, [feature-rich](features/) and highly tunable Java client
14
14
library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -64,7 +64,7 @@ The driver contains the following modules:
64
64
65
65
**Feeback requested:** help us focus our efforts, provide your input on the [Platform and Runtime Survey](http://goo.gl/forms/qwUE6qnL7U) (we kept it short).
66
66
67
-
## What's new in 3.0.0-alpha1
67
+
## What's new in 3.0.0-alpha2
68
68
69
69
* Support for new system tables in C* 3.0.
70
70
@@ -82,7 +82,7 @@ it in your application using the following Maven dependency:
82
82
<dependency>
83
83
<groupId>com.datastax.cassandra</groupId>
84
84
<artifactId>cassandra-driver-core</artifactId>
85
-
<version>3.0.0-alpha1</version>
85
+
<version>3.0.0-alpha2</version>
86
86
</dependency>
87
87
```
88
88
@@ -92,7 +92,7 @@ Note that the object mapper is published as a separate artifact:
0 commit comments