aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-11-28 16:54:43 -0500
committerPatrick Wendell <pwendell@gmail.com>2014-11-28 16:54:43 -0500
commit88f1a6abb6bc89ba805f18a8c220f3dd2df88fd1 (patch)
tree5f7c99b8c6311c5c32ef3bad7c9c14c41a5d72a8 /yarn
parent6e0269c9295d9faba9a9259eb5023c5a78e5895f (diff)
downloadspark-88f1a6abb6bc89ba805f18a8c220f3dd2df88fd1.tar.gz
spark-88f1a6abb6bc89ba805f18a8c220f3dd2df88fd1.tar.bz2
spark-88f1a6abb6bc89ba805f18a8c220f3dd2df88fd1.zip
Revert "Preparing Spark release v1.2.0-rc1"
This reverts commit 39c7d1c1f9a7785285cf4c20dfbffd96f72d5634.
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 2f7f98bac8..7dadbba58f 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.2.0</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 7ab7154545..2885e6607e 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.2.0</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/yarn/stable/pom.xml b/yarn/stable/pom.xml
index 7c5499bf6d..fe55d70ccc 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.2.0</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>