Skip to content

Commit

Permalink
release 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Feb 18, 2019
1 parent 2029362 commit bff31f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 Gradle Plugin. This follows [Keep a Changelog

Currently the versioning policy of this project follows [Semantic Versioning](http://semver.org/) from version 1.6.0.

## Unreleased - 2019-??-??
## 1.6.10 - 2019-02-18

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply from: "$rootDir/gradle/java.gradle"
apply from: "$rootDir/gradle/sonar.gradle"
apply from: "$rootDir/gradle/deploy.gradle"

version = '1.6.10-SNAPSHOT'
version = '1.6.10'
group = "com.github.spotbugs"
def spotBugsVersion = '3.1.11'
def slf4jVersion = '1.8.0-beta2'
Expand Down

0 comments on commit bff31f4

Please sign in to comment.