aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorNicholas Blair <nicholas.blair@gmail.com>2017-02-22 11:36:48 -0600
committerNicholas Blair <nicholas.blair@gmail.com>2017-02-22 11:36:48 -0600
commit65d4d19adf3ab11b7327aa2f0a54199ddc32a7cf (patch)
treed4505c3b7c64abcf27633649459ce7fb858dab39 /pom.xml
parent83260d55784677708a6ab083b06c289ad528099f (diff)
parentd7700dca7edda31c0aa7da89dc0ed7f1450dd2d5 (diff)
downloadbbprb-65d4d19adf3ab11b7327aa2f0a54199ddc32a7cf.tar.gz
Merge branch 'master' into parameterize-comment-build-trigger
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 976d29c..98d2446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
- <version>1.509.4</version><!-- which version of Jenkins is this plugin built against? -->
+ <version>1.596.1</version>
</parent>
<artifactId>bitbucket-pullrequest-builder</artifactId>
@@ -25,6 +25,11 @@
<name>nishio_dens</name>
<email>nishio@densan-labs.net</email>
</developer>
+ <developer>
+ <id>damovsky</id>
+ <name>Martin Damovsky</name>
+ <email>martin.damovsky@gmail.com</email>
+ </developer>
</developers>
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->