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 2022/01/26 04:46:05 UTC

[atlas] branch master updated: ATLAS-4540: updated JanusGraph version to 0.6.1

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 e1aa485  ATLAS-4540: updated JanusGraph version to 0.6.1
e1aa485 is described below

commit e1aa485dd44d0258a6077a713e19940e203f8c8f
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Tue Jan 25 08:32:31 2022 -0800

    ATLAS-4540: updated JanusGraph version to 0.6.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6ebef60..270800d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -718,7 +718,7 @@
         <httpcomponents-httpcore.version>4.4.13</httpcomponents-httpcore.version>
         <jackson.databind.version>2.11.3</jackson.databind.version>
         <jackson.version>2.11.3</jackson.version>
-        <janusgraph.version>0.6.0</janusgraph.version>
+        <janusgraph.version>0.6.1</janusgraph.version>
         <janusgraph.cassandra.version>0.5.3</janusgraph.cassandra.version>
         <javax-inject.version>1</javax-inject.version>
         <javax.servlet.version>3.1.0</javax.servlet.version>