From 1f67b54af2140dc2b97ff855dfbaf7e021aa76f5 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 9 Jul 2024 19:34:38 -0700 Subject: [PATCH] Fix the integration test build issue and ensure the versions get updated (#594) * Update the integration-test POM's to 1.9.1.Final-SNAPSHOT. Signed-off-by: James R. Perkins * Remove the unneeded bom module from the integration-test profile. Add the integration-test module to the release profile. Signed-off-by: James R. Perkins --------- Signed-off-by: James R. Perkins --- integration-tests/common/pom.xml | 2 +- integration-tests/junit4-tests/pom.xml | 2 +- integration-tests/junit5-tests/pom.xml | 2 +- integration-tests/pom.xml | 9 ++++----- integration-tests/testng-tests/pom.xml | 2 +- pom.xml | 6 ++++-- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/integration-tests/common/pom.xml b/integration-tests/common/pom.xml index c6cca86f6..849e15e6f 100644 --- a/integration-tests/common/pom.xml +++ b/integration-tests/common/pom.xml @@ -25,7 +25,7 @@ org.jboss.arquillian integration-tests - 1.9.0.Final-SNAPSHOT + 1.9.1.Final-SNAPSHOT ../pom.xml diff --git a/integration-tests/junit4-tests/pom.xml b/integration-tests/junit4-tests/pom.xml index 6b58e237d..3ac93d209 100644 --- a/integration-tests/junit4-tests/pom.xml +++ b/integration-tests/junit4-tests/pom.xml @@ -25,7 +25,7 @@ org.jboss.arquillian integration-tests - 1.9.0.Final-SNAPSHOT + 1.9.1.Final-SNAPSHOT ../pom.xml diff --git a/integration-tests/junit5-tests/pom.xml b/integration-tests/junit5-tests/pom.xml index f61b03845..55ebf2b2f 100644 --- a/integration-tests/junit5-tests/pom.xml +++ b/integration-tests/junit5-tests/pom.xml @@ -25,7 +25,7 @@ org.jboss.arquillian integration-tests - 1.9.0.Final-SNAPSHOT + 1.9.1.Final-SNAPSHOT ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 0c8b765ae..4346f1805 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -31,7 +31,7 @@ org.jboss.arquillian integration-tests - 1.9.0.Final-SNAPSHOT + 1.9.1.Final-SNAPSHOT pom Arquillian Core: Implementation Integration Tests Tests for implementations of Arquillian Core @@ -45,12 +45,11 @@ true - false - ${maven.test.skip} + false + ${skipItTests} 10.0.0 - ${project.version} 1.8.1.Final @@ -67,7 +66,7 @@ org.jboss.arquillian arquillian-bom - ${version.org.jboss.arquillian} + ${project.version} import pom diff --git a/integration-tests/testng-tests/pom.xml b/integration-tests/testng-tests/pom.xml index c024d8988..bcef2a955 100644 --- a/integration-tests/testng-tests/pom.xml +++ b/integration-tests/testng-tests/pom.xml @@ -25,7 +25,7 @@ org.jboss.arquillian integration-tests - 1.9.0.Final-SNAPSHOT + 1.9.1.Final-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 5d5d7f545..5c1208784 100644 --- a/pom.xml +++ b/pom.xml @@ -149,13 +149,14 @@ integration-tests - - bom integration-tests release + + integration-tests + @@ -167,6 +168,7 @@ true clean install gpg-sign,jboss-release + -DskipItTests=true @{project.version}