aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-03-02 01:00:16 -0800
committerReynold Xin <rxin@apache.org>2014-03-02 01:00:16 -0800
commit1fd2bfd3dd6c27a54880f0d7a658b39f358aa804 (patch)
treefe6cfbc3e2b975163b52a43e40c6ab3ec9cb8ae6 /project
parentb70823c91d4dff9be81badf6567e25aa1df4c574 (diff)
downloadspark-1fd2bfd3dd6c27a54880f0d7a658b39f358aa804.tar.gz
spark-1fd2bfd3dd6c27a54880f0d7a658b39f358aa804.tar.bz2
spark-1fd2bfd3dd6c27a54880f0d7a658b39f358aa804.zip
Remove remaining references to incubation
This removes some loose ends not caught by the other (incubating -> tlp) patches. @markhamstra this updates the version as you mentioned earlier. Author: Patrick Wendell <pwendell@gmail.com> Closes #51 from pwendell/tlp and squashes the following commits: d553b1b [Patrick Wendell] Remove remaining references to incubation
Diffstat (limited to 'project')
-rw-r--r--project/SparkBuild.scala10
1 files changed, 5 insertions, 5 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index e004f90033..399886ca1b 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -125,7 +125,7 @@ object SparkBuild extends Build {
def sharedSettings = Defaults.defaultSettings ++ Seq(
organization := "org.apache.spark",
- version := "1.0.0-incubating-SNAPSHOT",
+ version := "1.0.0-SNAPSHOT",
scalaVersion := "2.10.3",
scalacOptions := Seq("-Xmax-classfile-name", "120", "-unchecked", "-deprecation",
"-target:" + SCALAC_JVM_VERSION),
@@ -174,7 +174,7 @@ object SparkBuild extends Build {
<artifactId>apache</artifactId>
<version>13</version>
</parent>
- <url>http://spark.incubator.apache.org/</url>
+ <url>http://spark.apache.org/</url>
<licenses>
<license>
<name>Apache 2.0 License</name>
@@ -183,8 +183,8 @@ object SparkBuild extends Build {
</license>
</licenses>
<scm>
- <connection>scm:git:git@github.com:apache/incubator-spark.git</connection>
- <url>scm:git:git@github.com:apache/incubator-spark.git</url>
+ <connection>scm:git:git@github.com:apache/spark.git</connection>
+ <url>scm:git:git@github.com:apache/spark.git</url>
</scm>
<developers>
<developer>
@@ -193,7 +193,7 @@ object SparkBuild extends Build {
<email>matei.zaharia@gmail.com</email>
<url>http://www.cs.berkeley.edu/~matei</url>
<organization>Apache Software Foundation</organization>
- <organizationUrl>http://spark.incubator.apache.org</organizationUrl>
+ <organizationUrl>http://spark.apache.org</organizationUrl>
</developer>
</developers>
<issueManagement>