You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2020/03/09 06:14:12 UTC

[atlas] branch master updated: ATLAS-3658: updated JanusGraph version to 0.4.1 and Tinkerpop version to 3.4.4

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 7de3579  ATLAS-3658: updated JanusGraph version to 0.4.1 and Tinkerpop version to 3.4.4
7de3579 is described below

commit 7de3579343aecff08a8507cb7a131855929ca828
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Sun Mar 8 09:50:18 2020 -0700

    ATLAS-3658: updated JanusGraph version to 0.4.1 and Tinkerpop version to 3.4.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f76c6a0..a6da9b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -656,8 +656,8 @@
         <jersey.version>1.19</jersey.version>
         <jsr.version>1.1</jsr.version>
 
-        <janus.version>0.4.0</janus.version>
-        <tinkerpop.version>3.4.1</tinkerpop.version>
+        <janus.version>0.4.1</janus.version>
+        <tinkerpop.version>3.4.4</tinkerpop.version>
         <lucene-solr.version>7.3.0</lucene-solr.version>
 
         <hadoop.version>3.1.1</hadoop.version>