Skip to content

Commit 1a9a47b

Browse files
committed
release v3.0.0
1 parent f1712c1 commit 1a9a47b

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
@@ -5,7 +5,7 @@ This is the changelog for SpotBugs Gradle Plugin. This follows [Keep a Changelog
55

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

8-
## Unreleased - 2019-??-??
8+
## 3.0.0 - 2019-11-14
99

1010
### Added
1111

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply from: "$rootDir/gradle/sonar.gradle"
1313
apply from: "$rootDir/gradle/deploy.gradle"
1414
apply from: "$rootDir/gradle/spotless.gradle"
1515

16-
version = '2.0.2-SNAPSHOT'
16+
version = '3.0.0'
1717
group = "com.github.spotbugs"
1818
def spotBugsVersion = '3.1.12'
1919
def slf4jVersion = '1.8.0-beta4'

0 commit comments

Comments
 (0)