Skip to content

Commit

Permalink
Merge pull request #49 from basil/plugin-pom
Browse files Browse the repository at this point in the history
Upgrade plugin POM to latest
  • Loading branch information
jglick authored Aug 18, 2023
2 parents de9d698 + b0d73df commit e0513aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.6</version>
<version>1.7</version>
</extension>
</extensions>
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: "11" ],
[ platform: "windows", jdk: "11" ],
[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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.66</version>
<version>4.72</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/test/it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.56</version>
<version>4.72</version>
</parent>

<artifactId>view-job-filters-it</artifactId>
Expand Down

0 comments on commit e0513aa

Please sign in to comment.