We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca6fdbf + 01eb955 commit c22bf75Copy full SHA for c22bf75
pom.xml
@@ -28,7 +28,7 @@
28
29
<groupId>com.github.spotbugs</groupId>
30
<artifactId>spotbugs-maven-plugin</artifactId>
31
- <version>4.8.3.0-SNAPSHOT</version>
+ <version>4.8.3.1-SNAPSHOT</version>
32
<packaging>maven-plugin</packaging>
33
34
<name>spotbugs-maven-plugin</name>
@@ -164,7 +164,7 @@
164
<projectVersion>${project.version}</projectVersion>
165
166
<!-- Reproducible Builds: override timestamp value from parent -->
167
- <project.build.outputTimestamp>1701558282</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1705282149</project.build.outputTimestamp>
168
169
<!-- Override spotbugs to this version from base-parent -->
170
<spotbugs.version>4.8.3</spotbugs.version>
0 commit comments