diff options
author | S.Nishio <nishio@densan-labs.net> | 2014-05-18 01:54:21 +0900 |
---|---|---|
committer | S.Nishio <nishio@densan-labs.net> | 2014-05-18 01:54:21 +0900 |
commit | d86b5d6c94a798997e5e12d1dbaa96f2c8c0eb38 (patch) | |
tree | edf38a59875d8c16b38ff1b655febfe4f09fc229 /pom.xml | |
parent | c98cd392fcdfae00399f61f9eaf4c3d62f22b7c3 (diff) | |
parent | 88477faa9c194fc0b61afb8cf7571a03da7f143a (diff) | |
download | bbprb-d86b5d6c94a798997e5e12d1dbaa96f2c8c0eb38.tar.gz |
Merge pull request #10 from nishio-dens/feature/issue-1
add pom.xml settings for publish plugin on jenkins site
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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> |