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 2015/02/06 19:52:33 UTC

incubator-tinkerpop git commit: small tweak to check credentials -- yet again again.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 4e1b9021a -> 526a499f6


small tweak to check credentials -- yet again again.


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

Branch: refs/heads/master
Commit: 526a499f60997a3f6dec086cf8c6cb710dcb3d6d
Parents: 4e1b902
Author: Marko A. Rodriguez <ok...@apache.org>
Authored: Fri Feb 6 11:52:27 2015 -0700
Committer: Marko A. Rodriguez <ok...@apache.org>
Committed: Fri Feb 6 11:52:27 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/526a499f/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index eb6c72f..7116157 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -14,8 +14,8 @@ TinkerPop 3.0.0.M8 (Release Date: NOT OFFICIALLY RELEASED YET)
 * `Traversal.Admin` is consistent internal to steps, traversals, strategies, etc. For the user, `Traversal` is all they see.
 * `TraversalHolder` is now called `TraversalParent` with the child/parent terminology used throughout.
 * A massive `process/` package reorganization -- class names are still the same, just in new packages.
-* Bump `neo4j-graph` to Neo4j 2.1.6.
-* Bump to Groovy 2.4.0.
+* Bumped `neo4j-graph` to Neo4j 2.1.6.
+* Bumped to Groovy 2.4.0.
 * Added a new "performance" test suite for Gremlin Process.
 * Steps now only operate with traversals -- no more lambdas. Lambda->`Traversal` conversion utilities added.
 * `SideEffectStep` always requires a `Consumer`. Steps that were consumer-less simply extends `AbstractStep`.