Skip to content

Commit

Permalink
chore(release): 0.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.3](0.2.2...0.2.3) (2020-02-16)

### Bug Fixes

* bump up JUnit to 4.13 ([3de9584](3de9584))
* bump up SpotBugs to v4.0.0 stable ([c47ddf1](c47ddf1))
* remove deprecated attribute in findbugs.xml ([cb04445](cb04445)), closes [#guide-for-migration-from-spotbugs-3-1-to-4-0](https://github.com/spotbugs/spotbugs-archetype/issues/guide-for-migration-from-spotbugs-3-1-to-4-0)
  • Loading branch information
semantic-release-bot committed Feb 16, 2020
1 parent cb04445 commit 55ca208
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [0.2.3](https://github.com/spotbugs/spotbugs-archetype/compare/0.2.2...0.2.3) (2020-02-16)


### Bug Fixes

* bump up JUnit to 4.13 ([3de9584](https://github.com/spotbugs/spotbugs-archetype/commit/3de9584))
* bump up SpotBugs to v4.0.0 stable ([c47ddf1](https://github.com/spotbugs/spotbugs-archetype/commit/c47ddf1))
* remove deprecated attribute in findbugs.xml ([cb04445](https://github.com/spotbugs/spotbugs-archetype/commit/cb04445)), closes [#guide-for-migration-from-spotbugs-3-1-to-4-0](https://github.com/spotbugs/spotbugs-archetype/issues/guide-for-migration-from-spotbugs-3-1-to-4-0)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-archetype</artifactId>
<name>SpotBugs Maven Archetype</name>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<packaging>maven-archetype</packaging>

<url>https://github.com/spotbugs/spotbugs-archetype</url>
Expand Down

0 comments on commit 55ca208

Please sign in to comment.