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

Commit

Permalink
changelog maven plugin 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Apr 14, 2016
1 parent f2fc9e1 commit 25ccd05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
## 2.17
### GitHub [#107](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/107) java.lang.NullPointerException: null at PrnfbRenderer.java:367
Finding current user correctly #107

* Was looking up currently logged in user with the users username. That caused NullPointerException if username not same as user slug.

[296f894974dd831](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/296f894974dd831) Tomas Bjerre *2016-04-02 07:17:39*

### No issue
Using git changelog plugin 1.20

Expand Down Expand Up @@ -514,16 +521,16 @@ Also:

[4a21a380f1bbe49](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/4a21a380f1bbe49) Tomas Bjerre *2015-04-07 20:49:49*

fix(admin): change password input to type password

[050296e9217f040](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/050296e9217f040) Steven Sojka *2015-04-07 17:33:45*

## 1.5
### No issue
Adding author related variables

[475f25de338f7bc](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/475f25de338f7bc) Tomas Bjerre *2015-04-07 20:19:04*

fix(admin): change password input to type password

[050296e9217f040](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/050296e9217f040) Steven Sojka *2015-04-07 17:33:45*

## 1.4
### No issue
Listening for each specific event, instead of all pull request events
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.20</version>
<version>1.29</version>
<executions>
<execution>
<id>GenerateGitChangelog</id>
Expand Down

0 comments on commit 25ccd05

Please sign in to comment.