diff options
author | LaMont, William(wl2432) <wl2432@att.com> | 2020-02-28 16:48:41 -0500 |
---|---|---|
committer | LaMont, William(wl2432) <wl2432@att.com> | 2020-03-03 18:10:37 -0500 |
commit | 9b65b7126bc77c18c196ed2b6e625a5a864c98dc (patch) | |
tree | 7e0dd55538ad2af20c414369f628134e9f3191ae /src/main/resources/org | |
parent | 30282f9e3f6ab0ed9599f5bb2e2c743cbd099089 (diff) |
support for v17 through v19
Issue-ID: AAI-2751
Change-Id: I75c9b2057065e1374f25e2b6b12de0a8003ac781
Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
Diffstat (limited to 'src/main/resources/org')
-rw-r--r-- | src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties | 6 |
1 files changed, 6 insertions, 0 deletions
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 |