aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMaxim Epishchev <epishev@garant.ru>2016-01-13 15:46:45 +0300
committerMaxim Epishchev <epishev@garant.ru>2016-01-13 19:41:17 +0300
commit523e5384fc123a554d9a0babc1ae3493d50499bb (patch)
treec58e665229297b52ba509e47d1363c7fdcd5d45d /pom.xml
parent75c0d8c06f0202e8b602f2a09a76a3e427aba0bc (diff)
downloadbbprb-523e5384fc123a554d9a0babc1ae3493d50499bb.tar.gz
Add branches to build filter (similar issue:61)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 8863269..2bb3a93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,15 +3,15 @@
<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.509.4</version><!-- which version of Jenkins is this plugin built against? -->
</parent>
<artifactId>bitbucket-pullrequest-builder</artifactId>
<name>Bitbucket Pullrequest Builder Plugin</name>
- <version>1.4.9-SNAPSHOT</version>
+ <version>1.4.10</version>
<description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description>
<packaging>hpi</packaging>
- <url>https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+pullrequest+builder+plugin</url>
+ <url>https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+pullrequest+builder+plugin</url>
<scm>
<connection>scm:git:ssh://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</connection>
@@ -25,10 +25,10 @@
<name>nishio_dens</name>
<email>nishio@densan-labs.net</email>
</developer>
- </developers>
-
+ </developers>
+
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
- <repositories>
+ <repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
@@ -61,6 +61,11 @@
<artifactId>git</artifactId>
<version>2.2.4</version>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>14.0-rc3</version>
+ </dependency>
</dependencies>
<pluginRepositories>