Skip to content

Commit

Permalink
[JENKINS-31834] Upgrade github-api dependency to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Recena committed Dec 1, 2015
1 parent b8efab5 commit 59243d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@
</licenses>

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

<dependencies>
<!-- TODO: Update when org.jenkins-ci.plugins:github-api is released -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.71-SNAPSHOT</version>
<version>1.71</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 59243d7

Please sign in to comment.