aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-02-11 06:15:29 +0000
committerPatrick Wendell <patrick@databricks.com>2015-02-11 06:15:29 +0000
commitdb80d0fe21daa3202ff217cbefb999ce77c5aa9e (patch)
tree4d951812f133c557a3a7cb3ce331b18753ed49e6 /network
parentc2e4001030cfb881ff33d448fc0aeaf4f05dad0f (diff)
downloadspark-db80d0fe21daa3202ff217cbefb999ce77c5aa9e.tar.gz
spark-db80d0fe21daa3202ff217cbefb999ce77c5aa9e.tar.bz2
spark-db80d0fe21daa3202ff217cbefb999ce77c5aa9e.zip
Preparing development version 1.3.1-SNAPSHOT
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 fec794cd08..52ec8f7aae 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.3.0</version>
+ <version>1.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml
index e20bdae049..fd050c0fa2 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.3.0</version>
+ <version>1.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/network/yarn/pom.xml b/network/yarn/pom.xml
index 3f3299d3da..4e9849326c 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.3.0</version>
+ <version>1.3.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>