aboutsummaryrefslogtreecommitdiff
path: root/yarn
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 /yarn
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 'yarn')
-rw-r--r--yarn/alpha/pom.xml2
-rw-r--r--yarn/pom.xml2
-rw-r--r--yarn/stable/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/yarn/alpha/pom.xml b/yarn/alpha/pom.xml
index b026128980..e076ca1d44 100644
--- a/yarn/alpha/pom.xml
+++ b/yarn/alpha/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>yarn-parent_2.10</artifactId>
- <version>1.0.0-incubating-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/yarn/pom.xml b/yarn/pom.xml
index c0e133dd60..be51679292 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>1.0.0-incubating-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/yarn/stable/pom.xml b/yarn/stable/pom.xml
index 7c312206d1..0780f251b5 100644
--- a/yarn/stable/pom.xml
+++ b/yarn/stable/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>yarn-parent_2.10</artifactId>
- <version>1.0.0-incubating-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>