You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/03/07 15:19:28 UTC

tinkerpop git commit: added Jira link in upgrade docs.

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1777 7149f8e8c -> b6501ca08


added Jira link in upgrade docs.


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

Branch: refs/heads/TINKERPOP-1777
Commit: b6501ca0836548957501e21c817d7f07c5934fb3
Parents: 7149f8e
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Mar 7 08:18:51 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Mar 7 08:18:51 2018 -0700

----------------------------------------------------------------------
 docs/src/upgrade/release-3.4.x.asciidoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b6501ca0/docs/src/upgrade/release-3.4.x.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index 5a355fa..6f7ef11 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -70,3 +70,6 @@ gremlin> g.V().group().
 ......2>   by(coalesce(outE().values("weight"), constant(0)).sum())
 ==>[software:0,person:3.5]
 ----
+
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-1777[TINKERPOP-1777]
+