Skip to content

Commit 8034586

Browse files
committed
removed -SNAPSHOT
1 parent 92ffc35 commit 8034586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ext {
154154
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
155155
neo4jVersion = "5.25.1"
156156
// instead we apply the override logic here
157-
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion + "-SNAPSHOT"
157+
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
158158
testContainersVersion = '1.20.2'
159159
apacheArrowVersion = '15.0.0'
160160
}

0 commit comments

Comments
 (0)