From 50614cafc0625c79172b4562d0cf555cd2cbd0f7 Mon Sep 17 00:00:00 2001 From: Piotr Kolaczkowski Date: Thu, 9 Jun 2016 11:50:05 +0200 Subject: [PATCH] Prepare release 1.5.1 --- CHANGES.txt | 5 ++++- README.md | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 516bf6a15..c111bed7f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +1.5.1 + * Includes all patches up to 1.4.4 + 1.5.0 * Fixed assembly build (SPARKC-311) * Upgrade Cassandra version to 3.0.2 by default and allow to specify arbitrary Cassandra version for @@ -36,7 +39,7 @@ ******************************************************************************** 1.4.4 - * Use executeAsync when joining with C* table (SPARKC-233)OA + * Use executeAsync when joining with C* table (SPARKC-233) 1.4.3 * Disable delayed retrying (SPARKC-360) diff --git a/README.md b/README.md index 1578c25ca..2bae506c3 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ This project has been published to the Maven Central Repository. For SBT to download the connector binaries, sources and javadoc, put this in your project SBT config: - libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.5.0" + libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.5.1" If you want to access the functionality of Connector from Java, you may want to add also a Java API module: - libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.5.0" + libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.5.1" ## Building See [Building And Artifacts](doc/12_building_and_artifacts.md)