aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-01-27 23:46:57 -0800
committerPatrick Wendell <patrick@databricks.com>2015-01-27 23:46:57 -0800
commit063a4c5037812739ce4a6370543c6e54d8956104 (patch)
tree46ad04d212ea11f0ca4303b1f4891211e7629555 /network
parentfea9b43ef93217ceb0efea536e0de4ae95e81b57 (diff)
downloadspark-063a4c5037812739ce4a6370543c6e54d8956104.tar.gz
spark-063a4c5037812739ce4a6370543c6e54d8956104.tar.bz2
spark-063a4c5037812739ce4a6370543c6e54d8956104.zip
Revert "Preparing development version 1.2.2-SNAPSHOT"
This reverts commit f53a4319ba5f0843c077e64ae5a41e2fac835a5b.
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 e4b43a0a7c..c8ee0a6a02 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.2-SNAPSHOT</version>
+ <version>1.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml
index 35d10931d9..7d624a4bc9 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.2-SNAPSHOT</version>
+ <version>1.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/yarn/pom.xml b/network/yarn/pom.xml
index 44ed9633a0..5f93edb2d0 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.2-SNAPSHOT</version>
+ <version>1.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>