Skip to content

Commit

Permalink
Set version to 1.1.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Oct 1, 2014
1 parent b3cf18f commit d1aa33c
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 @@ -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.1.0-SNAPSHOT",
version in ThisBuild := "1.1.0-alpha2",
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 d1aa33c

Please sign in to comment.