aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-11-26 00:36:43 -0500
committerPatrick Wendell <pwendell@gmail.com>2014-11-26 00:36:43 -0500
commit8f5ebcb63c28254abf60cce87c3706ccdee3c91a (patch)
tree317a48b6bd0930d15a647cb41071efece3846308 /network
parent537d699a53b1fe227d570635e3b4a33abf2d72ab (diff)
downloadspark-8f5ebcb63c28254abf60cce87c3706ccdee3c91a.tar.gz
spark-8f5ebcb63c28254abf60cce87c3706ccdee3c91a.tar.bz2
spark-8f5ebcb63c28254abf60cce87c3706ccdee3c91a.zip
Revert "Preparing Spark release v1.2.0-rc1"
This reverts commit cc2c05e4ee81d2f34873a2ebb9a5272867cb65c2.
Diffstat (limited to 'network')
-rw-r--r--network/common/pom.xml2
-rw-r--r--network/shuffle/pom.xml2
-rw-r--r--network/yarn/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/network/common/pom.xml b/network/common/pom.xml
index 169cc640be..2bd0a7d294 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -22,7 +22,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/network/shuffle/pom.xml b/network/shuffle/pom.xml
index dea25a26e4..12ff034cfe 100644
--- a/network/shuffle/pom.xml
+++ b/network/shuffle/pom.xml
@@ -22,7 +22,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/network/yarn/pom.xml b/network/yarn/pom.xml
index cc8e828867..7845011ec3 100644
--- a/network/yarn/pom.xml
+++ b/network/yarn/pom.xml
@@ -22,7 +22,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>