aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-05-13 06:50:43 +0000
committerPatrick Wendell <pwendell@gmail.com>2014-05-13 06:50:43 +0000
commit18f062303303824139998e8fc8f4158217b0dbc3 (patch)
treedc38de1a2be6f46b4c7bb7d9648840175b2f7a76 /yarn
parent716462c6c265325f2b38ff518ba1610fdc3a139b (diff)
downloadspark-18f062303303824139998e8fc8f4158217b0dbc3.tar.gz
spark-18f062303303824139998e8fc8f4158217b0dbc3.tar.bz2
spark-18f062303303824139998e8fc8f4158217b0dbc3.zip
[maven-release-plugin] prepare release v1.0.0-rc5
Diffstat (limited to 'yarn')
-rw-r--r--yarn/pom.xml2
-rw-r--r--yarn/stable/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 6993c89525..5b2fcea2ec 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-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/yarn/stable/pom.xml b/yarn/stable/pom.xml
index 0780f251b5..b12b591d72 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-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>