Skip to content

Commit 548fb4c

Browse files
authored
Merge pull request #82 from jglick/pom
Update parent, `bom`, baseline
2 parents b8e7c15 + c7596bf commit 548fb4c

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
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.31</version>
31+
<version>4.33</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -64,16 +64,16 @@
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
6666
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
67-
<jenkins.version>2.222.4</jenkins.version>
67+
<jenkins.version>2.289.1</jenkins.version>
6868
<java.level>8</java.level>
6969
<no-test-jar>false</no-test-jar>
7070
</properties>
7171
<dependencyManagement>
7272
<dependencies>
7373
<dependency>
7474
<groupId>io.jenkins.tools.bom</groupId>
75-
<artifactId>bom-2.222.x</artifactId>
76-
<version>887.vae9c8ac09ff7</version>
75+
<artifactId>bom-2.289.x</artifactId>
76+
<version>1090.v0a_33df40457a_</version>
7777
<scope>import</scope>
7878
<type>pom</type>
7979
</dependency>

0 commit comments

Comments
 (0)