Skip to content

Commit

Permalink
release 4.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jan 14, 2020
1 parent 53278bd commit 257dc82
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.0.0-beta5 - 2020-01-14

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id "com.diffplug.gradle.spotless" version "3.23.0"
}

version = '4.0.0-SNAPSHOT'
version = '4.0.0-beta5'

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.0',
'full_version' : '4.0.0-beta4',
'full_version' : '4.0.0-beta5',
'maven_plugin_version' : '3.1.12.2',
'gradle_plugin_version' : '2.0.0',
'gradle_plugin_version' : '3.0.0',
'archetype_version' : '0.2.2'
}

Expand Down

0 comments on commit 257dc82

Please sign in to comment.