Repository: spark
Updated Branches:
  refs/heads/branch-0.9 ece411921 -> c37db1537


[branch-0.9] manually update some version numbers to 0.9.3-SNAPSHOT

Author: Xiangrui Meng <m...@databricks.com>

Closes #1543 from mengxr/after-release-0.9.2 and squashes the following commits:

a74c730 [Xiangrui Meng] manually update some version numbers to 0.9.3-SNAPSHOT


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

Branch: refs/heads/branch-0.9
Commit: c37db1537856be4b129e76549096dc0dbd17391f
Parents: ece4119
Author: Xiangrui Meng <m...@databricks.com>
Authored: Tue Jul 22 22:44:02 2014 -0700
Committer: Xiangrui Meng <m...@databricks.com>
Committed: Tue Jul 22 22:44:02 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/c37db153/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 7645483..0134c04 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.9.2
-SPARK_VERSION_SHORT: 0.9.2
+SPARK_VERSION: 0.9.3-SNAPSHOT
+SPARK_VERSION_SHORT: 0.9.3-SNAPSHOT
 SCALA_BINARY_VERSION: "2.10"
 SCALA_VERSION: "2.10.3"
 MESOS_VERSION: 0.13.0

http://git-wip-us.apache.org/repos/asf/spark/blob/c37db153/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index b83a95f..05b430a 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -134,7 +134,7 @@ object SparkBuild extends Build {
 
   def sharedSettings = Defaults.defaultSettings ++ Seq(
     organization       := "org.apache.spark",
-    version            := "0.9.2",
+    version            := "0.9.3-SNAPSHOT",
     scalaVersion       := "2.10.3",
     scalacOptions := Seq("-Xmax-classfile-name", "120", "-unchecked", 
"-deprecation",
       "-target:" + SCALAC_JVM_VERSION),

http://git-wip-us.apache.org/repos/asf/spark/blob/c37db153/python/pyspark/shell.py
----------------------------------------------------------------------
diff --git a/python/pyspark/shell.py b/python/pyspark/shell.py
index e04ef63..fc26f71 100644
--- a/python/pyspark/shell.py
+++ b/python/pyspark/shell.py
@@ -35,7 +35,7 @@ print """Welcome to
       ____              __
      / __/__  ___ _____/ /__
     _\ \/ _ \/ _ `/ __/  '_/
-   /__ / .__/\_,_/_/ /_/\_\   version 0.9.2
+   /__ / .__/\_,_/_/ /_/\_\   version 0.9.3-SNAPSHOT
       /_/
 """
 print "Using Python version %s (%s, %s)" % (

http://git-wip-us.apache.org/repos/asf/spark/blob/c37db153/repl/src/main/scala/org/apache/spark/repl/SparkILoopInit.scala
----------------------------------------------------------------------
diff --git a/repl/src/main/scala/org/apache/spark/repl/SparkILoopInit.scala 
b/repl/src/main/scala/org/apache/spark/repl/SparkILoopInit.scala
index 2a3fc21..1f9aafb 100644
--- a/repl/src/main/scala/org/apache/spark/repl/SparkILoopInit.scala
+++ b/repl/src/main/scala/org/apache/spark/repl/SparkILoopInit.scala
@@ -24,7 +24,7 @@ trait SparkILoopInit {
       ____              __
      / __/__  ___ _____/ /__
     _\ \/ _ \/ _ `/ __/  '_/
-   /___/ .__/\_,_/_/ /_/\_\   version 0.9.2
+   /___/ .__/\_,_/_/ /_/\_\   version 0.9.3-SNAPSHOT
       /_/
 """)
     import Properties._

http://git-wip-us.apache.org/repos/asf/spark/blob/c37db153/yarn/alpha/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/alpha/pom.xml b/yarn/alpha/pom.xml
index e1967c8..6860e0c 100644
--- a/yarn/alpha/pom.xml
+++ b/yarn/alpha/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>yarn-parent_2.10</artifactId>
-    <version>0.9.2</version>
+    <version>0.9.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Reply via email to