aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-07-11 09:42:56 -0700
committerReynold Xin <rxin@databricks.com>2016-07-11 09:42:56 -0700
commitffcb6e055a28f36208ed058a42df09c154555332 (patch)
tree8cd89b4b83334574ed8a7ae59498c1a88c4d3921 /pom.xml
parent7ac79da0e4607f7f89a3617edf53c2b174b378e8 (diff)
downloadspark-ffcb6e055a28f36208ed058a42df09c154555332.tar.gz
spark-ffcb6e055a28f36208ed058a42df09c154555332.tar.bz2
spark-ffcb6e055a28f36208ed058a42df09c154555332.zip
[SPARK-16477] Bump master version to 2.1.0-SNAPSHOT
## What changes were proposed in this pull request? After SPARK-16476 (committed earlier today as #14128), we can finally bump the version number. ## How was this patch tested? N/A Author: Reynold Xin <rxin@databricks.com> Closes #14130 from rxin/SPARK-16477.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4eeff20a57..4c8671a570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent_2.11</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spark Project Parent POM</name>
<url>http://spark.apache.org/</url>