aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-12-02 21:09:37 -0800
committerReynold Xin <rxin@databricks.com>2016-12-02 21:09:37 -0800
commitc7c7265950945a1b14165365600bdbfd540cf522 (patch)
treeb12df67c4e7af0b7a19f87041b3701ac4ee77434 /graphx
parenta9cbfc4f6a8db936215fcf64697d5b65f13f666e (diff)
downloadspark-c7c7265950945a1b14165365600bdbfd540cf522.tar.gz
spark-c7c7265950945a1b14165365600bdbfd540cf522.tar.bz2
spark-c7c7265950945a1b14165365600bdbfd540cf522.zip
[SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOT
## What changes were proposed in this pull request? This patch bumps master branch version to 2.2.0-SNAPSHOT. ## How was this patch tested? N/A Author: Reynold Xin <rxin@databricks.com> Closes #16126 from rxin/SPARK-18695.
Diffstat (limited to 'graphx')
-rw-r--r--graphx/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphx/pom.xml b/graphx/pom.xml
index 10d5ba93eb..a9f7839917 100644
--- a/graphx/pom.xml
+++ b/graphx/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent_2.11</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>