This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 3a2c0bac907396971a037dd65c058b62d60d8b8a Author: Madhan Neethiraj <[email protected]> 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 (cherry picked from commit 7de3579343aecff08a8507cb7a131855929ca828) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 22ff089..2906dbc 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>
