Skip to content

Commit 52ae28e

Browse files
committed
Update min Jenkins to 2.452.3
- update parent pom - update all dependencies
1 parent b7b2e1a commit 52ae28e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 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.76</version>
7+
<version>4.88</version>
88
</parent>
99

1010
<groupId>com.tsystems.sbs</groupId>
@@ -33,7 +33,8 @@
3333
<properties>
3434
<changelist>999999-SNAPSHOT</changelist>
3535
<gitHubRepo>jenkinsci/log-file-filter-plugin</gitHubRepo>
36-
<jenkins.version>2.401.3</jenkins.version>
36+
<jenkins.baseline>2.452</jenkins.baseline>
37+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3738
<spotbugs.effort>Max</spotbugs.effort>
3839
<spotbugs.failOnError>true</spotbugs.failOnError>
3940
<spotbugs.threshold>Low</spotbugs.threshold>
@@ -43,8 +44,8 @@
4344
<dependencies>
4445
<dependency>
4546
<groupId>io.jenkins.tools.bom</groupId>
46-
<artifactId>bom-2.401.x</artifactId>
47-
<version>2675.v1515e14da_7a_6</version>
47+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
48+
<version>3387.v0f2773fa_3200</version>
4849
<scope>import</scope>
4950
<type>pom</type>
5051
</dependency>

0 commit comments

Comments
 (0)