Skip to content

Commit

Permalink
[FIXED JENKINS-44581] Now commit the dependency update
Browse files Browse the repository at this point in the history
- also fix some other pom issues and update parent pom
- also add the test jar
  • Loading branch information
stephenc committed May 31, 2017
1 parent 27c3778 commit 614ba75
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,8 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.11</version>
<version>2.30</version>
<relativePath/>
</parent>

<licenses>
Expand All @@ -15,17 +16,23 @@
</licenses>

<artifactId>github-api</artifactId>
<version>1.86-SNAPSHOT</version>
<version>1.85.1-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>GitHub API Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+API+Plugin</url>

<properties>
<jenkins.version>1.615</jenkins.version>
<java.level>7</java.level>
<no-test-jar>false</no-test-jar>
</properties>

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jackson2-api</artifactId>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
Expand All @@ -35,6 +42,10 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 614ba75

Please sign in to comment.