Updated Branches:
  refs/heads/branch-0.8 8ce9bd8dd -> 8f5639077

Version updates not handled by maven release plug-in


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/8f563907
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/8f563907
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/8f563907

Branch: refs/heads/branch-0.8
Commit: 8f5639077a69e6a886ab54a1334cf449b9a6d781
Parents: 8ce9bd8
Author: Patrick Wendell <[email protected]>
Authored: Thu Dec 12 10:49:35 2013 -0800
Committer: Patrick Wendell <[email protected]>
Committed: Thu Dec 12 10:49:35 2013 -0800

----------------------------------------------------------------------
 docs/_config.yml                                           | 4 ++--
 new-yarn/pom.xml                                           | 2 +-
 project/SparkBuild.scala                                   | 2 +-
 python/pyspark/shell.py                                    | 2 +-
 repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8f563907/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index cca5fd9..558e719 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -3,8 +3,8 @@ markdown: kramdown
 
 # These allow the documentation to be updated with nerw releases
 # of Spark, Scala, and Mesos.
-SPARK_VERSION: 0.8.1-incubating
-SPARK_VERSION_SHORT: 0.8.1
+SPARK_VERSION: 0.8.2-incubating-SNAPSHOT
+SPARK_VERSION_SHORT: 0.8.2-SNAPSHOT
 SCALA_VERSION: 2.9.3
 MESOS_VERSION: 0.13.0
 SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8f563907/new-yarn/pom.xml
----------------------------------------------------------------------
diff --git a/new-yarn/pom.xml b/new-yarn/pom.xml
index d15404c..3310f04 100644
--- a/new-yarn/pom.xml
+++ b/new-yarn/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent</artifactId>
-    <version>0.8.1-incubating</version>
+    <version>0.8.2-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8f563907/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 03d4cae..540de6d 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -96,7 +96,7 @@ object SparkBuild extends Build {
 
   def sharedSettings = Defaults.defaultSettings ++ Seq(
     organization := "org.apache.spark",
-    version := "0.8.1-incubating",
+    version := "0.8.2-incubating-SNAPSHOT",
     scalaVersion := "2.9.3",
     scalacOptions := Seq("-Xmax-classfile-name", "120", "-unchecked", 
"-deprecation",
       "-target:" + SCALAC_JVM_VERSION),

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8f563907/python/pyspark/shell.py
----------------------------------------------------------------------
diff --git a/python/pyspark/shell.py b/python/pyspark/shell.py
index 2329497..84f2aa3 100644
--- a/python/pyspark/shell.py
+++ b/python/pyspark/shell.py
@@ -35,7 +35,7 @@ print """Welcome to
       ____              __
      / __/__  ___ _____/ /__
     _\ \/ _ \/ _ `/ __/  '_/
-   /__ / .__/\_,_/_/ /_/\_\   version 0.8.1
+   /__ / .__/\_,_/_/ /_/\_\   version 0.8.2-SNAPSHOT
       /_/
 """
 print "Using Python version %s (%s, %s)" % (

http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/8f563907/repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala
----------------------------------------------------------------------
diff --git a/repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala 
b/repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala
index 6b5be41..ca77c99 100644
--- a/repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala
+++ b/repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala
@@ -200,7 +200,7 @@ class SparkILoop(in0: Option[BufferedReader], val out: 
PrintWriter, val master:
       ____              __  
      / __/__  ___ _____/ /__
     _\ \/ _ \/ _ `/ __/  '_/
-   /___/ .__/\_,_/_/ /_/\_\   version 0.8.1
+   /___/ .__/\_,_/_/ /_/\_\   version 0.8.2-SNAPSHOT
       /_/                  
 """)
     import Properties._

Reply via email to