Skip to content

Commit

Permalink
Merge pull request #802 from spotbugs/release/4.8.5.0
Browse files Browse the repository at this point in the history
Release/4.8.5.0
  • Loading branch information
hazendaz authored May 5, 2024
2 parents 5912a28 + b73d9f1 commit d3859ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspe

Run gui with a specific version
```
mvn com.github.spotbugs:spotbugs-maven-plugin:4.8.4.0:gui
mvn com.github.spotbugs:spotbugs-maven-plugin:4.8.5.0:gui
```

## Creating new site examples ##
Expand Down
8 changes: 4 additions & 4 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.1-SNAPSHOT</version>
<version>4.8.5.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

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

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

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

<junitVersion>5.10.2</junitVersion>
<spotbugsVersion>4.8.5</spotbugsVersion>
<spotbugsTag>4.8.4</spotbugsTag>
<spotbugsTag>4.8.5</spotbugsTag>
<slf4jVersion>2.0.13</slf4jVersion>

<antVersion>1.10.14</antVersion>
Expand Down

0 comments on commit d3859ed

Please sign in to comment.