aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 5e8f58ee15..39995396b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,10 +25,10 @@
</parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>1.0.0-incubating-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spark Project Parent POM</name>
- <url>http://spark.incubator.apache.org/</url>
+ <url>http://spark.apache.org/</url>
<licenses>
<license>
<name>Apache 2.0 License</name>
@@ -37,9 +37,9 @@
</license>
</licenses>
<scm>
- <connection>scm:git:git@github.com:apache/incubator-spark.git</connection>
- <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-spark.git</developerConnection>
- <url>scm:git:git@github.com:apache/incubator-spark.git</url>
+ <connection>scm:git:git@github.com:apache/spark.git</connection>
+ <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/spark.git</developerConnection>
+ <url>scm:git:git@github.com:apache/spark.git</url>
<tag>HEAD</tag>
</scm>
<developers>
@@ -49,7 +49,7 @@
<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>
@@ -64,23 +64,23 @@
<mailingLists>
<mailingList>
<name>Dev Mailing List</name>
- <post>dev@spark.incubator.apache.org</post>
- <subscribe>dev-subscribe@spark.incubator.apache.org</subscribe>
- <unsubscribe>dev-unsubscribe@spark.incubator.apache.org</unsubscribe>
+ <post>dev@spark.apache.org</post>
+ <subscribe>dev-subscribe@spark.apache.org</subscribe>
+ <unsubscribe>dev-unsubscribe@spark.apache.org</unsubscribe>
</mailingList>
<mailingList>
<name>User Mailing List</name>
- <post>user@spark.incubator.apache.org</post>
- <subscribe>user-subscribe@spark.incubator.apache.org</subscribe>
- <unsubscribe>user-unsubscribe@spark.incubator.apache.org</unsubscribe>
+ <post>user@spark.apache.org</post>
+ <subscribe>user-subscribe@spark.apache.org</subscribe>
+ <unsubscribe>user-unsubscribe@spark.apache.org</unsubscribe>
</mailingList>
<mailingList>
<name>Commits Mailing List</name>
- <post>commits@spark.incubator.apache.org</post>
- <subscribe>commits-subscribe@spark.incubator.apache.org</subscribe>
- <unsubscribe>commits-unsubscribe@spark.incubator.apache.org</unsubscribe>
+ <post>commits@spark.apache.org</post>
+ <subscribe>commits-subscribe@spark.apache.org</subscribe>
+ <unsubscribe>commits-unsubscribe@spark.apache.org</unsubscribe>
</mailingList>
</mailingLists>