[1/2] spark git commit: Revert Preparing development version 1.2.1-SNAPSHOT

2014-11-25 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.2 1e12f594b - 01271786e


Revert Preparing development version 1.2.1-SNAPSHOT

This reverts commit d7ac6013483e83caff8ea54c228f37aeca159db8.


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

Branch: refs/heads/branch-1.2
Commit: b028aaff161ad749e4723f5821ed000320a6665e
Parents: 1e12f59
Author: Patrick Wendell pwend...@gmail.com
Authored: Wed Nov 26 00:06:14 2014 -0500
Committer: Patrick Wendell pwend...@gmail.com
Committed: Wed Nov 26 00:06:14 2014 -0500

--
 assembly/pom.xml   | 2 +-
 bagel/pom.xml  | 2 +-
 core/pom.xml   | 2 +-
 core/src/main/scala/org/apache/spark/package.scala | 2 +-
 examples/pom.xml   | 2 +-
 external/flume-sink/pom.xml| 2 +-
 external/flume/pom.xml | 2 +-
 external/kafka/pom.xml | 2 +-
 external/mqtt/pom.xml  | 2 +-
 external/twitter/pom.xml   | 2 +-
 external/zeromq/pom.xml| 2 +-
 extras/java8-tests/pom.xml | 2 +-
 extras/kinesis-asl/pom.xml | 2 +-
 extras/spark-ganglia-lgpl/pom.xml  | 2 +-
 graphx/pom.xml | 2 +-
 mllib/pom.xml  | 2 +-
 network/common/pom.xml | 2 +-
 network/shuffle/pom.xml| 2 +-
 network/yarn/pom.xml   | 2 +-
 pom.xml| 2 +-
 repl/pom.xml   | 2 +-
 sql/catalyst/pom.xml   | 2 +-
 sql/core/pom.xml   | 2 +-
 sql/hive-thriftserver/pom.xml  | 2 +-
 sql/hive/pom.xml   | 2 +-
 streaming/pom.xml  | 2 +-
 tools/pom.xml  | 2 +-
 yarn/alpha/pom.xml | 2 +-
 yarn/pom.xml   | 2 +-
 yarn/stable/pom.xml| 2 +-
 30 files changed, 30 insertions(+), 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/b028aaff/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 65e3ddf..5af17c5 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/b028aaff/bagel/pom.xml
--
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 4ead7aa..1f43fcc 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/b028aaff/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 155b4c9..15cb382 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/b028aaff/core/src/main/scala/org/apache/spark/package.scala
--
diff --git a/core/src/main/scala/org/apache/spark/package.scala 
b/core/src/main/scala/org/apache/spark/package.scala
index b1a511f..873ec3c 100644
--- a/core/src/main/scala/org/apache/spark/package.scala
+++ b/core/src/main/scala/org/apache/spark/package.scala
@@ -44,5 +44,5 @@ package org.apache
 
 package object spark {
   // For package docs only
-  val SPARK_VERSION = 1.2.1-SNAPSHOT
+  val SPARK_VERSION = 1.2.0
 }

http://git-wip-us.apache.org/repos/asf/spark/blob/b028aaff/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index f5a7ed2..88b17b7 100644
--- a/examples/pom.xml
+++ 

[1/2] spark git commit: Revert Preparing development version 1.2.1-SNAPSHOT

2014-11-25 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.2 d7b1ecb25 - ce6200b26


Revert Preparing development version 1.2.1-SNAPSHOT

This reverts commit d7b1ecb25676d228deb6fe05efdb4e2ab9c3e30b.


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

Branch: refs/heads/branch-1.2
Commit: 68a217cd1a792ca3486442e9aa63ca0258e88762
Parents: d7b1ecb
Author: Patrick Wendell pwend...@gmail.com
Authored: Wed Nov 26 00:08:57 2014 -0500
Committer: Patrick Wendell pwend...@gmail.com
Committed: Wed Nov 26 00:08:57 2014 -0500

