Skip to content

Commit 0af6475

Browse files
committed
[maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.2.0
1 parent e91a539 commit 0af6475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
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.2.0-SNAPSHOT</version>
32+
<version>4.9.2.0</version>
3333
<packaging>maven-plugin</packaging>
3434

3535
<name>spotbugs-maven-plugin</name>
@@ -141,7 +141,7 @@
141141
<scm>
142142
<connection>scm:git:ssh://git@github.com/spotbugs/spotbugs-maven-plugin.git</connection>
143143
<developerConnection>scm:git:ssh://git@github.com/spotbugs/spotbugs-maven-plugin.git</developerConnection>
144-
<tag>HEAD</tag>
144+
<tag>spotbugs-maven-plugin-4.9.2.0</tag>
145145
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
146146
</scm>
147147
<issueManagement>
@@ -168,7 +168,7 @@
168168
<sourceDirectory>${project.basedir}/src/main/groovy</sourceDirectory>
169169

170170
<!-- Reproducible Builds: override timestamp value from parent -->
171-
<project.build.outputTimestamp>1739650580</project.build.outputTimestamp>
171+
<project.build.outputTimestamp>1741054604</project.build.outputTimestamp>
172172

173173
<!-- Override spotbugs to this version from base-parent -->
174174
<spotbugs.version>4.9.2</spotbugs.version>

0 commit comments

Comments
 (0)