Skip to content

Commit fb2d11e

Browse files
authored
Merge pull request #428 from dwnusbaum/strict-bundled-artifacts
Enable strict bundled artifact checks
2 parents dc05a48 + bbc97a6 commit fb2d11e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>5.9</version>
31+
<version>5.24</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -68,6 +68,7 @@
6868
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
6969
<no-test-jar>false</no-test-jar>
7070
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
71+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
7172
</properties>
7273
<dependencyManagement>
7374
<dependencies>

0 commit comments

Comments
 (0)