You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2014/12/19 17:29:46 UTC

spark git commit: [Build] Remove spark-staging-1038

Repository: spark
Updated Branches:
  refs/heads/master 5479450c4 -> 8e253ebbf


[Build] Remove spark-staging-1038

Author: scwf <wa...@huawei.com>

Closes #3743 from scwf/abc and squashes the following commits:

7d98bc8 [scwf] removing spark-staging-1038


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

Branch: refs/heads/master
Commit: 8e253ebbf8c5867bd6b626ca8f20699d71aa6ddb
Parents: 5479450
Author: scwf <wa...@huawei.com>
Authored: Fri Dec 19 08:29:38 2014 -0800
Committer: Josh Rosen <jo...@databricks.com>
Committed: Fri Dec 19 08:29:38 2014 -0800

----------------------------------------------------------------------
 pom.xml                  | 12 ------------
 project/SparkBuild.scala |  2 --
 2 files changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8e253ebb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9e6fe09..4be8c22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,18 +230,6 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <!-- TODO: remove this as soon as 1.2.0 is published on Maven central -->
-    <repository>
-      <id>spark-staging-1038</id>
-      <name>Spark 1.2.0 Staging (1038)</name>
-      <url>https://repository.apache.org/content/repositories/orgapachespark-1038/</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>

http://git-wip-us.apache.org/repos/asf/spark/blob/8e253ebb/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index ff8cf81..f520742 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -214,8 +214,6 @@ object OldDeps {
   def oldDepsSettings() = Defaults.coreDefaultSettings ++ Seq(
     name := "old-deps",
     scalaVersion := "2.10.4",
-    // TODO: remove this as soon as 1.2.0 is published on Maven central.
-    resolvers += "spark-staging-1038" at "https://repository.apache.org/content/repositories/orgapachespark-1038/",
     retrieveManaged := true,
     retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
     libraryDependencies := Seq("spark-streaming-mqtt", "spark-streaming-zeromq",


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