Skip to content

Commit

Permalink
Merge pull request #784 from hazendaz/release/7.8.4.0
Browse files Browse the repository at this point in the history
Preparing for 4.8.4.0 release
  • Loading branch information
hazendaz authored Apr 8, 2024
2 parents 816ef6e + 196f8fa commit d36228c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.2.0:gui
mvn com.github.spotbugs:spotbugs-maven-plugin:4.8.4.0:gui
```

## Creating new site examples ##
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.3.2-SNAPSHOT</version>
<version>4.8.4.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>spotbugs-maven-plugin</name>
Expand Down Expand Up @@ -167,11 +167,11 @@
<project.build.outputTimestamp>1707610824</project.build.outputTimestamp>

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

<junitVersion>5.10.1</junitVersion>
<spotbugsVersion>4.8.3</spotbugsVersion>
<spotbugsTag>4.8.3</spotbugsTag>
<junitVersion>5.10.2</junitVersion>
<spotbugsVersion>4.8.4</spotbugsVersion>
<spotbugsTag>4.8.4</spotbugsTag>
<slf4jVersion>2.0.12</slf4jVersion>

<antVersion>1.10.14</antVersion>
Expand Down Expand Up @@ -220,10 +220,10 @@
<skipSurefireReport>true</skipSurefireReport>

<!-- Used by Integration tests -->
<compilerPluginVersion>3.12.1</compilerPluginVersion>
<findsecbugsVersion>1.12.0</findsecbugsVersion>
<jxrPluginVersion>3.3.1</jxrPluginVersion>
<mavenSurefireVersion>3.2.3</mavenSurefireVersion>
<compilerPluginVersion>3.13.0</compilerPluginVersion>
<findsecbugsVersion>1.13.0</findsecbugsVersion>
<jxrPluginVersion>3.3.2</jxrPluginVersion>
<mavenSurefireVersion>3.2.5</mavenSurefireVersion>
<servletApiVersion>6.0.0</servletApiVersion>
<sb-contribVersion>7.6.4</sb-contribVersion>

Expand Down

0 comments on commit d36228c

Please sign in to comment.