From 39894515779d6e2cad9807bb5bc57a0159837d39 Mon Sep 17 00:00:00 2001 From: Giuseppe Villani Date: Fri, 21 Apr 2023 10:23:57 +0200 Subject: [PATCH] Release 5.7.0 (#3537) --- .github/workflows/CI.yaml | 12 ++---------- .gitmodules | 2 +- readme.adoc | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 77061a690d..233faa5366 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ "dev" ] + branches: [ "5.7" ] pull_request: - branches: [ "dev" ] + branches: [ "5.7" ] jobs: build: @@ -26,14 +26,6 @@ jobs: java-version: '17' distribution: 'temurin' - - name: Download neo4j dev docker container - run: | - curl -s -L0 -u "${TEAMCITY_USER}:${TEAMCITY_PASSWORD}" -X GET ${DOCKER_ENTERPRISE_URL} -o ${ENTERPRISE_TAR} & - curl -s -L0 -u "${TEAMCITY_USER}:${TEAMCITY_PASSWORD}" -X GET ${DOCKER_COMMUNITY_URL} -o ${COMMUNITY_TAR} & - wait - docker load --input ${ENTERPRISE_TAR} - docker load --input ${COMMUNITY_TAR} - - uses: actions/cache@v2 with: path: | diff --git a/.gitmodules b/.gitmodules index ea53a5a847..4683b2a32a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "apoc-core"] path = apoc-core url = https://github.com/neo4j/apoc - branch = dev + branch = 5.7 diff --git a/readme.adoc b/readme.adoc index 0b4c2279ef..4c831c68d5 100644 --- a/readme.adoc +++ b/readme.adoc @@ -187,7 +187,7 @@ The trailing `` part of the version number will be incremented with every | https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.3.1[5.3.1^] | 5.3.0 (5.3.x) | https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.2.0[5.2.0^] | 5.2.0 (5.2.x) | https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.1.0[5.1.0^] | 5.1.0 (5.1.x) -| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.13[4.4.0.13^] | 4.4.0 (4.4.x) +| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.15[4.4.0.13^] | 4.4.0 (4.4.x) |=== // end::version-matrix[]