We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb7088 commit 5b0ad29Copy full SHA for 5b0ad29
project/Settings.scala
@@ -38,7 +38,7 @@ object Settings extends Build {
38
"and executes CQL queries in Spark applications.",
39
organization := "com.datastax.spark",
40
organizationHomepage := Some(url("http://www.datastax.com/")),
41
- version in ThisBuild := "1.1.0-SNAPSHOT",
+ version in ThisBuild := "1.1.0-rc3",
42
scalaVersion := Versions.Scala,
43
homepage := Some(url("https://github.com/datastax/spark-cassandra-connector")),
44
licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))
0 commit comments