Skip to content

Commit abb4654

Browse files
committed
Update baseline, POM
1 parent b5627be commit abb4654

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @jenkinsci/pipeline-groovy-lib-plugin-developers

.github/release-drafter.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Jenkinsfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
buildPlugin(useContainerAgent: true, configurations: [
2-
[ platform: "linux", jdk: "8" ],
3-
[ platform: "windows", jdk: "8" ],
4-
[ platform: "linux", jdk: "11" ]
1+
buildPlugin(
2+
useContainerAgent: true,
3+
configurations: [
4+
[platform: 'linux', jdk: 17],
5+
[platform: 'windows', jdk: 11],
56
])

pom.xml

Lines changed: 3 additions & 3 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.50</version>
31+
<version>4.53</version>
3232
<relativePath/>
3333
</parent>
3434
<groupId>io.jenkins.plugins</groupId>
@@ -63,14 +63,14 @@
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.version>2.346.3</jenkins.version>
66+
<jenkins.version>2.361.4</jenkins.version>
6767
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6868
</properties>
6969
<dependencyManagement>
7070
<dependencies>
7171
<dependency>
7272
<groupId>io.jenkins.tools.bom</groupId>
73-
<artifactId>bom-2.346.x</artifactId>
73+
<artifactId>bom-2.361.x</artifactId>
7474
<version>1750.v0071fa_4c4a_e3</version>
7575
<scope>import</scope>
7676
<type>pom</type>

0 commit comments

Comments
 (0)