You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.3.4"}# Graph Data Science Plugin Version 2.3.x is compatible with Neo4j 4.4.x
21
21
NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.6.8"}# Open package variant of the graph-data-science plugin for Neo4j (https://github.com/JohT/open-graph-data-science-packaging). Since version 2.4. compatible with Neo4j 5.x.
22
-
NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"}# Graph Data Science Plugin Edition: "open" for OpenGDS, "full" for the full version with Neo4j license
22
+
NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"}# Graph Data Science Plugin Edition: "open" for OpenGDS, "full" for the full version with Neo4j license
23
23
24
-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"1.12.2"}# Version 1.12.2 is the newest version (may 2023) compatible with Neo4j v4
24
+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"1.12.2"}# Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
25
25
JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv4"}# For Neo4j 4: "jqassistant-commandline-neo4jv4"
26
26
JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv4-jqassistant.yaml"}# Name of the template file for the jqassistant configuration
Copy file name to clipboardExpand all lines: scripts/profiles/Neo4jv5.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.10.1"} # Version 2.4.0
21
21
NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.11.0"}# Open package variant of the graph-data-science plugin for Neo4j (https://github.com/JohT/open-graph-data-science-packaging). Since version 2.4. compatible with Neo4j 5.x.
22
22
NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"}# Graph Data Science Plugin Edition: "open" for OpenGDS, "full" for the full version with Neo4j license
23
23
24
-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.3.1"}# Version 2.0.3 is the newest version (june 2023) compatible with Neo4j v5
24
+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.3.1"}# Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
25
25
JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"}# For Neo4jv5: "jqassistant-commandline-distribution"
26
26
JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant.yaml"}# Name of the template file for the jqassistant configuration
Copy file name to clipboardExpand all lines: scripts/resetAndScan.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
# Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands)
14
14
set -o errexit -o pipefail
15
15
16
-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.3.1"}#2.0.3 is the newest version (june 2023) compatible with Neo4j v5, Version 1.12.2 is compatible with Neo4j v4
16
+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.3.1"}#Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.3.1"}#Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
14
14
JQASSISTANT_CLI_DOWNLOAD_URL=${JQASSISTANT_CLI_DOWNLOAD_URL:-"https://repo1.maven.org/maven2/com/buschmais/jqassistant/cli"}# Download URL for the jQAssistant CLI
0 commit comments