Skip to content

Commit 8654285

Browse files
committed
Prepare release 1.2.0.
1 parent 7f7eaa4 commit 8654285

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

CHANGES.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
1.3.x (unreleased)
2-
* Removed use of Thrift describe_ring and replaced it with native Java Driver
3-
support for fetching TokenRanges (SPARKC-93)
4-
5-
********************************************************************************
6-
7-
1.2.0 (unreleased)
1+
1.2.0
82
* Removed conversion method rom WriteOption which accepted object of Duration type
93
from Spark Streaming (SPARKC-106)
104
* Fixed compilation warnings (SPARKC-76)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ This project has been published to the Maven Central Repository.
4646
For SBT to download the connector binaries, sources and javadoc, put this in your project
4747
SBT config:
4848

49-
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.2.0-rc3"
49+
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.2.0"
5050

5151
If you want to access the functionality of Connector from Java, you may want to add also a Java API module:
5252

53-
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.2.0-rc3"
53+
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.2.0"
5454

5555
## Building
5656
See [Building And Artifacts](doc/12_building_and_artifacts.md)

project/Settings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Settings extends Build {
3737

3838
lazy val buildSettings = Seq(
3939
organization := "com.datastax.spark",
40-
version in ThisBuild := "1.2.0-SNAPSHOT",
40+
version in ThisBuild := "1.2.0",
4141
scalaVersion := Versions.scalaVersion,
4242
crossScalaVersions := Versions.crossScala,
4343
crossVersion := CrossVersion.binary,

0 commit comments

Comments
 (0)