File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
<groupId >com.github.spotbugs</groupId >
31
31
<artifactId >spotbugs-maven-plugin</artifactId >
32
- <version >4.9.3.2-SNAPSHOT </version >
32
+ <version >4.9.3.2</version >
33
33
<packaging >maven-plugin</packaging >
34
34
35
35
<name >spotbugs-maven-plugin</name >
89
89
<scm >
90
90
<
connection >scm:git:ssh://
[email protected] /spotbugs/spotbugs-maven-plugin.git</
connection >
91
91
<
developerConnection >scm:git:ssh://
[email protected] /spotbugs/spotbugs-maven-plugin.git</
developerConnection >
92
- <tag >HEAD </tag >
92
+ <tag >spotbugs-maven-plugin-4.9.3.2 </tag >
93
93
<url >https://github.com/spotbugs/spotbugs-maven-plugin</url >
94
94
</scm >
95
95
<issueManagement >
117
117
<testSourceDirectory >${project.basedir}src/test/groovy</testSourceDirectory >
118
118
119
119
<!-- Reproducible Builds: override timestamp value from parent -->
120
- <project .build.outputTimestamp>1750791436 </project .build.outputTimestamp>
120
+ <project .build.outputTimestamp>1750986689 </project .build.outputTimestamp>
121
121
122
122
<jacoco .minimum.coverage>0.09</jacoco .minimum.coverage>
123
123
You can’t perform that action at this time.
0 commit comments