Skip to content

Commit 2b4bda3

Browse files
authored
Merge pull request #850 from git-commit-id/dependabot/maven/io.github.git-commit-id-git-commit-id-plugin-core-6.0.0
build(deps): bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.9 to 6.0.0
2 parents dc10ead + a39bbe4 commit 2b4bda3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>${project.groupId}</groupId>
6565
<artifactId>git-commit-id-plugin-core</artifactId>
66-
<version>6.0.0-rc.9</version>
66+
<version>6.0.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.code.findbugs</groupId>

src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,8 @@ public void shouldSkipWithoutFailOnNoGitDirectoryWhenNoGitRepoFound(boolean useN
599599

600600
// then
601601
assertThat(targetProject.getProperties().keySet()).containsOnly(
602-
"git.build.time", "git.build.version", "git.build.host");
602+
"git.build.time", "git.build.version", "git.build.host",
603+
"git.build.number.unique", "git.build.number");
603604
}
604605

605606
@ParameterizedTest

0 commit comments

Comments
 (0)