Skip to content

Commit

Permalink
Update plugin pom (#86)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update Jenkinsfile
  • Loading branch information
NotMyFault authored Dec 4, 2022
1 parent 6ad7884 commit cf5aec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
[platform: 'linux', jdk: '17', jenkins: '2.342'],
[platform: 'linux', jdk: '17']
])
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.51</version>
<version>4.52</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -84,15 +84,15 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1654.vcb_69d035fa_20</version>
<artifactId>bom-2.361.x</artifactId>
<version>1723.vcb_9fee52c9fc</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit cf5aec1

Please sign in to comment.