spark git commit: [SPARK-10556] Remove explicit Scala version for sbt project build files

2015-09-11 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/branch-1.5 89d351b5a -> 4af925664


[SPARK-10556] Remove explicit Scala version for sbt project build files

Previously, project/plugins.sbt explicitly set scalaVersion to 2.10.4. This can 
cause issues when using a version of sbt that is compiled against a different 
version of Scala (for example sbt 0.13.9 uses 2.10.5). Removing this explicit 
setting will cause build files to be compiled and run against the same version 
of Scala that sbt is compiled against.

Note that this only applies to the project build files (items in project/), it 
is distinct from the version of Scala we target for the actual spark 
compilation.

Author: Ahir Reddy 

Closes #8709 from ahirreddy/sbt-scala-version-fix.

(cherry picked from commit 9bbe33f318c866c0b13088917542715062f0787f)
Signed-off-by: Sean Owen 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4af92566
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4af92566
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4af92566

Branch: refs/heads/branch-1.5
Commit: 4af925664ca8df74515666820bd693024ab06050
Parents: 89d351b
Author: Ahir Reddy 
Authored: Fri Sep 11 13:06:14 2015 +0100
Committer: Sean Owen 
Committed: Fri Sep 11 13:06:27 2015 +0100

--
 project/plugins.sbt | 2 --
 1 file changed, 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/4af92566/project/plugins.sbt
--
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 5182046..c06687d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,3 @@
-scalaVersion := "2.10.4"
-
 resolvers += Resolver.url("artifactory", 
url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases;))(Resolver.ivyStylePatterns)
 
 resolvers += "Typesafe Repository" at 
"http://repo.typesafe.com/typesafe/releases/;


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [SPARK-10556] Remove explicit Scala version for sbt project build files

2015-09-11 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/master e1d7f6429 -> 9bbe33f31


[SPARK-10556] Remove explicit Scala version for sbt project build files

Previously, project/plugins.sbt explicitly set scalaVersion to 2.10.4. This can 
cause issues when using a version of sbt that is compiled against a different 
version of Scala (for example sbt 0.13.9 uses 2.10.5). Removing this explicit 
setting will cause build files to be compiled and run against the same version 
of Scala that sbt is compiled against.

Note that this only applies to the project build files (items in project/), it 
is distinct from the version of Scala we target for the actual spark 
compilation.

Author: Ahir Reddy 

Closes #8709 from ahirreddy/sbt-scala-version-fix.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9bbe33f3
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9bbe33f3
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9bbe33f3

Branch: refs/heads/master
Commit: 9bbe33f318c866c0b13088917542715062f0787f
Parents: e1d7f64
Author: Ahir Reddy 
Authored: Fri Sep 11 13:06:14 2015 +0100
Committer: Sean Owen 
Committed: Fri Sep 11 13:06:14 2015 +0100

--
 project/plugins.sbt | 2 --
 1 file changed, 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/9bbe33f3/project/plugins.sbt
--
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 5182046..c06687d 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,3 @@
-scalaVersion := "2.10.4"
-
 resolvers += Resolver.url("artifactory", 
url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases;))(Resolver.ivyStylePatterns)
 
 resolvers += "Typesafe Repository" at 
"http://repo.typesafe.com/typesafe/releases/;


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [SPARK-10556] Remove explicit Scala version for sbt project build files

2015-09-11 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/branch-1.4 53f119cc5 -> af69c4c90


[SPARK-10556] Remove explicit Scala version for sbt project build files

Previously, project/plugins.sbt explicitly set scalaVersion to 2.10.4. This can 
cause issues when using a version of sbt that is compiled against a different 
version of Scala (for example sbt 0.13.9 uses 2.10.5). Removing this explicit 
setting will cause build files to be compiled and run against the same version 
of Scala that sbt is compiled against.

Note that this only applies to the project build files (items in project/), it 
is distinct from the version of Scala we target for the actual spark 
compilation.

Author: Ahir Reddy 

Closes #8709 from ahirreddy/sbt-scala-version-fix.

(cherry picked from commit 9bbe33f318c866c0b13088917542715062f0787f)
Signed-off-by: Sean Owen 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/af69c4c9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/af69c4c9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/af69c4c9

Branch: refs/heads/branch-1.4
Commit: af69c4c901409cb4e9485fc1744bf0ac318be8d4
Parents: 53f119c
Author: Ahir Reddy 
Authored: Fri Sep 11 13:06:14 2015 +0100
Committer: Sean Owen 
Committed: Fri Sep 11 13:06:41 2015 +0100

--
 project/plugins.sbt | 2 --
 1 file changed, 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/af69c4c9/project/plugins.sbt
--
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 75bd604..909e715 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,3 @@
-scalaVersion := "2.10.4"
-
 resolvers += Resolver.url("artifactory", 
url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases;))(Resolver.ivyStylePatterns)
 
 resolvers += "Typesafe Repository" at 
"http://repo.typesafe.com/typesafe/releases/;


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



spark git commit: [SPARK-10556] Remove explicit Scala version for sbt project build files

2015-09-11 Thread srowen
Repository: spark
Updated Branches:
  refs/heads/branch-1.3 d0d7ada9f -> 8c8d7ab20


[SPARK-10556] Remove explicit Scala version for sbt project build files

Previously, project/plugins.sbt explicitly set scalaVersion to 2.10.4. This can 
cause issues when using a version of sbt that is compiled against a different 
version of Scala (for example sbt 0.13.9 uses 2.10.5). Removing this explicit 
setting will cause build files to be compiled and run against the same version 
of Scala that sbt is compiled against.

Note that this only applies to the project build files (items in project/), it 
is distinct from the version of Scala we target for the actual spark 
compilation.

Author: Ahir Reddy 

Closes #8709 from ahirreddy/sbt-scala-version-fix.

(cherry picked from commit 9bbe33f318c866c0b13088917542715062f0787f)
Signed-off-by: Sean Owen 


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8c8d7ab2
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8c8d7ab2
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8c8d7ab2

Branch: refs/heads/branch-1.3
Commit: 8c8d7ab20127c0752ec115dfc6901d2d8fc4e79f
Parents: d0d7ada
Author: Ahir Reddy 
Authored: Fri Sep 11 13:06:14 2015 +0100
Committer: Sean Owen 
Committed: Fri Sep 11 13:06:55 2015 +0100

--
 project/plugins.sbt | 2 --
 1 file changed, 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/8c8d7ab2/project/plugins.sbt
--
diff --git a/project/plugins.sbt b/project/plugins.sbt
index ee45b6a..45366b1 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,3 @@
-scalaVersion := "2.10.4"
-
 resolvers += Resolver.url("artifactory", 
url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases;))(Resolver.ivyStylePatterns)
 
 resolvers += "Typesafe Repository" at 
"http://repo.typesafe.com/typesafe/releases/;


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org