Skip to content

Commit

Permalink
pom.xml: bump to core 2.375.1 and bom-2.375.x version 1798.vc671fe94856f
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Jan 25, 2023
1 parent 4784141 commit 0ded55b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*/
buildPlugin(useContainerAgent: true, configurations: [
// Test the common case (i.e., a recent LTS release) on both Linux and Windows.
[ platform: 'linux', jdk: '11', jenkins: '2.361.1' ],
[ platform: 'windows', jdk: '11', jenkins: '2.361.1' ],
[ platform: 'linux', jdk: '11', jenkins: '2.375.1' ],
[ platform: 'windows', jdk: '11', jenkins: '2.375.1' ],

// Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime).
// see also https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/
[ platform: 'linux', jdk: '17', jenkins: '2.361.2' ],
[ platform: 'linux', jdk: '17', jenkins: '2.375.2' ],
])
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<revision>2</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.375.1</jenkins.version>
<!-- Note: keep in sync with io.jenkins.tools.bom version below -->
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand All @@ -41,8 +41,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>1792.v0295db_e7c548</version>
<artifactId>bom-2.375.x</artifactId>
<version>1798.vc671fe94856f</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 0ded55b

Please sign in to comment.