Skip to content

Commit bff31f4

Browse files
committed
release 1.6.10
1 parent 2029362 commit bff31f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is the changelog for SpotBugs Gradle Plugin. This follows [Keep a Changelog
44

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

7-
## Unreleased - 2019-??-??
7+
## 1.6.10 - 2019-02-18
88

99
### Fixed
1010

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply from: "$rootDir/gradle/java.gradle"
1111
apply from: "$rootDir/gradle/sonar.gradle"
1212
apply from: "$rootDir/gradle/deploy.gradle"
1313

14-
version = '1.6.10-SNAPSHOT'
14+
version = '1.6.10'
1515
group = "com.github.spotbugs"
1616
def spotBugsVersion = '3.1.11'
1717
def slf4jVersion = '1.8.0-beta2'

0 commit comments

Comments
 (0)