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

Commit 6d11491

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e810cc6 commit 6d11491

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

33
Changelog of Pull Request Notifier for Bitbucket.
44

5+
## 4.1
6+
### GitHub [#321](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/321) Bitbucket Server 6.0 support
7+
Adding header support
8+
9+
Now supporting one header.
10+
11+
[d43d29e0d4b9ea0](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/d43d29e0d4b9ea0) Tomas Bjerre *2019-05-14 14:21:31*
12+
513
## 4.0
614
### GitHub [#336](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/pull/336) Fixed deprecated dependencies for BBS6; removed Optional HTTP Headers
715
Stepping Major because of headers in

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>se.bjurr.prnfb</groupId>
66
<artifactId>pull-request-notifier-for-bitbucket</artifactId>
7-
<version>4.1</version>
7+
<version>4.2-SNAPSHOT</version>
88
<organization>
99
<name>Tomas Bjerre</name>
1010
<url>http://bjurr.se/</url>
@@ -15,7 +15,7 @@
1515
<scm>
1616
<developerConnection>scm:git:git@github.com:tomasbjerre/pull-request-notifier-for-bitbucket.git</developerConnection>
1717
<url>https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket</url>
18-
<tag>pull-request-notifier-for-bitbucket-4.1</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020
<distributionManagement>
2121
<repository>

0 commit comments

Comments
 (0)