Skip to content

Commit ceb7088

Browse files
committed
Prepare release 1.1.0-rc3.
1 parent 348a22a commit ceb7088

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
1.1.0 rc 3
12
* Fix NPE when saving CassandraRows containing null values (#446)
23

34
1.1.0 rc 2

README.md

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

28-
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.1.0-rc2" withSources() withJavadoc()
28+
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.1.0-rc3" withSources() withJavadoc()
2929

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

32-
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.1.0-rc2" withSources() withJavadoc()
32+
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.1.0-rc3" withSources() withJavadoc()
3333

3434
## Building
3535

0 commit comments

Comments
 (0)