Skip to content

Commit 8a7855f

Browse files
Fix build
1 parent 22c3954 commit 8a7855f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<properties>
1616
<changelist>999999-SNAPSHOT</changelist>
1717
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
18-
<jenkins.baseline>2.263</jenkins.baseline>
19-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
18+
<jenkins.baseline>2.361</jenkins.baseline>
19+
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
2020
<java.level>8</java.level>
2121
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2222
<git-code-format-maven-plugin.version>4.3</git-code-format-maven-plugin.version>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.jenkins.tools.bom</groupId>
3131
<artifactId>bom-${jenkins.baseline}.x</artifactId>
32-
<version>961.vf0c9f6f59827</version>
32+
<version>2102.v854b_fec19c92</version>
3333
<scope>import</scope>
3434
<type>pom</type>
3535
</dependency>

0 commit comments

Comments
 (0)