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 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