Skip to content

Commit

Permalink
JENKINS-33898: Auto resolve issue created by jiratestresultreporter p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
Neeraj Sharma committed Mar 30, 2016
1 parent f6bc424 commit 505c767
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 86 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.577</version><!-- which version of Jenkins is this plugin built against? -->
<version>1.587</version><!-- which version of Jenkins is this plugin built against? -->
</parent>

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>JiraTestResultReporter</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Jenkins JiraTestResultReporter plugin</name>
<description>Creates issues in Jira for failed unit tests.</description>
<description>Creates and resolves issues in Jira for failed and successful unit tests.</description>

<developers>
<developer>
<id>maplesteve</id>
<name>Stephan Esch</name>
</developer>
<developer>
<id>nsharma-git</id>
<name>Neeraj Sharma</name>
</developer>
</developers>

<url>https://wiki.jenkins-ci.org/display/JENKINS/JiraTestResultReporter-plugin</url>
Expand Down Expand Up @@ -89,7 +93,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
<version>1.1</version>
<version>1.11</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 505c767

Please sign in to comment.