diff options
author | 2024-06-12 14:00:53 +0200 | |
---|---|---|
committer | 2024-06-15 11:46:50 +0200 | |
commit | 6406d19ed660371107aec3317856a492f6e22d0f (patch) | |
tree | 416ad3a734643ebd11f14266c7eaf7d79e20f29e /src/main/resources/org/janusgraph | |
parent | 023e0b5018247f02e05dbed3f91c495161fde814 (diff) |
Update aai-common to 1.14.0 in graphadmin1.14.0
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3
- introduce -v parameter to the datasnapshot scripts to specify graphson version
Issue-ID: AAI-3871
Change-Id: I4efac6b8ef6cf6f5b264677c5a85e38cd226a194
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/main/resources/org/janusgraph')
-rw-r--r-- | src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties | 6 |
1 files changed, 0 insertions, 6 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 deleted file mode 100644 index dcbbf83..0000000 --- a/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties +++ /dev/null @@ -1,6 +0,0 @@ -# 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 |