aboutsummaryrefslogtreecommitdiff
path: root/mllib-local
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 /mllib-local
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 'mllib-local')
-rw-r--r--mllib-local/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml
index 8c985fd13a..201446efb9 100644
--- a/mllib-local/pom.xml
+++ b/mllib-local/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>