Skip to content

Commit

Permalink
[NOID] Bump APOC and Neo to 2025.01.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo Technology Build Agent committed Feb 5, 2025
1 parent 5e7dd80 commit 46c8c9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = System.getenv('APOC_VERSION') ? System.getenv('APOC_VERSION') : '2025.01.0'
version = System.getenv('APOC_VERSION') ? System.getenv('APOC_VERSION') : '2025.02.0'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""
}
Expand Down Expand Up @@ -100,8 +100,8 @@ subprojects {
// neo4jDockerImage system property is used in TestContainerUtil
systemProperties 'user.language': 'en',
'user.country': 'US',
'neo4jDockerImage': project.hasProperty("neo4jDockerEeOverride") ? project.getProperty("neo4jDockerEeOverride") : 'neo4j:2025.01.0-enterprise-debian',
'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerCeOverride") ? project.getProperty("neo4jDockerCeOverride") : 'neo4j:2025.01.0-debian',
'neo4jDockerImage': project.hasProperty("neo4jDockerEeOverride") ? project.getProperty("neo4jDockerEeOverride") : 'neo4j:2025.02.0-enterprise-debian',
'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerCeOverride") ? project.getProperty("neo4jDockerCeOverride") : 'neo4j:2025.02.0-debian',
'coreDir': 'core',
'testDockerBundle': project.hasProperty("testDockerBundle"),
'org.neo4j.io.pagecache.tracing.cursor.DefaultPageCursorTracer.CHECK_REPORTED_COUNTERS': 'true' // Extra assertions in kernel
Expand Down Expand Up @@ -170,7 +170,7 @@ apply from: "licenses-source-header.gradle"

ext {
publicDir = "${project.rootDir}"
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : "2025.01.0"
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : "2025.02.0"
testContainersVersion = '1.20.2'
apacheArrowVersion = '15.0.0'
}
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:readme:
:branch: 2025.01.0
:branch: 2025.01
:docs: https://neo4j.com/docs/apoc/current
:apoc-release: 2025.01.0
:neo4j-version: 2025.01.0
Expand Down

0 comments on commit 46c8c9e

Please sign in to comment.