Skip to content

Commit f6846a6

Browse files
authored
Merge pull request #387 from dwnusbaum/strict-bundled-artifact-checks
Enable strict bundled artifact checks
2 parents 9bd125f + 24c5818 commit f6846a6

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 @@ THE SOFTWARE.
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>
@@ -67,6 +67,7 @@ THE SOFTWARE.
6767
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
6868
<no-test-jar>false</no-test-jar>
6969
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
70+
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
7071
</properties>
7172
<dependencyManagement>
7273
<dependencies>

0 commit comments

Comments
 (0)