Skip to content

Commit

Permalink
Set version to 1.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Aug 18, 2014
1 parent fcda44b commit 36ed5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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.0-SNAPSHOT",
version in ThisBuild := "1.0.0-rc4",
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 36ed5d3

Please sign in to comment.