diff --git a/pom.xml b/pom.xml index 0e6ead131c..fcf58e72e8 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ 1.8 + 3.32 3.10.1 3.0.0 ${java.version} @@ -32,6 +33,11 @@ true + + org.jenkins-ci.tools + maven-hpi-plugin + ${hpi-plugin.version} + diff --git a/ui-tests/pom.xml b/ui-tests/pom.xml index 442670bcba..d85177f2d1 100644 --- a/ui-tests/pom.xml +++ b/ui-tests/pom.xml @@ -16,7 +16,8 @@ UI Tests of Warnings Plugin - 2.363 + 2.361 + 3.32 2.3 2.35.0 ${project.groupId}.warnings.ui.tests @@ -231,6 +232,11 @@ + + org.jenkins-ci.tools + maven-hpi-plugin + ${hpi-plugin.version} +