aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMark Hamstra <markhamstra@gmail.com>2014-02-08 16:00:43 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-08 16:00:43 -0800
commitc2341c92bb206938fd9b18e2a714e5c6de55b06d (patch)
treea4a067097cd0bba7e100c14984dfcd32351d9d5e /pom.xml
parentf0ce736fadbcb7642b6148ad740f4508cd7dcd4d (diff)
downloadspark-c2341c92bb206938fd9b18e2a714e5c6de55b06d.tar.gz
spark-c2341c92bb206938fd9b18e2a714e5c6de55b06d.tar.bz2
spark-c2341c92bb206938fd9b18e2a714e5c6de55b06d.zip
Merge pull request #542 from markhamstra/versionBump. Closes #542.
Version number to 1.0.0-SNAPSHOT Since 0.9.0-incubating is done and out the door, we shouldn't be building 0.9.0-incubating-SNAPSHOT anymore. @pwendell Author: Mark Hamstra <markhamstra@gmail.com> == Merge branch commits == commit 1b00a8a7c1a7f251b4bb3774b84b9e64758eaa71 Author: Mark Hamstra <markhamstra@gmail.com> Date: Wed Feb 5 09:30:32 2014 -0800 Version number to 1.0.0-SNAPSHOT
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 1ac8f0fa07..f94685652a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.spark</groupId>
<artifactId>spark-parent</artifactId>
- <version>0.9.0-incubating-SNAPSHOT</version>
+ <version>1.0.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spark Project Parent POM</name>
<url>http://spark.incubator.apache.org/</url>