Skip to content

Commit

Permalink
Merge pull request #131 from MarkEWaite/require-2.319.3
Browse files Browse the repository at this point in the history
require 2.319.3
  • Loading branch information
MarkEWaite authored Apr 2, 2022
2 parents 9c1d6e5 + 6555c6d commit 1aa2b08
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<revision>4.1.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/priority-sorter-plugin</gitHubRepo>
<jenkins.version>2.277.1</jenkins.version>
<jenkins.version>2.319.3</jenkins.version>
<java.level>8</java.level>
<pmdVersion>6.44.0</pmdVersion>
<spotbugs.effort>Max</spotbugs.effort>
Expand All @@ -20,7 +20,6 @@
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Priority Sorter Plugin</name>
<description>This plugin allows for the build queue to be sorted based on configurable Sorting and Priority Assigment Strategies.</description>
<url>https://github.com/jenkinsci/priority-sorter-plugin</url>

<licenses>
Expand Down Expand Up @@ -51,8 +50,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.277.x</artifactId>
<version>984.vb5eaac999a7e</version>
<artifactId>bom-2.319.x</artifactId>
<version>1210.vcd41f6657f03</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 1aa2b08

Please sign in to comment.