From 5575ab54771439dd4d3a9e76c529e726a4ac8220 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:58:15 +0000 Subject: [PATCH 1/2] Initial plan From c94b089c88cc3e78e6822311b592358e769f6be0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:04:46 +0000 Subject: [PATCH 2/2] Fix distributionManagement.site.url to use HTTP URL instead of SCM URL Co-authored-by: slachiewicz <6705942+slachiewicz@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e00489f0..861ca8b64 100644 --- a/pom.xml +++ b/pom.xml @@ -325,7 +325,7 @@ limitations under the License. github:gh-pages - ${project.scm.developerConnection} + ${project.url}