Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Mar 4, 2025
1 parent 0af6475 commit e012789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.9.2.0</version>
<version>4.9.2.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>spotbugs-maven-plugin</name>
Expand Down Expand Up @@ -141,7 +141,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/spotbugs/spotbugs-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spotbugs/spotbugs-maven-plugin.git</developerConnection>
<tag>spotbugs-maven-plugin-4.9.2.0</tag>
<tag>HEAD</tag>
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
</scm>
<issueManagement>
Expand All @@ -168,7 +168,7 @@
<sourceDirectory>${project.basedir}/src/main/groovy</sourceDirectory>

<!-- Reproducible Builds: override timestamp value from parent -->
<project.build.outputTimestamp>1741054604</project.build.outputTimestamp>
<project.build.outputTimestamp>1741054657</project.build.outputTimestamp>

<!-- Override spotbugs to this version from base-parent -->
<spotbugs.version>4.9.2</spotbugs.version>
Expand Down

0 comments on commit e012789

Please # to comment.