aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorUbuntu <ubuntu@ip-172-31-5-6.us-west-2.compute.internal>2014-11-17 06:37:44 +0000
committerUbuntu <ubuntu@ip-172-31-5-6.us-west-2.compute.internal>2014-11-17 06:37:44 +0000
commit38c1fbd9694430cefd962c90bc36b0d108c6124b (patch)
treeaf94c382bfbff9f1801cb6f38971e3b6eaedd962 /network
parente1339daec59ff57cdcbccd9073e9dd5f0ac9d3df (diff)
downloadspark-38c1fbd9694430cefd962c90bc36b0d108c6124b.tar.gz
spark-38c1fbd9694430cefd962c90bc36b0d108c6124b.tar.bz2
spark-38c1fbd9694430cefd962c90bc36b0d108c6124b.zip
Preparing Spark release v1.2.0-snapshot1
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 2bd0a7d294..169cc640be 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-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml
index 12ff034cfe..dea25a26e4 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-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/yarn/pom.xml b/network/yarn/pom.xml
index 7845011ec3..cc8e828867 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-SNAPSHOT</version>
+ <version>1.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>