Skip to content

Commit 85e4cb2

Browse files
authored
Require 2.479.1 or newer (#48)
1 parent e047cfa commit 85e4cb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.86</version>
7+
<version>5.7</version>
88
<relativePath />
99
</parent>
1010
<artifactId>handy-uri-templates-2-api</artifactId>
@@ -35,16 +35,16 @@
3535
<revision>2.1.8</revision>
3636
<changelist>999999-SNAPSHOT</changelist>
3737
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38-
<jenkins.baseline>2.401</jenkins.baseline>
39-
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
38+
<jenkins.baseline>2.479</jenkins.baseline>
39+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
4040
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4141
</properties>
4242
<dependencyManagement>
4343
<dependencies>
4444
<dependency>
4545
<groupId>io.jenkins.tools.bom</groupId>
4646
<artifactId>bom-${jenkins.baseline}.x</artifactId>
47-
<version>2641.v88e707466454</version>
47+
<version>3893.v213a_42768d35</version>
4848
<scope>import</scope>
4949
<type>pom</type>
5050
</dependency>

0 commit comments

Comments
 (0)