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

Commit 37aed01

Browse files
committed
Bitbucket Server 5.0 #215
1 parent 3f63db7 commit 37aed01

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ before_install:
77
- ./setup-atlassian-sdk.sh `pwd`
88
- export PATH=opt/atlassian-plugin-sdk/bin:opt/atlassian-plugin-sdk/apache-maven-*/bin:$PATH
99
install:
10-
- atlas-mvn -q install -Dbitbucket.version=4.4.0
10+
- atlas-mvn -q install -Dbitbucket.version=5.0.0
1111
- atlas-mvn -q install
1212
script:
13-
- atlas-package -q -Dbitbucket.version=4.4.0
13+
- atlas-package -q -Dbitbucket.version=5.0.0
1414
- atlas-package -q
1515
notifications:
1616
email: false

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ Changelog of Pull Request Notifier for Bitbucket.
44

55
## Unreleased
66
### No issue
7+
Updating install script
8+
9+
[3f63db715413e9b](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/3f63db715413e9b) Tomas Bjerre *2017-05-13 09:01:49*
10+
711
doc
812

9-
[c5a68b3c849098f](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/c5a68b3c849098f) Tomas Bjerre *2017-04-21 14:46:49*
13+
[1b211572d28559a](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/1b211572d28559a) Tomas Bjerre *2017-04-21 16:49:33*
1014

1115
## 2.62
1216
### GitHub [#211](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/211) https proxy settings

pom.xml

Lines changed: 3 additions & 8 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>2.63-SNAPSHOT</version>
7+
<version>3.0-SNAPSHOT</version>
88
<organization>
99
<name>Tomas Bjerre</name>
1010
<url>http://bjurr.se/</url>
@@ -135,11 +135,6 @@
135135
<artifactId>rest-assured</artifactId>
136136
<scope>test</scope>
137137
</dependency>
138-
<dependency>
139-
<groupId>org.codehaus.groovy</groupId>
140-
<artifactId>groovy-all</artifactId>
141-
<scope>test</scope>
142-
</dependency>
143138
</dependencies>
144139
<build>
145140
<plugins>
@@ -286,9 +281,9 @@ Changelog of Pull Request Notifier for Bitbucket.
286281
</profiles>
287282

288283
<properties>
289-
<bitbucket.version>4.14.3</bitbucket.version>
284+
<bitbucket.version>5.0.0</bitbucket.version>
290285
<bitbucket.data.version>${bitbucket.version}</bitbucket.data.version>
291286
<quick.reload.version>2.0.0</quick.reload.version>
292-
<amps.version>6.1.0</amps.version>
287+
<amps.version>6.3.0</amps.version>
293288
</properties>
294289
</project>

0 commit comments

Comments
 (0)