--
 assembly/pom.xml  | 2 +-
 bagel/pom.xml | 2 +-
 core/pom.xml  | 2 +-
 examples/pom.xml  | 2 +-
 external/flume-sink/pom.xml   | 2 +-
 external/flume/pom.xml| 2 +-
 external/kafka/pom.xml| 2 +-
 external/mqtt/pom.xml | 2 +-
 external/twitter/pom.xml  | 2 +-
 external/zeromq/pom.xml   | 2 +-
 extras/java8-tests/pom.xml| 2 +-
 extras/kinesis-asl/pom.xml| 2 +-
 extras/spark-ganglia-lgpl/pom.xml | 2 +-
 graphx/pom.xml| 2 +-
 mllib/pom.xml | 2 +-
 network/common/pom.xml| 2 +-
 network/shuffle/pom.xml   | 2 +-
 network/yarn/pom.xml  | 2 +-
 pom.xml   | 4 ++--
 repl/pom.xml  | 2 +-
 sql/catalyst/pom.xml  | 2 +-
 sql/core/pom.xml  | 2 +-
 sql/hive-thriftserver/pom.xml | 2 +-
 sql/hive/pom.xml  | 2 +-
 streaming/pom.xml | 2 +-
 tools/pom.xml | 2 +-
 yarn/alpha/pom.xml| 2 +-
 yarn/pom.xml  | 2 +-
 yarn/stable/pom.xml   | 2 +-
 29 files changed, 30 insertions(+), 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/68a217cd/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 65e3ddf..5af17c5 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/68a217cd/bagel/pom.xml
--
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 4ead7aa..1f43fcc 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/68a217cd/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 155b4c9..15cb382 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/68a217cd/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index f5a7ed2..88b17b7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/68a217cd/external/flume-sink/pom.xml
--
diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml
index fe1c8fb..ff7babc 100644
--- a/external/flume-sink/pom.xml
+++ b/external/flume-sink/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/68a217cd/external/flume/pom.xml
--
diff --git a/external/flume/pom.xml b/external/flume/pom.xml
index da4bd70..d25a9b9 100644
--- a/external/flume/pom.xml
+++ b/external/flume/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
   

[1/2] spark git commit: Revert Preparing development version 1.2.1-SNAPSHOT

2014-11-25 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.2 79df6b43a - de8029b39


Revert Preparing development version 1.2.1-SNAPSHOT

This reverts commit 79df6b43ae762263a8120f423ddb4a0811dd4b6f.


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

Branch: refs/heads/branch-1.2
Commit: 37bc7a830e862d47776b85767ba599d61ef13e01
Parents: 79df6b4
Author: Patrick Wendell pwend...@gmail.com
Authored: Wed Nov 26 00:11:49 2014 -0500
Committer: Patrick Wendell pwend...@gmail.com
Committed: Wed Nov 26 00:11:49 2014 -0500

--
 assembly/pom.xml  | 2 +-
 bagel/pom.xml | 2 +-
 core/pom.xml  | 2 +-
 examples/pom.xml  | 2 +-
 external/flume-sink/pom.xml   | 2 +-
 external/flume/pom.xml| 2 +-
 external/kafka/pom.xml| 2 +-
 external/mqtt/pom.xml | 2 +-
 external/twitter/pom.xml  | 2 +-
 external/zeromq/pom.xml   | 2 +-
 extras/java8-tests/pom.xml| 2 +-
 extras/kinesis-asl/pom.xml| 2 +-
 extras/spark-ganglia-lgpl/pom.xml | 2 +-
 graphx/pom.xml| 2 +-
 mllib/pom.xml | 2 +-
 network/common/pom.xml| 2 +-
 network/shuffle/pom.xml   | 2 +-
 network/yarn/pom.xml  | 2 +-
 pom.xml   | 4 ++--
 repl/pom.xml  | 2 +-
 sql/catalyst/pom.xml  | 2 +-
 sql/core/pom.xml  | 2 +-
 sql/hive-thriftserver/pom.xml | 2 +-
 sql/hive/pom.xml  | 2 +-
 streaming/pom.xml | 2 +-
 tools/pom.xml | 2 +-
 yarn/alpha/pom.xml| 2 +-
 yarn/pom.xml  | 2 +-
 yarn/stable/pom.xml   | 2 +-
 29 files changed, 30 insertions(+), 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/37bc7a83/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 65e3ddf..5af17c5 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/37bc7a83/bagel/pom.xml
