Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set version 1.1.1.
Browse files Browse the repository at this point in the history
pkolaczk committed Dec 29, 2014
1 parent a59de33 commit c574631
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
@@ -38,7 +38,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.2-SNAPSHOT",
version in ThisBuild := "1.1.1",
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")))

0 comments on commit c574631

Please sign in to comment.