File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"5.9.0"} # Version number
1717NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:- " core" } # Since Neo4j v5 the core edition is updated with Neo4j
1818NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:- " neo4j/apoc" } # Core edition was moved to "neo4j/apoc" for Neo4j v5
1919
20- NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:- " 2.4.0 " } # Version 2.4.0 is the newest version of june 2023 and compatible with Neo4j v5
20+ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:- " 2.4.1 " } # Version 2.4.0 is the newest version of june 2023 and compatible with Neo4j v5
2121
2222JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:- " 2.0.3" } # Version 2.0.3 is the newest version (june 2023) compatible with Neo4j v5
2323JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:- " jqassistant-commandline-distribution" } # Since jQAssistant CLI v2: "jqassistant-commandline-distribution"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ NEO4J_VERSION=${NEO4J_VERSION:-"5.9.0"}
99NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:- " 5.9.0" } # Awesome Procedures for Neo4j Plugin, Version needs to be compatible to Neo4j
1010NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:- " core" } # Awesome Procedures for Neo4j Plugin Edition (Neo4j v4.4.x "all", Neo4j >= v5 "core")
1111NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:- " neo4j/apoc" } # Awesome Procedures for Neo4j Plugin GitHub User/Repository (Neo4j v4.4.x "neo4j-contrib/neo4j-apoc-procedures", Neo4j >= v5 "neo4j/apoc")
12- NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:- " 2.4.0 " } # Graph Data Science Plugin Version 2.4.x of is compatible with Neo4j 5.x
12+ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:- " 2.4.1 " } # Graph Data Science Plugin Version 2.4.x of is compatible with Neo4j 5.x
1313NEO4J_DATA_PATH=${NEO4J_DATA_PATH:- " $( pwd -P ) /data" } # Path where Neo4j writes its data to (outside tools dir)
1414NEO4J_RUNTIME_PATH=${NEO4J_RUNTIME_PATH:- " $( pwd -P ) /runtime" } # Path where Neo4j puts runtime data to (e.g. logs) (outside tools dir)
1515TOOLS_DIRECTORY=${TOOLS_DIRECTORY:- " tools" } # Get the tools directory (defaults to "tools")
You can’t perform that action at this time.
0 commit comments