--
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 4ead7aa..1f43fcc 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/37bc7a83/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 155b4c9..15cb382 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/37bc7a83/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index f5a7ed2..88b17b7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/37bc7a83/external/flume-sink/pom.xml
--
diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml
index fe1c8fb..ff7babc 100644
--- a/external/flume-sink/pom.xml
+++ b/external/flume-sink/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/37bc7a83/external/flume/pom.xml
--
diff --git a/external/flume/pom.xml b/external/flume/pom.xml
index da4bd70..d25a9b9 100644
--- a/external/flume/pom.xml
+++ b/external/flume/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
   

[1/2] spark git commit: Revert Preparing development version 1.2.1-SNAPSHOT

2014-11-25 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.2 c7185f0c0 - 8f5ebcb63


Revert Preparing development version 1.2.1-SNAPSHOT

This reverts commit 380eba5f49eca1dbd4084e6c84e19866fffd4efa.


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

Branch: refs/heads/branch-1.2
Commit: 537d699a53b1fe227d570635e3b4a33abf2d72ab
Parents: c7185f0
Author: Patrick Wendell pwend...@gmail.com
Authored: Wed Nov 26 00:36:35 2014 -0500
Committer: Patrick Wendell pwend...@gmail.com
Committed: Wed Nov 26 00:36:35 2014 -0500

--
 assembly/pom.xml  | 2 +-
 bagel/pom.xml | 2 +-
 core/pom.xml  | 2 +-
 examples/pom.xml  | 2 +-
 external/flume-sink/pom.xml   | 2 +-
 external/flume/pom.xml| 2 +-
 external/kafka/pom.xml| 2 +-
 external/mqtt/pom.xml | 2 +-
 external/twitter/pom.xml  | 2 +-
 external/zeromq/pom.xml   | 2 +-
 extras/java8-tests/pom.xml| 2 +-
 extras/kinesis-asl/pom.xml| 2 +-
 extras/spark-ganglia-lgpl/pom.xml | 2 +-
 graphx/pom.xml| 2 +-
 mllib/pom.xml | 2 +-
 network/common/pom.xml| 2 +-
 network/shuffle/pom.xml   | 2 +-
 network/yarn/pom.xml  | 2 +-
 pom.xml   | 4 ++--
 repl/pom.xml  | 2 +-
 sql/catalyst/pom.xml  | 2 +-
 sql/core/pom.xml  | 2 +-
 sql/hive-thriftserver/pom.xml | 2 +-
 sql/hive/pom.xml  | 2 +-
 streaming/pom.xml | 2 +-
 tools/pom.xml | 2 +-
 yarn/alpha/pom.xml| 2 +-
 yarn/pom.xml  | 2 +-
 yarn/stable/pom.xml   | 2 +-
 29 files changed, 30 insertions(+), 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/537d699a/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 65e3ddf..5af17c5 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/537d699a/bagel/pom.xml
--
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 4ead7aa..1f43fcc 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/537d699a/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 155b4c9..15cb382 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/537d699a/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index f5a7ed2..88b17b7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/537d699a/external/flume-sink/pom.xml
--
diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml
index fe1c8fb..ff7babc 100644
--- a/external/flume-sink/pom.xml
+++ b/external/flume-sink/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/spark/blob/537d699a/external/flume/pom.xml
--
diff --git a/external/flume/pom.xml b/external/flume/pom.xml
index da4bd70..d25a9b9 100644
--- a/external/flume/pom.xml
+++ b/external/flume/pom.xml
@@ -21,7 +21,7 @@
   parent
 groupIdorg.apache.spark/groupId
   

