Skip to content

Commit c90e817

Browse files
authored
Merge pull request #38 from basil/refresh
Require 2.479.1 or newer
2 parents a37018b + 04ffad5 commit c90e817

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.jenkins-ci.plugins</groupId>
3131
<artifactId>plugin</artifactId>
32-
<version>4.88</version>
32+
<version>5.7</version>
3333
<relativePath />
3434
</parent>
3535

@@ -43,13 +43,15 @@
4343
even those Node instances that are not traditionally attached to Jenkins. The API exposed by this
4444
plugin can be used by cloud provider plugins to identify unused provisioned resource.
4545
</description>
46-
<url>https://github.com/jenkinsci/node-iterator-api-plugin</url>
46+
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
4747

4848

4949
<properties>
5050
<changelist>999999-SNAPSHOT</changelist>
51-
<gitHubRepo>jenkinsci/node-iterator-api-plugin</gitHubRepo>
52-
<jenkins.version>2.462.3</jenkins.version>
51+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
52+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
53+
<jenkins.baseline>2.479</jenkins.baseline>
54+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
5355
</properties>
5456

5557
<licenses>

0 commit comments

Comments
 (0)