From 9b65b7126bc77c18c196ed2b6e625a5a864c98dc Mon Sep 17 00:00:00 2001 From: "LaMont, William(wl2432)" Date: Fri, 28 Feb 2020 16:48:41 -0500 Subject: support for v17 through v19 Issue-ID: AAI-2751 Change-Id: I75c9b2057065e1374f25e2b6b12de0a8003ac781 Signed-off-by: LaMont, William(wl2432) --- .../janusgraph/graphdb/configuration/janusgraph.internal.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties (limited to 'src/main/resources/org') diff --git a/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties b/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties new file mode 100644 index 0000000..dcbbf83 --- /dev/null +++ b/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties @@ -0,0 +1,6 @@ +# TODO: Please remove this file once all we move away from 0.2.3 +# The reason we need this is because we built our own 0.2.3-SNAPSHOT +# Janusgraph checks this file to see which it is compatible with + +janusgraph.compatible-versions=0.1.0,0.1.1,0.2.0,0.2.1,0.2.2,0.2.3-SNAPSHOT +janusgraph.version=0.2.3 -- cgit 1.2.3-korg