Skip to content

Commit

Permalink
release v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Apr 16, 2021
1 parent 51e586b commit de5da7e
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 - 2021-??-??
## 4.2.3 - 2021-04-12

### Fixed
- Inconsistency in the description of `DLS_DEAD_LOCAL_INCREMENT_IN_RETURN`, `VO_VOLATILE_INCREMENT` and `QF_QUESTIONABLE_FOR_LOOP` ([#1470](https://github.com/spotbugs/spotbugs/issues/1470))
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.7.0"
}

version = '4.2.3-SNAPSHOT'
version = '4.2.3'

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.2',
'full_version' : '4.2.2',
'full_version' : '4.2.3',
'maven_plugin_version' : '4.2.0',
'gradle_plugin_version' : '4.6.2',
'gradle_plugin_version' : '4.7.0',
'archetype_version' : '0.2.3'
}

Expand Down

0 comments on commit de5da7e

Please sign in to comment.