Skip to content

Commit

Permalink
[NOID] Version Bump (#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j authored Jul 29, 2024
1 parent 6ee1ffd commit 8a5d4f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

ext {
// Move to gradle.properties (but versions.json generation build depends on this right now)
neo4jVersion = '4.4.36'
neo4jVersion = '4.4.37'
publicDir = "${project.rootDir}"
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
neo4jDockerVersion = project.hasProperty("neo4jDockerVersionOverride") ? project.getProperty("neo4jDockerVersionOverride") : neo4jVersion
Expand Down Expand Up @@ -36,7 +36,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.4.0.30'
version = '4.4.0.31'
base {
archivesName = 'apoc'
}
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ asciidoc:
docs-version: "4.4"
branch: "4.4"
apoc-release-absolute: "4.4"
apoc-release: "4.4.0.30"
apoc-release: "4.4.0.31"
json-path-version: "2.8.0"
2 changes: 1 addition & 1 deletion extra-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configure(subprojects) {

subprojects {
group = 'org.neo4j.contrib'
version = '4.4.0.30'
version = '4.4.0.31'
}

task copyJars(type: Copy) {
Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:readme:
:branch: 4.4
:docs: https://neo4j.com/labs/apoc/4.4
:apoc-release: 4.4.0.30
:neo4j-version: 4.4.36
:apoc-release: 4.4.0.31
:neo4j-version: 4.4.37
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

https://community.neo4j.com[image:https://img.shields.io/discourse/users?logo=discourse&server=https%3A%2F%2Fcommunity.neo4j.com[Discourse users]]
Expand Down

0 comments on commit 8a5d4f8

Please sign in to comment.