Skip to content

Commit 44ce93e

Browse files
authored
Merge pull request #58 from jonesbusy/feature/require-2.504.1
Require 2.504.1
2 parents 35daca2 + a74cb0f commit 44ce93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<revision>0.2.16</revision>
3434
<changelist>999999-SNAPSHOT</changelist>
3535
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
36-
<jenkins.baseline>2.492</jenkins.baseline>
37-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
36+
<jenkins.baseline>2.504</jenkins.baseline>
37+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3838
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3939
<spotless.check.skip>false</spotless.check.skip>
4040
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>

0 commit comments

Comments
 (0)