aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorS.nishio <nishio@densan-labs.net>2014-04-16 01:15:01 +0900
committerS.nishio <nishio@densan-labs.net>2014-04-16 01:15:01 +0900
commita9b036d131d390402de1897a5ac5cfa8868410d5 (patch)
tree71d988c5f155f8e08cd4d2cc901a72df97afbc7c /pom.xml
parentd35748d6c04f3acab12bad9ec181c7ea55fb0adb (diff)
downloadbbprb-a9b036d131d390402de1897a5ac5cfa8868410d5.tar.gz
pom: fix version & add description & remove invalid group id
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5131ef8..8b7a82e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,9 +6,9 @@
<version>1.509.4</version><!-- which version of Jenkins is this plugin built against? -->
</parent>
- <groupId>bitbucket-pullrequest-builder</groupId>
<artifactId>bitbucket-pullrequest-builder</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
+ <description>This Jenkins plugin builds pull requests from Bitbucket.org and will report the test results.</description>
<packaging>hpi</packaging>
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->