aboutsummaryrefslogtreecommitdiff
path: root/repl
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 /repl
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 'repl')
-rw-r--r--repl/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index c12d121c61..5a288b064d 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -21,7 +21,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>
<relativePath>../pom.xml</relativePath>
</parent>