Skip to content

Commit

Permalink
Prepare release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Aug 7, 2015
1 parent 2a72e03 commit 9cf836a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2.5 (unreleased)
1.2.5
* Changed default query timeout from 12 seconds to 2 minutes (SPARKC-220)
* spark.cassandra.output.throughput_mb_per_sec can now be set to a decimal (SPARKC-226)
* Fixed Connection Caching, Changed SSL EnabledAlgorithms to Set (SPARKC-227)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,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.2.4"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.2.5"

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.2.4"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.2.5"

## Building
See [Building And Artifacts](doc/12_building_and_artifacts.md)
Expand Down

0 comments on commit 9cf836a

Please sign in to comment.