You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2017/07/21 18:52:58 UTC

tinkerpop git commit: The Spark 2.0 bump was so long ago that had to remove the old version from the master/ CHANGELOG. CTR.

Repository: tinkerpop
Updated Branches:
  refs/heads/master c1bd7d98d -> 46130caeb


The Spark 2.0 bump was so long ago that had to remove the old version from the master/ CHANGELOG. CTR.


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

Branch: refs/heads/master
Commit: 46130caeb86eb656bd9d7f6335caade0d3c87095
Parents: c1bd7d9
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Fri Jul 21 12:52:55 2017 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Fri Jul 21 12:52:55 2017 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/46130cae/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index ad989bd..f9eef8a 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -113,7 +113,6 @@ TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Removed all performance tests that were not part of `gremlin-benchmark`.
 * Removed dependency on `junit-benchmarks` and it's related reference to `h2`.
 * Moved the source for the "home page" into the repository under `/site` so that it easier to accept contributions.
-* Bumped to support Spark 2.0.2 with Scala 2.11.
 * Added `UnshadedKryoShimService` as the new default serializer model for `SparkGraphComputer`.
 * `GryoRegistrator` is more efficient than the previous `GryoSerializer` model in `SparkGraphComputer`.
 * Added support for `IoRegistry` custom serialization in Spark/Giraph and provided a general `hadoop-gremlin` test suite.