There was an error while loading. Please reload this page.
1 parent 557df81 commit 5f9e363Copy full SHA for 5f9e363
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>com.github.spotbugs</groupId>
31
<artifactId>spotbugs-maven-plugin</artifactId>
32
- <version>4.9.0.1-SNAPSHOT</version>
+ <version>4.9.1.0-SNAPSHOT</version>
33
<packaging>maven-plugin</packaging>
34
35
<name>spotbugs-maven-plugin</name>
@@ -168,7 +168,7 @@
168
<sourceDirectory>${project.basedir}/src/main/groovy</sourceDirectory>
169
170
<!-- Reproducible Builds: override timestamp value from parent -->
171
- <project.build.outputTimestamp>1739649724</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1739650333</project.build.outputTimestamp>
172
173
<!-- Override spotbugs to this version from base-parent -->
174
<spotbugs.version>4.9.1</spotbugs.version>
0 commit comments