Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit db0f61a

Browse files
committed
Using Findbugs 3.0.0
* Because latest gives error on mvn deploy.
1 parent 92ad3da commit db0f61a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ Changelog of Pull Request Notifier for Bitbucket.
66
### No issue
77
Bitbucket 5.7.0
88

9-
[373f9ba41304d79](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/373f9ba41304d79) Tomas Bjerre *2018-01-27 09:25:18*
9+
[97a2d280192bde5](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/97a2d280192bde5) Tomas Bjerre *2018-01-27 10:02:19*
10+
11+
uses jQuery.remove() for greater protability
12+
13+
Internet Explorer's HTMLButtonElement doesn't support a .remove() function, but jQuery can remove the element across browsers.
14+
15+
[56742667e87ca6b](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/56742667e87ca6b) Matthew Hitchens *2018-01-25 18:43:26*
1016

1117
Doc
1218

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Changelog of Pull Request Notifier for Bitbucket.
255255
<plugin>
256256
<groupId>org.codehaus.mojo</groupId>
257257
<artifactId>findbugs-maven-plugin</artifactId>
258-
<version>3.0.5</version>
258+
<version>3.0.0</version>
259259
<configuration>
260260
<effort>Max</effort>
261261
<threshold>Low</threshold>

0 commit comments

Comments
 (0)