aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-01-26 17:06:22 -0800
committerPatrick Wendell <patrick@databricks.com>2015-01-26 17:06:22 -0800
commit8c46100525b55d3efab9af506e341c3aabdcef2c (patch)
tree86b29b45120dceb8a9e46f5dc5edce6bda07c546 /network
parente8da342ecef307664d37c1dc47d8cb1ab9c52804 (diff)
downloadspark-8c46100525b55d3efab9af506e341c3aabdcef2c.tar.gz
spark-8c46100525b55d3efab9af506e341c3aabdcef2c.tar.bz2
spark-8c46100525b55d3efab9af506e341c3aabdcef2c.zip
Revert "Preparing Spark release v1.2.1-rc1"
This reverts commit e87eb2b42f137c22194cfbca2abf06fecdf943da.
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 c8ee0a6a02..d7e9ca8289 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.1</version>
+ <version>1.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml
index 7d624a4bc9..c5e727ff17 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.1</version>
+ <version>1.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/yarn/pom.xml b/network/yarn/pom.xml
index 5f93edb2d0..9f4e47ae2a 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.1</version>
+ <version>1.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>