Skip to content

Commit a465f61

Browse files
Require 2.479.1 or newer (#1285)
1 parent 35b929c commit a465f61

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>4.88</version>
8+
<version>5.9</version>
99
<relativePath />
1010
</parent>
1111
<groupId>org.jenkins-ci.plugins.aws-java-sdk</groupId>
@@ -66,7 +66,7 @@
6666
<changelist>999999-SNAPSHOT</changelist>
6767
<bom>${jenkins.baseline}.x</bom>
6868
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
69-
<jenkins.baseline>2.440</jenkins.baseline>
69+
<jenkins.baseline>2.479</jenkins.baseline>
7070
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
7171
<autoVersionSubmodules>true</autoVersionSubmodules>
7272
<spotless.check.skip>false</spotless.check.skip>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>io.jenkins.tools.bom</groupId>
8585
<artifactId>bom-${bom}</artifactId>
86-
<version>3387.v0f2773fa_3200</version>
86+
<version>4440.v39a_9eb_b_c6b_4d</version>
8787
<type>pom</type>
8888
<scope>import</scope>
8989
</dependency>

0 commit comments

Comments
 (0)