From a4388ea9078b32ad1b49bc88178116ae45b2b191 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Tue, 20 Nov 2018 10:47:46 +0800 Subject: [PATCH] release SpotBugs v3.1.9 --- CHANGELOG.md | 2 +- build.gradle | 2 +- docs/conf.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2872193fc3..2a05fafdc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index 7901ee0db87..1e94732ba04 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/docs/conf.py b/docs/conf.py index afe229503f5..e6578e942ed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' }