Skip to content

Commit

Permalink
Merge branch 'master' into 432-how-to-enable-apoc-in-abstractpluginit
Browse files Browse the repository at this point in the history
# Conflicts:
#	pom.xml
  • Loading branch information
DirkMahler committed Nov 26, 2024
2 parents 603cfc1 + 70e4b5a commit 4bf727b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<system-lambda.version>1.2.1</system-lambda.version>
<neo4j_4x.version>4.4.39</neo4j_4x.version>
<neo4j_4x_apoc.version>4.4.0.29</neo4j_4x_apoc.version>
<neo4j_5x.version>5.24.2</neo4j_5x.version>
<neo4j_5x.version>5.25.1</neo4j_5x.version>
<!-- The actual Neo4j version is set using the neo4jv4/neo4jv5 profiles
This default setting is required by Jenkins for parsing the Maven model -->
<neo4j.version>${neo4j_4x.version}</neo4j.version>
Expand All @@ -116,12 +116,8 @@
<!-- Maven config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- integration tests -->
<it.jqassistant.store.uri>memory:///</it.jqassistant.store.uri>
<!-- tests triggered by invoker plugin & internal verification -->
<it.jqassistant.version>2.5.0</it.jqassistant.version>
<!-- jQA build version -->
<jqassistant.build.version>2.6.0-SNAPSHOT</jqassistant.build.version>
<jqassistant.build.version>${project.parent.version}</jqassistant.build.version>
<!-- Sonar -->
<sonar.organization>jqassistant</sonar.organization>
<sonar.projectKey>jqassistant_jqassistant</sonar.projectKey>
Expand Down

0 comments on commit 4bf727b

Please sign in to comment.