Skip to content

Commit d565d33

Browse files
authored
Merge pull request #359 from JohT/renovate/com.buschmais.jqassistant.cli-jqassistant-commandline-neo4jv5-2.x
Update dependency com.buschmais.jqassistant.cli:jqassistant-commandline-neo4jv5 to v2.7.0-M1
2 parents f597612 + f9cb263 commit d565d33

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

scripts/profiles/Neo4jv5-continue-on-scan-errors.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.15.0"} # Version 2.4.0 i
2222
NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.13.3"} # 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.
2323
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
2424

25-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.6.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
25+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0-M1"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
2626
JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"}
2727
JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant-continue-on-error.yaml"} # Name of the template file for the jqassistant configuration

scripts/profiles/Neo4jv5-low-memory.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.15.0"} # Version 2.4.0 i
2222
NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.13.3"} # 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.
2323
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
2424

25-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.6.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
25+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0-M1"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
2626
JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"}
2727
JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant.yaml"} # Name of the template file for the jqassistant configuration

scripts/profiles/Neo4jv5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.15.0"} # Version 2.4.0 i
2222
NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.13.3"} # 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.
2323
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
2424

25-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.6.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
25+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0-M1"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
2626
JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"}
2727
JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant.yaml"} # Name of the template file for the jqassistant configuration

scripts/resetAndScan.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands)
1414
set -o errexit -o pipefail
1515

16-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.6.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
16+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0-M1"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
1717
JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} # Name of the jQAssistant Maven artifact
1818
JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant.yaml"} # Neo4j v5: "template-neo4jv5-jqassistant.yaml", Neo4j v4: "template-neo4jv4-jqassistant.yaml"
1919

scripts/setupJQAssistant.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands)
1111
set -o errexit -o pipefail
1212

13-
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.6.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
13+
JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.7.0-M1"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4
1414
JQASSISTANT_CLI_DOWNLOAD_URL=${JQASSISTANT_CLI_DOWNLOAD_URL:-"https://repo1.maven.org/maven2/com/buschmais/jqassistant/cli"} # Download URL for the jQAssistant CLI
1515
JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"}
1616
JQASSISTANT_CLI_DISTRIBUTION=${JQASSISTANT_CLI_DISTRIBUTION:-"distribution.zip"} # Neo4j v5 & v4: "distribution.zip"

0 commit comments

Comments
 (0)