Skip to content

Commit

Permalink
pom.xml: Require Jenkins 2.60.3 instead of 2.60.1
Browse files Browse the repository at this point in the history
All recent versions of HttpClient API and Jackson2 API plugins require
2.60.3. It's not a significant requirement change.
  • Loading branch information
proski authored and jakub-bochenski committed Aug 5, 2019
1 parent 6ce9fc3 commit 2620765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This plugin was inspired by the GitHub & BitBucket pull request builder plugins.

## Prerequisites

- Jenkins 2.60.1 or higher.
- Jenkins 2.60.3 or higher.
- [Git Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin)

## Environment variables
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<revision>1.11</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<jenkins.version>2.60.3</jenkins.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 2620765

Please sign in to comment.