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

Commit e5a3b33

Browse files
committed
openjdk8
1 parent bd72d29 commit e5a3b33

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: java
33
jdk:
4-
- oraclejdk8
4+
- openjdk8
55

66
before_install:
77
- ./setup-atlassian-sdk.sh `pwd`

CHANGELOG.md

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

33
Changelog of Pull Request Notifier for Bitbucket.
44

5+
## Unreleased
6+
### No issue
7+
openjdk8
8+
9+
[c9738266f4edb95](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/c9738266f4edb95) Tomas Bjerre *2019-09-27 17:22:21*
10+
11+
Updating dependencies
12+
13+
[bd72d29a4ed6dea](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/bd72d29a4ed6dea) Tomas Bjerre *2019-09-27 17:15:14*
14+
515
## 4.1
616
### GitHub [#321](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/321) Bitbucket Server 6.0 support
717
Adding header support

run-bitbucketserver-in-docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker run -p 7990:7990 atlassian/bitbucket-server

0 commit comments

Comments
 (0)