Skip to content

Commit

Permalink
Merge pull request #17 from jenkinsci/dependabot/maven/org.jenkins-ci…
Browse files Browse the repository at this point in the history
….plugins-plugin-4.52

Bump plugin from 4.48 to 4.52
  • Loading branch information
rahulsom authored Dec 7, 2022
2 parents 9f64805 + bc32a52 commit 82909bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'linux', jdk: '17'],
])
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.48</version>
<version>4.52</version>
<relativePath />
</parent>

<artifactId>cctray-xml</artifactId>
<packaging>hpi</packaging>

<properties>
<jenkins.version>2.346</jenkins.version>
<java.level>8</java.level>
<jenkins.version>2.361</jenkins.version>
<java.level>11</java.level>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
Expand Down

0 comments on commit 82909bc

Please sign in to comment.