aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-09-08 13:01:29 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-09-08 13:24:32 +0300
commitcdef13254a2bd5c104ddbb392545828879865c16 (patch)
treec9fdecb25384582f8ede335ed540ea99e74b79bf /pom.xml
parent94a11c031fca39dc927fa4dd1c362e09df840e8b (diff)
downloadbbprb-cdef13254a2bd5c104ddbb392545828879865c16.tar.gz
Really allow rebuilding pull requests
(With the Rebuild plugin - https://wiki.jenkins.io/display/JENKINS/Rebuild+Plugin) * Make builds implicitly parameterized. * Make sure `bbprb*` are passed in environment and preserved. * Update Jenkins requirements to 2.60+
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index d6254d7..8be3790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
- <version>2.11</version>
+ <version>3.0</version>
</parent>
<artifactId>bbprb</artifactId>
<name>Bitbucket Pullrequest Builder Plugin</name>
@@ -52,18 +52,8 @@
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
- <artifactId>git</artifactId>
- <version>2.2.4</version>
- </dependency>
- <dependency>
- <groupId>org.jenkins-ci</groupId>
- <artifactId>symbol-annotation</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>14.0-rc3</version>
+ <artifactId>credentials</artifactId>
+ <version>2.1.16</version>
</dependency>
</dependencies>
<pluginRepositories>