Skip to content

Commit

Permalink
release 4.0.0_beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jun 23, 2019
1 parent 2471447 commit f60c5eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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 - 2019-??-??
## 4.0.0-beta3 - 2019-06-24

### Added

* Provide support for CheckerFramework @NonNull annotation
* Provide support for CheckerFramework `@NonNull` annotation
* Recognize CheckerFramework type annotations on method return values ([#960](https://github.com/spotbugs/spotbugs/pull/960))
* The feature toggle `spotbugs.experimental.multiThread` for experimental multi-thread analysis
* Add management for source filter using full source path, if available and simple filename does not already match ([#694](https://github.com/spotbugs/spotbugs/issues/694))
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.7.1'
}

version = '4.0.0-SNAPSHOT'
version = '4.0.0-beta3'

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,8 +17,8 @@

html_context = {
'version' : '4.0',
'full_version' : '4.0.0-beta2',
'maven_plugin_version' : '3.1.11',
'full_version' : '4.0.0-beta3',
'maven_plugin_version' : '3.1.12',
'gradle_plugin_version' : '2.0.0',
'archetype_version' : '0.2.2'
}
Expand Down

0 comments on commit f60c5eb

Please sign in to comment.