Skip to content

Commit b01b82a

Browse files
authored
Merge pull request #604 from git-commit-id/git-commit-id-plugin-core_6.0.0-rc.2
make use of git-commit-id-plugin-core:6.0.0-rc.2
2 parents 019b1df + 7187057 commit b01b82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>${project.groupId}</groupId>
6161
<artifactId>git-commit-id-plugin-core</artifactId>
62-
<version>5.0.1-SNAPSHOT</version>
62+
<version>6.0.0-rc.2</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.code.findbugs</groupId>

src/main/java/pl/project13/maven/git/GitCommitIdMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ public BuildFileChangeListener getBuildFileChangeListener() {
666666
// this should only be null in our tests
667667
if (buildContext != null) {
668668
buildContext.refresh(file);
669-
};
669+
}
670670
};
671671
}
672672

0 commit comments

Comments
 (0)