Skip to content

Commit

Permalink
[maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 15, 2025
1 parent fa361ca commit a94d831
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.1.0-SNAPSHOT</version>
<version>4.9.1.0</version>
<packaging>maven-plugin</packaging>

<name>spotbugs-maven-plugin</name>
Expand Down Expand Up @@ -141,7 +141,7 @@
<scm>
<connection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/spotbugs/spotbugs-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>spotbugs-maven-plugin-4.9.1.0</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>1739650333</project.build.outputTimestamp>
<project.build.outputTimestamp>1739650528</project.build.outputTimestamp>

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

0 comments on commit a94d831

Please sign in to comment.