From fc998f339ef90794dc2c5290aa1eca3b1aed0223 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 8 Aug 2022 18:42:16 -0700 Subject: [PATCH] Support plugin compatibility tester (PCT) --- pom.xml | 6 ++++++ ui-tests/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) 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 3a94186925..d85177f2d1 100644 --- a/ui-tests/pom.xml +++ b/ui-tests/pom.xml @@ -17,6 +17,7 @@ 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} +