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

Commit 25ccd05

Browse files
committed
changelog maven plugin 1.29
1 parent f2fc9e1 commit 25ccd05

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
Changelog of Pull Request Notifier for Bitbucket.
44

5-
## Unreleased
5+
## 2.17
6+
### GitHub [#107](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/107) java.lang.NullPointerException: null at PrnfbRenderer.java:367
7+
Finding current user correctly #107
8+
9+
* Was looking up currently logged in user with the users username. That caused NullPointerException if username not same as user slug.
10+
11+
[296f894974dd831](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/296f894974dd831) Tomas Bjerre *2016-04-02 07:17:39*
12+
613
### No issue
714
Using git changelog plugin 1.20
815

@@ -514,16 +521,16 @@ Also:
514521

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

524+
fix(admin): change password input to type password
525+
526+
[050296e9217f040](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/050296e9217f040) Steven Sojka *2015-04-07 17:33:45*
527+
517528
## 1.5
518529
### No issue
519530
Adding author related variables
520531

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

523-
fix(admin): change password input to type password
524-
525-
[050296e9217f040](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/050296e9217f040) Steven Sojka *2015-04-07 17:33:45*
526-
527534
## 1.4
528535
### No issue
529536
Listening for each specific event, instead of all pull request events

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>se.bjurr.gitchangelog</groupId>
133133
<artifactId>git-changelog-maven-plugin</artifactId>
134-
<version>1.20</version>
134+
<version>1.29</version>
135135
<executions>
136136
<execution>
137137
<id>GenerateGitChangelog</id>

0 commit comments

Comments
 (0)