Skip to content

Commit d3e3ba4

Browse files
committed
[maven-release-plugin] prepare release spotbugs-maven-plugin-4.8.1.0
1 parent 17cbf14 commit d3e3ba4

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
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.spotbugs</groupId>
3030
<artifactId>spotbugs-maven-plugin</artifactId>
31-
<version>4.8.1.0-SNAPSHOT</version>
31+
<version>4.8.1.0</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>spotbugs-maven-plugin</name>
@@ -140,7 +140,7 @@
140140
<scm>
141141
<connection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</connection>
142142
<developerConnection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</developerConnection>
143-
<tag>HEAD</tag>
143+
<tag>spotbugs-maven-plugin-4.8.1.0</tag>
144144
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
145145
</scm>
146146
<issueManagement>
@@ -164,7 +164,7 @@
164164
<projectVersion>${project.version}</projectVersion>
165165

166166
<!-- Reproducible Builds: override timestamp value from parent -->
167-
<project.build.outputTimestamp>1699322670</project.build.outputTimestamp>
167+
<project.build.outputTimestamp>1699324998</project.build.outputTimestamp>
168168

169169
<!-- Override spotbugs to this version from base-parent -->
170170
<spotbugs.version>4.8.1</spotbugs.version>

0 commit comments

Comments
 (0)