Skip to content

Commit

Permalink
Update CHANGES.txt. Prepare release 1.3.0-RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Jul 22, 2015
1 parent 1c02771 commit e636209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.3.0 RC1
* Fixed NoSuchElementException when using UDTs in SparkSQL (SPARKC-218)

1.3.0 M2
* Support for loading, saving and mapping Cassandra tuples (SPARKC-172)
* Support for mapping case classes to UDTs on saving (SPARKC-190)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,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.3.0-M2"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.3.0-RC1"

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.3.0-M2"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.3.0-RC1"

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

0 comments on commit e636209

Please sign in to comment.