Preparing development version 2.2.2-SNAPSHOT

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

Branch: refs/heads/branch-2.2
Commit: b1f8c84ef0a95df21cf30f85f1ca035db6712d19
Parents: 124b9a1
Author: Felix Cheung <felixche...@apache.org>
Authored: Mon Nov 13 17:57:12 2017 +0000
Committer: Felix Cheung <felixche...@apache.org>
Committed: Mon Nov 13 17:57:12 2017 +0000

----------------------------------------------------------------------
 R/pkg/DESCRIPTION         | 2 +-
 docs/_config.yml          | 4 ++--
 python/pyspark/version.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b1f8c84e/R/pkg/DESCRIPTION
----------------------------------------------------------------------
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 4ac45fc..380b3ef 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: SparkR
 Type: Package
-Version: 2.2.1
+Version: 2.2.2
 Title: R Frontend for Apache Spark
 Description: Provides an R Frontend for Apache Spark.
 Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),

http://git-wip-us.apache.org/repos/asf/spark/blob/b1f8c84e/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 77321fc..a78e2d5 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -14,8 +14,8 @@ include:
 
 # These allow the documentation to be updated with newer releases
 # of Spark, Scala, and Mesos.
-SPARK_VERSION: 2.2.1
-SPARK_VERSION_SHORT: 2.2.1
+SPARK_VERSION: 2.2.2-SNAPSHOT
+SPARK_VERSION_SHORT: 2.2.2
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"
 MESOS_VERSION: 1.0.0

http://git-wip-us.apache.org/repos/asf/spark/blob/b1f8c84e/python/pyspark/version.py
----------------------------------------------------------------------
diff --git a/python/pyspark/version.py b/python/pyspark/version.py
index db4fc8e..5b36495 100644
--- a/python/pyspark/version.py
+++ b/python/pyspark/version.py
@@ -16,4 +16,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "2.2.1"
+__version__ = "2.2.2.dev0"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to