Skip to content

Commit

Permalink
Prepare release 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Nov 7, 2014
1 parent 378c614 commit 1839b78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.4 (unreleased)
1.0.4
* Synchronized TypeConverter.forType methods to workaround some Scala 2.10
reflection thread-safety problems (#235)
* Synchronized computation of TypeTags in TypeConverter#targetTypeTag,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,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.0.3" withSources() withJavadoc()
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.0.4" withSources() withJavadoc()

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.0.3" withSources() withJavadoc()
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.0.4" withSources() withJavadoc()

## Building

Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Settings extends Build {
"and executes CQL queries in Spark applications.",
organization := "com.datastax.spark",
organizationHomepage := Some(url("http://www.datastax.com/")),
version in ThisBuild := "1.0.4-SNAPSHOT",
version in ThisBuild := "1.0.5-SNAPSHOT",
scalaVersion := Versions.Scala,
homepage := Some(url("https://github.com/datastax/spark-cassandra-connector")),
licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))
Expand Down

0 comments on commit 1839b78

Please sign in to comment.