Skip to content

Commit

Permalink
Fix: avoiding trying to delete twice causing NPE in server log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jul 2, 2020
1 parent 85cedcb commit ff0f38b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog of Violation Comments to Bitbucket Server Plugin.

## Unreleased
### No issue

**Fix: avoiding trying to delete twice causing NPE in server log**


[001cfabce42a836](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/001cfabce42a836) Tomas Bjerre *2020-07-02 17:24:27*


## 1.115
### No issue

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
<jenkins.version>2.7.4</jenkins.version>
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<violation-comments-lib>1.92</violation-comments-lib>
<violations-lib>1.116</violations-lib>
<violation-comments-lib>1.93</violation-comments-lib>
<violations-lib>1.118</violations-lib>
<violations-maven>1.36</violations-maven>
<changelog>1.61</changelog>
<fmt>2.9</fmt>
</properties>

<artifactId>violation-comments-to-stash</artifactId>
Expand Down Expand Up @@ -143,7 +142,7 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>${fmt}</version>
<version>2.9</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit ff0f38b

Please sign in to comment.