We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8027008 + 7ad53d3 commit 32f7d1aCopy full SHA for 32f7d1a
pom.xml
@@ -29,7 +29,7 @@
29
30
<groupId>com.github.spotbugs</groupId>
31
<artifactId>spotbugs-maven-plugin</artifactId>
32
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.9.0.0-SNAPSHOT</version>
33
<packaging>maven-plugin</packaging>
34
35
<name>spotbugs-maven-plugin</name>
@@ -170,7 +170,7 @@
170
<projectVersion>${project.version}</projectVersion>
171
172
<!-- Reproducible Builds: override timestamp value from parent -->
173
- <project.build.outputTimestamp>1719263517</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1719491133</project.build.outputTimestamp>
174
175
<!-- Override spotbugs to this version from base-parent -->
176
<spotbugs.version>4.8.6</spotbugs.version>
0 commit comments