@@ -8,7 +8,7 @@ not yet have been released. You can find the documentation for latest
88version through [ Java driver
99docs] ( http://datastax.github.io/java-driver/ ) or via the release tags,
1010[ e.g.
11- 3.0.0-alpha4 ] ( https://github.com/datastax/java-driver/tree/3.0.0-alpha4 ) .*
11+ 3.0.0-alpha5 ] ( https://github.com/datastax/java-driver/tree/3.0.0-alpha5 ) .*
1212
1313A modern, [ feature-rich] ( features/ ) and highly tunable Java client
1414library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using
@@ -76,7 +76,7 @@ it in your application using the following Maven dependency:
7676<dependency >
7777 <groupId >com.datastax.cassandra</groupId >
7878 <artifactId >cassandra-driver-core</artifactId >
79- <version >3.0.0-alpha4 </version >
79+ <version >3.0.0-alpha5 </version >
8080</dependency >
8181```
8282
@@ -86,7 +86,7 @@ Note that the object mapper is published as a separate artifact:
8686<dependency >
8787 <groupId >com.datastax.cassandra</groupId >
8888 <artifactId >cassandra-driver-mapping</artifactId >
89- <version >3.0.0-alpha4 </version >
89+ <version >3.0.0-alpha5 </version >
9090</dependency >
9191```
9292
@@ -96,7 +96,7 @@ The 'extras' module is also published as a separate artifact:
9696<dependency >
9797 <groupId >com.datastax.cassandra</groupId >
9898 <artifactId >cassandra-driver-extras</artifactId >
99- <version >3.0.0-alpha4 </version >
99+ <version >3.0.0-alpha5 </version >
100100</dependency >
101101```
102102
@@ -105,7 +105,7 @@ We also provide a [shaded JAR](features/shaded_jar/)
105105to avoid the explicit dependency to Netty.
106106
107107If you can't use a dependency management tool, a
108- [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.0-alpha4 .tar.gz )
108+ [ binary tarball] ( http://downloads.datastax.com/java-driver/cassandra-java-driver-3.0.0-alpha5 .tar.gz )
109109is available for download.
110110
111111## Compatibility
0 commit comments