Skip to content

Commit 9895d2e

Browse files
committed
[maven-release-plugin] prepare release spotbugs-maven-plugin-4.8.6.6
1 parent 028a1a3 commit 9895d2e

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.8.6.6-SNAPSHOT</version>
32+
<version>4.8.6.6</version>
3333
<packaging>maven-plugin</packaging>
3434

3535
<name>spotbugs-maven-plugin</name>
@@ -141,7 +141,7 @@
141141
<scm>
142142
<connection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</connection>
143143
<developerConnection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</developerConnection>
144-
<tag>HEAD</tag>
144+
<tag>spotbugs-maven-plugin-4.8.6.6</tag>
145145
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
146146
</scm>
147147
<issueManagement>
@@ -170,7 +170,7 @@
170170
<projectVersion>${project.version}</projectVersion>
171171

172172
<!-- Reproducible Builds: override timestamp value from parent -->
173-
<project.build.outputTimestamp>1729545235</project.build.outputTimestamp>
173+
<project.build.outputTimestamp>1731432645</project.build.outputTimestamp>
174174

175175
<!-- Override spotbugs to this version from base-parent -->
176176
<spotbugs.version>4.8.6</spotbugs.version>

0 commit comments

Comments
 (0)