From 6af013b2fc02758558d0eb4150e14b2f0b4b96a6 Mon Sep 17 00:00:00 2001 From: Fabio Burzigotti Date: Wed, 20 Nov 2024 16:33:38 +0100 Subject: [PATCH] [issues-133] - (Unrelated) Fix the testsuite EAP XP 5 deployments, in order to set the XP GA bits version --- testsuite/deployments/wildfly-shared/pom.xml | 65 +++++++++++++++++--- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/testsuite/deployments/wildfly-shared/pom.xml b/testsuite/deployments/wildfly-shared/pom.xml index 22f1f3f1..337191f7 100644 --- a/testsuite/deployments/wildfly-shared/pom.xml +++ b/testsuite/deployments/wildfly-shared/pom.xml @@ -194,7 +194,7 @@ - + ${wildfly.ee-feature-pack.location} @@ -265,18 +265,60 @@ ts.wildfly.target-distribution.eapxp - org.jboss.eap.xp - wildfly-microprofile - 5.0.0.GA-redhat-20240221 - + org.jboss.bom + jboss-eap-xp-microprofile + 5.0.0.GA-redhat-00009 + org.jboss.eap.channels - eap-8.0-plus-eap-xp-5.0 - 1.0.0.Final-redhat-00001 - org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-20240221 + eap-8.0 + 1.0.1.GA-redhat-00003 + + org.jboss.eap.channels + eap-xp-5.0 + 1.0.0.GA-redhat-00006 + + org.jboss.eap.xp:wildfly-galleon-pack:5.0.0.GA-redhat-00005 + + ${wildfly-maven-plugin.groupId} + ${wildfly-maven-plugin.artifactId} + ${wildfly-maven-plugin.version} + + + + + ${wildfly.ee-channel.groupId} + ${wildfly.ee-channel.artifactId} + ${wildfly.ee-channel.version} + + + + + + + ${wildfly.feature-pack.location} + + + ${wildfly.cloud-feature-pack.location} + + + + + true + + + + + + package + + + + org.wildfly.plugins wildfly-jar-maven-plugin @@ -295,6 +337,13 @@ ${wildfly.ee-channel.version} + + + ${wildfly.xp-channel.groupId} + ${wildfly.xp-channel.artifactId} + ${wildfly.xp-channel.version} + +