Skip to content

Commit 7a67396

Browse files
authored
Merge pull request #289 from jonesbusy-automation/plugin-modernizer/upgradetorecommendcoreversion
chore(pom): Use recommended core version 2.504.3
2 parents 4e56156 + 25f7f6e commit 7a67396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.27</version>
8+
<version>5.28</version>
99
<relativePath />
1010
</parent>
1111

@@ -34,7 +34,7 @@
3434
<changelist>999999-SNAPSHOT</changelist>
3535
<gitHubRepo>jenkinsci/skip-notifications-trait-plugin</gitHubRepo>
3636
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
37-
<jenkins.baseline>2.492</jenkins.baseline>
37+
<jenkins.baseline>2.504</jenkins.baseline>
3838
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3939
<spotless.check.skip>false</spotless.check.skip>
4040
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.jenkins.tools.bom</groupId>
4747
<artifactId>bom-${jenkins.baseline}.x</artifactId>
48-
<version>5473.vb_9533d9e5d88</version>
48+
<version>5601.v59f37270a_349</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

0 commit comments

Comments
 (0)