Skip to content

Commit bc8ba22

Browse files
committed
Bump development version to 0.8.0
1 parent bc36ee4 commit bc8ba22

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

bagel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.spark-project</groupId>
66
<artifactId>spark-parent</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.spark-project</groupId>
66
<artifactId>spark-parent</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ markdown: kramdown
33

44
# These allow the documentation to be updated with nerw releases
55
# of Spark, Scala, and Mesos.
6-
SPARK_VERSION: 0.7.1-SNAPSHOT
7-
SPARK_VERSION_SHORT: 0.7.1
6+
SPARK_VERSION: 0.8.0-SNAPSHOT
7+
SPARK_VERSION_SHORT: 0.8.0
88
SCALA_VERSION: 2.9.2
99
MESOS_VERSION: 0.9.0-incubating
1010
SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.spark-project</groupId>
66
<artifactId>spark-parent</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.spark-project</groupId>
55
<artifactId>spark-parent</artifactId>
6-
<version>0.7.1-SNAPSHOT</version>
6+
<version>0.8.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spark Project Parent POM</name>
99
<url>http://spark-project.org/</url>

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object SparkBuild extends Build {
3535

3636
def sharedSettings = Defaults.defaultSettings ++ Seq(
3737
organization := "org.spark-project",
38-
version := "0.7.1-SNAPSHOT",
38+
version := "0.8.0-SNAPSHOT",
3939
scalaVersion := "2.9.2",
4040
scalacOptions := Seq("-unchecked", "-optimize", "-deprecation"),
4141
unmanagedJars in Compile <<= baseDirectory map { base => (base / "lib" ** "*.jar").classpath },

repl-bin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.spark-project</groupId>
66
<artifactId>spark-parent</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

repl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.spark-project</groupId>
66
<artifactId>spark-parent</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

repl/src/main/scala/spark/repl/SparkILoop.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class SparkILoop(in0: Option[BufferedReader], val out: PrintWriter, val master:
200200
____ __
201201
/ __/__ ___ _____/ /__
202202
_\ \/ _ \/ _ `/ __/ '_/
203-
/___/ .__/\_,_/_/ /_/\_\ version 0.7.1
203+
/___/ .__/\_,_/_/ /_/\_\ version 0.8.0-SNAPSHOT
204204
/_/
205205
""")
206206
import Properties._

streaming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.spark-project</groupId>
66
<artifactId>spark-parent</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)