[1/2] spark git commit: Revert Preparing development version 1.2.1-SNAPSHOT

2014-11-16 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.2 8305e803e - e1339daec


Revert Preparing development version 1.2.1-SNAPSHOT

This reverts commit 6c6fd218c83a049c874b8a0ea737333c1899c94a.


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

Branch: refs/heads/branch-1.2
Commit: c3fd9aef99134f3f649285c5f013f81b3e8e697e
Parents: 8305e80
Author: Patrick Wendell pwend...@gmail.com
Authored: Sun Nov 16 22:13:29 2014 -0800
Committer: Patrick Wendell pwend...@gmail.com
Committed: Sun Nov 16 22:13:29 2014 -0800

--
 assembly/pom.xml   | 4 ++--
 bagel/pom.xml  | 4 ++--
 core/pom.xml   | 4 ++--
 core/src/main/scala/org/apache/spark/package.scala | 2 +-
 examples/pom.xml   | 4 ++--
 external/flume-sink/pom.xml| 4 ++--
 external/flume/pom.xml | 4 ++--
 external/kafka/pom.xml | 4 ++--
 external/mqtt/pom.xml  | 4 ++--
 external/twitter/pom.xml   | 4 ++--
 external/zeromq/pom.xml| 4 ++--
 extras/java8-tests/pom.xml | 4 ++--
 extras/kinesis-asl/pom.xml | 4 ++--
 extras/spark-ganglia-lgpl/pom.xml  | 4 ++--
 graphx/pom.xml | 4 ++--
 mllib/pom.xml  | 4 ++--
 network/common/pom.xml | 4 ++--
 network/shuffle/pom.xml| 4 ++--
 network/yarn/pom.xml   | 4 ++--
 pom.xml| 4 ++--
 repl/pom.xml   | 4 ++--
 sql/catalyst/pom.xml   | 4 ++--
 sql/core/pom.xml   | 4 ++--
 sql/hive-thriftserver/pom.xml  | 4 ++--
 sql/hive/pom.xml   | 4 ++--
 streaming/pom.xml  | 4 ++--
 tools/pom.xml  | 4 ++--
 yarn/alpha/pom.xml | 6 +++---
 yarn/pom.xml   | 4 ++--
 yarn/stable/pom.xml| 6 +++---
 30 files changed, 61 insertions(+), 61 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/c3fd9aef/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 0c79f10..5af17c5 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,12 +21,12 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 
   groupIdorg.apache.spark/groupId
-  artifactIdspark-assembly_2.11/artifactId
+  artifactIdspark-assembly_2.10/artifactId
   nameSpark Project Assembly/name
   urlhttp://spark.apache.org//url
   packagingpom/packaging

http://git-wip-us.apache.org/repos/asf/spark/blob/c3fd9aef/bagel/pom.xml
--
diff --git a/bagel/pom.xml b/bagel/pom.xml
index c968da9..1f43fcc 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,12 +21,12 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 
   groupIdorg.apache.spark/groupId
-  artifactIdspark-bagel_2.11/artifactId
+  artifactIdspark-bagel_2.10/artifactId
   properties
 sbt.project.namebagel/sbt.project.name
   /properties

http://git-wip-us.apache.org/repos/asf/spark/blob/c3fd9aef/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index 83c0307..15cb382 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,12 +21,12 @@
   parent
 groupIdorg.apache.spark/groupId
 artifactIdspark-parent/artifactId
-version1.2.1-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 
   groupIdorg.apache.spark/groupId
-  artifactIdspark-core_2.11/artifactId
+  artifactIdspark-core_2.10/artifactId
   properties
 sbt.project.namecore/sbt.project.name
   /properties

http://git-wip-us.apache.org/repos/asf/spark/blob/c3fd9aef/core/src/main/scala/org/apache/spark/package.scala
--
diff --git