aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorShinsuke Nishio <nishio@timedia.co.jp>2014-05-18 01:52:02 +0900
committerShinsuke Nishio <nishio@timedia.co.jp>2014-05-18 01:52:02 +0900
commit88477faa9c194fc0b61afb8cf7571a03da7f143a (patch)
treeedf38a59875d8c16b38ff1b655febfe4f09fc229 /pom.xml
parentc98cd392fcdfae00399f61f9eaf4c3d62f22b7c3 (diff)
downloadbbprb-88477faa9c194fc0b61afb8cf7571a03da7f143a.tar.gz
add pom.xml settings for publish plugin on jenkins site
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9d232c1..f521cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,21 @@
</parent>
<artifactId>bitbucket-pullrequest-builder</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.2-SNAPSHOT</version>
<description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description>
<packaging>hpi</packaging>
+ <scm>
+ <connection>scm:git:ssh://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</developerConnection>
+ <url>https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</url>
+ </scm>
+ <developers>
+ <developer>
+ <id>nishio_dens</id>
+ <name>nishio_dens</name>
+ <email>nishio@densan-labs.net</email>
+ </developer>
+ </developers>
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
<repositories>