Skip to content

Commit

Permalink
Update plugin parent POM to latest (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 1, 2024
1 parent 8919027 commit 81fd696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '17' ],
[ platform: 'windows', jdk: '8' ],
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.49</version>
<version>4.60</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 81fd696

Please sign in to comment.