From ae77a5126fbf9907c3ab58ce349f4fad9649b277 Mon Sep 17 00:00:00 2001 From: Piotr Kolaczkowski Date: Thu, 16 Oct 2014 17:37:20 +0200 Subject: [PATCH] Set version to 1.0.4-alpha4 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index cae3c5096..7fbfef83b 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -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-alpha4", 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")))