From 0401bcce169ccd1ee23c0209eae3da633abc3676 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Fri, 9 Dec 2022 01:50:56 -0800 Subject: [PATCH] Upgrade HPI plugin from 3.37 to 3.38 (#1634) --- pct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pct.sh b/pct.sh index 977adec42..08b6b44d3 100755 --- a/pct.sh +++ b/pct.sh @@ -40,7 +40,7 @@ MAVEN_PROPERTIES+=":jenkins.version=${JENKINS_VERSION}:overrideWar=$(pwd)/megawa # TODO When all plugins in the managed set are using a plugin parent POM with HPI Plugin 3.29 or # later (i.e., plugin parent POM 4.44 or later), this can be deleted. # -MAVEN_PROPERTIES+=:hpi-plugin.version=3.37 +MAVEN_PROPERTIES+=:hpi-plugin.version=3.38 # # Define the excludes for upper bounds checking. We define these excludes in a separate file and