From 5bbb43ea3bf4daa54e53c1af421822750c569477 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 30 Nov 2022 18:09:20 -0800 Subject: [PATCH 1/2] Pre-testing forthcoming HPI plugin 3.37 release --- pct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pct.sh b/pct.sh index f8425e0da..da52f4014 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-rc1337.b_253091fc49c # # Define the excludes for upper bounds checking. We define these excludes in a separate file and From 39ffabf7234624c7d465ed9e98437ae7cb180ed2 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 1 Dec 2022 09:41:55 -0800 Subject: [PATCH 2/2] 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 da52f4014..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.37-rc1337.b_253091fc49c +MAVEN_PROPERTIES+=:hpi-plugin.version=3.37 # # Define the excludes for upper bounds checking. We define these excludes in a separate file and