Skip to content

Commit

Permalink
release v4.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <toda_k@bw-company.com>
  • Loading branch information
KengoTODA committed Sep 5, 2022
1 parent 9147e58 commit 1f42a5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:

Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).

## Unreleased - 2022-??-??
## 4.7.2 - 2022-09-02
### Fixed
- Bumped gson from 2.9.0 to 2.9.1 ([#2136](https://github.com/spotbugs/spotbugs/pull/2136))
- Bump up SLF4J API to `2.0.0`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'com.github.spotbugs'
version = '4.7.2-SNAPSHOT'
version = '4.7.2'

apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -17,9 +17,9 @@

html_context = {
'version' : '4.7',
'full_version' : '4.7.1',
'maven_plugin_version' : '4.7.0.0',
'gradle_plugin_version' : '5.0.8',
'full_version' : '4.7.2',
'maven_plugin_version' : '4.7.1.1',
'gradle_plugin_version' : '5.0.10',
'archetype_version' : '0.2.4'
}

Expand Down

0 comments on commit 1f42a5b

Please sign in to comment.