Skip to content

Commit

Permalink
release SpotBugs v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Oct 15, 2020
1 parent b92376b commit e413395
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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 - 2020-??-??
## 4.1.4 - 2020-10-15
### Fixed
* `IllegalArgumentException` during XML report generation ([#1272](https://github.com/spotbugs/spotbugs/issues/1272))
* Error dialog on cancelling SpotBugs job in Eclipse ([#1314](https://github.com/spotbugs/spotbugs/issues/1314))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "com.github.spotbugs" version "4.5.1"
}

version = '4.1.4-SNAPSHOT'
version = '4.1.4'

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

html_context = {
'version' : '4.1',
'full_version' : '4.1.3',
'maven_plugin_version' : '4.0.4',
'gradle_plugin_version' : '4.5.0',
'full_version' : '4.1.4',
'maven_plugin_version' : '4.1.3',
'gradle_plugin_version' : '4.5.1',
'archetype_version' : '0.2.3'
}

Expand Down

0 comments on commit e413395

Please sign in to comment.