We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4087423 commit e994b1aCopy full SHA for e994b1a
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>5.19</version>
+ <version>5.22</version>
9
<relativePath />
10
</parent>
11
@@ -35,6 +35,8 @@
35
<revision>5.7.1</revision>
36
<changelist>-SNAPSHOT</changelist>
37
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
38
+ <hpi.bundledArtifacts />
39
+ <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
40
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
41
<jenkins.baseline>2.492</jenkins.baseline>
42
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
0 commit comments