Skip to content

Commit

Permalink
release SpotBugs v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Aug 19, 2020
1 parent 72f9185 commit 1a2aa9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2 - 2020-08-18
### Fixed
* [A meaningless exception data from `SAXBugCollectionHandler`](https://lgtm.com/projects/g/spotbugs/spotbugs/rev/a77ab08634687b7791e902636996ab6184462693)
* Use URI for files instead of converting string to URI each time. Fixes tests on Windows.
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.0"
}

version = '4.1.2-SNAPSHOT'
version = '4.1.2'

apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down
4 changes: 2 additions & 2 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.1',
'full_version' : '4.1.2',
'maven_plugin_version' : '4.0.4',
'gradle_plugin_version' : '4.4.4',
'gradle_plugin_version' : '4.5.0',
'archetype_version' : '0.2.3'
}

Expand Down

0 comments on commit 1a2aa9d

Please sign in to comment.