You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2021/01/08 23:56:36 UTC

[atlas] branch branch-2.0 updated: Update Atlas to use Janusgraph 0.5.3

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

sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new ff7b1fd  Update Atlas to use Janusgraph 0.5.3
ff7b1fd is described below

commit ff7b1fd0ea10a425c41c15a7ecb0d1c94d19f9d0
Author: Sarath Subramanian <sa...@apache.org>
AuthorDate: Tue Jan 5 14:40:36 2021 -0800

    Update Atlas to use Janusgraph 0.5.3
    
    (cherry picked from commit 54c1a9f7038b55e5ccc2eca1aa3ddbe73bdf74fd)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d560659..e179c7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -706,7 +706,7 @@
         <httpcomponents-httpcore.version>4.4.13</httpcomponents-httpcore.version>
         <jackson.databind.version>2.10.5</jackson.databind.version>
         <jackson.version>2.10.5</jackson.version>
-        <janus.version>0.5.2</janus.version>
+        <janus.version>0.5.3</janus.version>
         <javax-inject.version>1</javax-inject.version>
         <javax.servlet.version>3.1.0</javax.servlet.version>
         <jersey-spring.version>1.19.4</jersey-spring.version>