diff options
author | Shinsuke Nishio <nishio@timedia.co.jp> | 2014-05-18 01:52:02 +0900 |
---|---|---|
committer | Shinsuke Nishio <nishio@timedia.co.jp> | 2014-05-18 01:52:02 +0900 |
commit | 88477faa9c194fc0b61afb8cf7571a03da7f143a (patch) | |
tree | edf38a59875d8c16b38ff1b655febfe4f09fc229 | |
parent | c98cd392fcdfae00399f61f9eaf4c3d62f22b7c3 (diff) | |
download | bbprb-88477faa9c194fc0b61afb8cf7571a03da7f143a.tar.gz |
add pom.xml settings for publish plugin on jenkins site
-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> |