Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b0ad29

Browse files
committedNov 24, 2014
Set version to 1.1.0-rc3.
1 parent ceb7088 commit 5b0ad29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/Settings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object Settings extends Build {
3838
"and executes CQL queries in Spark applications.",
3939
organization := "com.datastax.spark",
4040
organizationHomepage := Some(url("http://www.datastax.com/")),
41-
version in ThisBuild := "1.1.0-SNAPSHOT",
41+
version in ThisBuild := "1.1.0-rc3",
4242
scalaVersion := Versions.Scala,
4343
homepage := Some(url("https://github.com/datastax/spark-cassandra-connector")),
4444
licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))

0 commit comments

Comments
 (0)