Skip to content

Commit

Permalink
Merge pull request #114 from basil/refresh
Browse files Browse the repository at this point in the history
Modernize plugin
  • Loading branch information
jglick committed Aug 3, 2023
2 parents 25bc67c + 58ce8c0 commit 0e6ec0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions Jenkinsfile
@@ -1,8 +1,4 @@
buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],

// More recent with Guava & Guice bumps, only Linux
[ platform: "linux", jdk: "8", jenkins: '2.324' ],
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.49</version>
<version>4.71</version>
</parent>
<artifactId>antisamy-markup-formatter</artifactId>
<version>${changelist}</version>
Expand All @@ -27,7 +27,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/antisamy-markup-formatter-plugin</gitHubRepo>
<jenkins.version>2.277.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
</properties>

Expand All @@ -47,8 +47,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.277.x</artifactId>
<version>961.vf0c9f6f59827</version>
<artifactId>bom-2.387.x</artifactId>
<version>2278.v47b_4508e256a</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 0e6ec0f

Please sign in to comment.