Skip to content

Commit

Permalink
Merge pull request #52 from basil/refresh
Browse files Browse the repository at this point in the history
Refresh plugin for March 2023
  • Loading branch information
Dohbedoh authored Mar 25, 2023
2 parents 8f565f0 + 48c68bb commit 199162f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
])
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
8 changes: 4 additions & 4 deletions 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.51</version>
<version>4.57</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -47,7 +47,7 @@
<revision>2.9.2</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/mina-sshd-api-plugin</gitHubRepo>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<autoVersionSubmodules>true</autoVersionSubmodules>
</properties>

Expand Down Expand Up @@ -76,8 +76,8 @@
<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>1935.v530f4395930f</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 199162f

Please sign in to comment.