diff options
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 |