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 Nov 7, 2023
1 parent e591adf commit fd16c1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.0.0</version>
<version>4.8.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>spotbugs-maven-plugin</name>
Expand Down Expand Up @@ -141,7 +141,7 @@
<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>
<url>https://github.com/spotbugs/spotbugs-maven-plugin</url>
<tag>spotbugs-maven-plugin-4.8.0.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand All @@ -164,7 +164,7 @@
<projectVersion>${project.version}</projectVersion>

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

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

0 comments on commit fd16c1e

Please sign in to comment.