Skip to content

Commit

Permalink
Merge pull request #1308 from MarkEWaite/require-jenkins-2.332.4
Browse files Browse the repository at this point in the history
Require Jenkins 2.332.4 or newer
  • Loading branch information
MarkEWaite authored Aug 8, 2022
2 parents 0e2c1ec + ea253a6 commit 7160f2e
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 @@ -61,7 +61,7 @@
<revision>4.11.5</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.303.3</jenkins.version>
<jenkins.version>2.332.4</jenkins.version>
<no-test-jar>false</no-test-jar>
<useBeta>true</useBeta>
<linkXRef>false</linkXRef>
Expand All @@ -75,8 +75,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.303.x</artifactId>
<version>1500.ve4d05cd32975</version>
<artifactId>bom-2.332.x</artifactId>
<version>1556.vfc6a_f216e3c6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 7160f2e

Please sign in to comment.