From c3a939f4ba332cb9f1776b875b5a575ef3f1d478 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 1 Dec 2022 14:23:39 -0800 Subject: [PATCH] Upgrade HPI plugin from 3.33 to 3.37 (#1615) * Pre-testing forthcoming HPI plugin 3.37 release * Upgrade HPI plugin from 3.33 to 3.37 --- pct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pct.sh b/pct.sh index f8425e0da..977adec42 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.33 +MAVEN_PROPERTIES+=:hpi-plugin.version=3.37 # # Define the excludes for upper bounds checking. We define these excludes in a separate file and