From 54004767fb395a27d741579ad54a6e694b4771ea Mon Sep 17 00:00:00 2001 From: Kris Stern Date: Thu, 10 Sep 2026 23:29:31 +0800 Subject: [PATCH] chore: fix deployment issues in ui-tests stage --- plugin/pom.xml | 4 ++-- pom.xml | 8 ++++---- ui-tests/pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 6be5dc6a..7cf2b0b2 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -2,8 +2,8 @@ 4.0.0 - org.jenkins-ci.plugins.openstack-cloud - parent + org.jenkins-ci.plugins + openstack-cloud-parent ${changelist} diff --git a/pom.xml b/pom.xml index b64bfbae..d08c15b1 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,12 @@ - org.jenkins-ci.plugins.openstack-cloud - parent + org.jenkins-ci.plugins + openstack-cloud-parent ${changelist} pom Jenkins Openstack Cloud plugin - https://github.com/jenkinsci/${project.artifactId}-plugin + https://github.com/jenkinsci/openstack-cloud-plugin MIT License @@ -37,7 +37,7 @@ 999999-SNAPSHOT 2.541 ${jenkins.baseline}.3 - jenkinsci/${project.artifactId}-plugin + jenkinsci/openstack-cloud-plugin openstack-cloud-@{project.version} false true diff --git a/ui-tests/pom.xml b/ui-tests/pom.xml index 41537ad8..6cbabe65 100644 --- a/ui-tests/pom.xml +++ b/ui-tests/pom.xml @@ -3,8 +3,8 @@ 4.0.0 - org.jenkins-ci.plugins.openstack-cloud - parent + org.jenkins-ci.plugins + openstack-cloud-parent ${changelist}