aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -->