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

Commit 22a891b

Browse files
committed
Bugfix setting credentials correctly #236
1 parent fa4c77c commit 22a891b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of Pull Request Notifier for Bitbucket.
44

5+
## 3.5
6+
### No issue
7+
doc
8+
9+
[72a6a8a151cf2a0](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/72a6a8a151cf2a0) Tomas Bjerre *2017-07-20 18:08:15*
10+
511
## 3.4
612
### No issue
713
Not exposing username, password, in REST

src/main/java/se/bjurr/prnfb/service/SettingsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private PrnfbNotification doAddOrUpdateNotification(PrnfbNotification newNotific
251251
.withUser(user) //
252252
.withPassword(password) //
253253
.withProxyUser(proxyUser) //
254-
.withPassword(proxyPassword) //
254+
.withProxyPassword(proxyPassword) //
255255
.build();
256256
doDeleteNotification(newNotification.getUuid());
257257
}

0 commit comments

Comments
 (0)