Skip to content

Commit

Permalink
Merge pull request #790 from spotbugs/release/4.8.4.0
Browse files Browse the repository at this point in the history
Release/4.8.4.0
  • Loading branch information
hazendaz authored Apr 9, 2024
2 parents 59141d8 + 439dcd5 commit 90e3618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 17, 21, 22]
java: [11, 17, 21, 22, 23-ea]
distribution: ['temurin']
fail-fast: false
max-parallel: 4
Expand Down
4 changes: 2 additions & 2 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.8.4.0-SNAPSHOT</version>
<version>4.8.4.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>spotbugs-maven-plugin</name>
Expand Down Expand Up @@ -165,7 +165,7 @@
<projectVersion>${project.version}</projectVersion>

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

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

0 comments on commit 90e3618

Please sign in to comment.