Skip to content

Commit bff3e08

Browse files
authored
Merge pull request #360 from dwnusbaum/strict-bundled-artifacts
Enable strict bundled artifact checks
2 parents d4b554e + 2bfe956 commit bff3e08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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.18</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}.3</jenkins.version>
6969
<useBeta>true</useBeta>
7070
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
71+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
7172
</properties>
7273
<dependencyManagement>
7374
<dependencies>

0 commit comments

Comments
 (0)