Skip to content

Commit

Permalink
release SpotBugs v3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Nov 23, 2018
1 parent fd29bff commit a4388ea
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 - 2018-??-??
## 3.1.9 - 2018-11-20

### Fixed
* Fix some out-of-bounds reports from LGTM
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.sonarqube' version '2.6.2'
}

version = '3.1.9-SNAPSHOT'
version = '3.1.9'

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' : '3.1',
'full_version' : '3.1.8',
'maven_plugin_version' : '3.1.7',
'gradle_plugin_version' : '1.6.4',
'full_version' : '3.1.9',
'maven_plugin_version' : '3.1.8',
'gradle_plugin_version' : '1.6.5',
'archetype_version' : '0.2.1'
}

Expand Down

0 comments on commit a4388ea

Please sign in to comment.