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

Commit d1e319f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8d4600e commit d1e319f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Changelog of Pull Request Notifier for Bitbucket.
44

5-
## Unreleased
5+
## 3.25
66
### GitHub [#1](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/1) Finish GUI
77
Add link to bitbucket debug logging doc () ()
88

@@ -36,6 +36,16 @@ Bitbucket makes it easy to add debug logging for specific loggers once you know
3636

3737
[ab5e796b5352e5e](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/ab5e796b5352e5e) Dave Neeley *2019-03-30 05:28:11*
3838

39+
### GitHub [#333](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/333) Use regex to match parts of a variable value
40+
Add new variable for storing a regex match on another variable value. ()
41+
42+
[c8cb7b1d6f4dcb8](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/c8cb7b1d6f4dcb8) DJ Sprouse *2019-05-07 17:57:37*
43+
44+
### GitHub [#334](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/pull/334) Add new variable for storing a regex match on another variable value #333
45+
Add new variable for storing a regex match on another variable value. ()
46+
47+
[c8cb7b1d6f4dcb8](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/c8cb7b1d6f4dcb8) DJ Sprouse *2019-05-07 17:57:37*
48+
3949
### No issue
4050
Updating build script
4151

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>3.25</version>
7+
<version>3.26-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-3.25</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020
<distributionManagement>
2121
<repository>

0 commit comments

Comments
 (0)