From 7235678a6e26705afd2002ef40d60e49cc5592a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 18:05:54 +0000 Subject: [PATCH 1/2] build(deps): bump io.github.git-commit-id:git-commit-id-plugin-core Bumps [io.github.git-commit-id:git-commit-id-plugin-core](https://github.com/git-commit-id/git-commit-id-plugin-core) from 6.0.0-rc.9 to 6.0.0. - [Release notes](https://github.com/git-commit-id/git-commit-id-plugin-core/releases) - [Commits](https://github.com/git-commit-id/git-commit-id-plugin-core/compare/v6.0.0-rc.9...v6.0.0) --- updated-dependencies: - dependency-name: io.github.git-commit-id:git-commit-id-plugin-core dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27a91b7a..0ad28f3a 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ ${project.groupId} git-commit-id-plugin-core - 6.0.0-rc.9 + 6.0.0 com.google.code.findbugs From a39bbe49b8c0faa3c9aacaf1678d0749d7cc5371 Mon Sep 17 00:00:00 2001 From: TheSnoozer <6849390+TheSnoozer@users.noreply.github.com> Date: Thu, 22 May 2025 20:15:34 +0200 Subject: [PATCH 2/2] make tests pass with io.github.git-commit-id:git-commit-id-plugin-core:6.0.0 --- .../pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java b/src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java index 905d9b4d..b38066ae 100644 --- a/src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java +++ b/src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java @@ -599,7 +599,8 @@ public void shouldSkipWithoutFailOnNoGitDirectoryWhenNoGitRepoFound(boolean useN // then assertThat(targetProject.getProperties().keySet()).containsOnly( - "git.build.time", "git.build.version", "git.build.host"); + "git.build.time", "git.build.version", "git.build.host", + "git.build.number.unique", "git.build.number"); } @ParameterizedTest