Skip to content

Commit

Permalink
Merge pull request #21 from jenkinsci/KostyaSha-patch-1
Browse files Browse the repository at this point in the history
1.95
  • Loading branch information
KostyaSha authored Nov 26, 2018
2 parents fba6206 + 62bf832 commit 0be3f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</licenses>

<artifactId>github-api</artifactId>
<version>1.94-SNAPSHOT</version>
<version>1.95-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>GitHub API Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+API+Plugin</url>
Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jackson2-api</artifactId>
<version>2.9.7.0-beta</version>
<version>2.9.7.1</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.94</version>
<version>1.95</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 0be3f67

Please sign in to comment.