diff --git a/community/kernel/pom.xml b/community/kernel/pom.xml index 5ad553f31c2ab..93a89bb9df4e6 100644 --- a/community/kernel/pom.xml +++ b/community/kernel/pom.xml @@ -111,8 +111,8 @@ the relevant Commercial Agreement. org/neo4j/kernel - - ${project.version},${git.commit.id.describe} + + ${project.version},${git.commit} diff --git a/pom.xml b/pom.xml index 081b2ca566b81..c1c101a215d41 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ 2.3.2 -Xmx2G -XX:MaxPermSize=128M -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=target/test-data -Dorg.neo4j.unsafe.impl.internal.dragons.UnsafeUtil.DIRTY_MEMORY=true -XX:-OmitStackTraceInFastThrow reference + unknown-commit @@ -236,23 +237,9 @@ Git information extraction profiles. Activate by adding the required Git information to the environment, e.g. on *nix: - export GIT_BRANCH export GIT_COMMIT - GIT_BRANCH=$(git rev-parse - -abbrev-ref HEAD) - GIT_COMMIT=$(git rev-parse - -short HEAD) + GIT_COMMIT=$(git rev-parse HEAD) --> - - attach-git-info-branch - - false - - env.GIT_BRANCH - - - - ${env.GIT_BRANCH} - - attach-git-info-commit @@ -262,7 +249,7 @@ - ${env.GIT_COMMIT} + ${env.GIT_COMMIT}