Skip to content

Commit

Permalink
Prepare 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Sep 17, 2015
1 parent e6739da commit 3614507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,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.4.0-RC1"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.4.0"

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

## Building
See [Building And Artifacts](doc/12_building_and_artifacts.md)
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object Settings extends Build {

lazy val buildSettings = Seq(
organization := "com.datastax.spark",
version in ThisBuild := s"1.4.0-RC1$versionSuffix",
version in ThisBuild := s"1.4.0$versionSuffix",
scalaVersion := Versions.scalaVersion,
crossScalaVersions := Versions.crossScala,
crossVersion := CrossVersion.binary,
Expand Down

0 comments on commit 3614507

Please sign in to comment.