Skip to content

Commit 4412507

Browse files
committed
chore: Upgrade to latest LTS core version supporting Java 8 (requires 2.346.3)
1 parent 23b2ef0 commit 4412507

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

pom.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.34</version>
8+
<version>4.51</version>
9+
<relativePath />
910
</parent>
1011
<groupId>org.jenkins-ci.plugins</groupId>
1112
<artifactId>gogs-webhook</artifactId>
1213
<version>1.0.16-SNAPSHOT</version>
1314
<packaging>hpi</packaging>
1415

1516
<properties>
16-
<jenkins.version>2.289.1</jenkins.version>
17-
<java.level>8</java.level>
17+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
18+
<jenkins.baseline>2.346</jenkins.baseline>
19+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
1820
<java.level.test>8</java.level.test>
1921
<findbugs.failOnError>false</findbugs.failOnError>
2022
</properties>
@@ -31,19 +33,12 @@
3133
</license>
3234
</licenses>
3335

34-
<developers>
35-
<developer>
36-
<id>sanderv32</id>
37-
<name>Alexander Verhaar</name>
38-
</developer>
39-
</developers>
40-
4136
<dependencyManagement>
4237
<dependencies>
4338
<dependency>
4439
<groupId>io.jenkins.tools.bom</groupId>
45-
<artifactId>bom-2.289.x</artifactId>
46-
<version>961.vf0c9f6f59827</version>
40+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
41+
<version>1763.v092b_8980a_f5e</version>
4742
<type>pom</type>
4843
<scope>import</scope>
4944
</dependency>
@@ -91,7 +86,6 @@
9186
<dependency>
9287
<groupId>junit</groupId>
9388
<artifactId>junit</artifactId>
94-
<version>4.13.2</version>
9589
<scope>test</scope>
9690
<exclusions>
9791
<exclusion>

0 commit comments

Comments
 (0)