Skip to content

Commit 01eb955

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4ed93fc commit 01eb955

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

2929
<groupId>com.github.spotbugs</groupId>
3030
<artifactId>spotbugs-maven-plugin</artifactId>
31-
<version>4.8.3.0</version>
31+
<version>4.8.3.1-SNAPSHOT</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>spotbugs-maven-plugin-4.8.3.0</tag>
143+
<tag>HEAD</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>1705282116</project.build.outputTimestamp>
167+
<project.build.outputTimestamp>1705282149</project.build.outputTimestamp>
168168

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

0 commit comments

Comments
 (0)