Skip to content

Commit 887c3c2

Browse files
committed
[maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.3.2
1 parent caea7a4 commit 887c3c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.github.spotbugs</groupId>
3131
<artifactId>spotbugs-maven-plugin</artifactId>
32-
<version>4.9.3.2-SNAPSHOT</version>
32+
<version>4.9.3.2</version>
3333
<packaging>maven-plugin</packaging>
3434

3535
<name>spotbugs-maven-plugin</name>
@@ -89,7 +89,7 @@
8989
<scm>
9090
<connection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</connection>
9191
<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>
9393
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
9494
</scm>
9595
<issueManagement>
@@ -117,7 +117,7 @@
117117
<testSourceDirectory>${project.basedir}src/test/groovy</testSourceDirectory>
118118

119119
<!-- Reproducible Builds: override timestamp value from parent -->
120-
<project.build.outputTimestamp>1750791436</project.build.outputTimestamp>
120+
<project.build.outputTimestamp>1750986689</project.build.outputTimestamp>
121121

122122
<jacoco.minimum.coverage>0.09</jacoco.minimum.coverage>
123123

0 commit comments

Comments
 (0)