We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 019b1df + 7187057 commit b01b82aCopy full SHA for b01b82a
pom.xml
@@ -59,7 +59,7 @@
59
<dependency>
60
<groupId>${project.groupId}</groupId>
61
<artifactId>git-commit-id-plugin-core</artifactId>
62
- <version>5.0.1-SNAPSHOT</version>
+ <version>6.0.0-rc.2</version>
63
</dependency>
64
65
<groupId>com.google.code.findbugs</groupId>
src/main/java/pl/project13/maven/git/GitCommitIdMojo.java
@@ -666,7 +666,7 @@ public BuildFileChangeListener getBuildFileChangeListener() {
666
// this should only be null in our tests
667
if (buildContext != null) {
668
buildContext.refresh(file);
669
- };
+ }
670
};
671
}
672
0 commit comments