File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ This is the changelog for SpotBugs Gradle Plugin. This follows [Keep a Changelog
4
4
5
5
Currently the versioning policy of this project follows [ Semantic Versioning] ( http://semver.org/ ) from version 1.6.0.
6
6
7
- ## Unreleased - 2019-??-??
7
+ ## 1.7.1 - 2019-03-14
8
+
8
9
### Fixed
9
10
10
11
* Treat ` projectName ` and ` release ` as task input ([ #131 ] ( https://github.com/spotbugs/spotbugs-gradle-plugin/issues/131 ) )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply from: "$rootDir/gradle/sonar.gradle"
13
13
apply from : " $rootDir /gradle/deploy.gradle"
14
14
apply from : " $rootDir /gradle/spotless.gradle"
15
15
16
- version = ' 1.7.1-SNAPSHOT '
16
+ version = ' 1.7.1'
17
17
group = " com.github.spotbugs"
18
18
def spotBugsVersion = ' 3.1.12'
19
19
def slf4jVersion = ' 1.8.0-beta4'
You can’t perform that action at this time.
0 commit comments