From 94a4dce9895e9d6086bae6c1e712e64efb7badea Mon Sep 17 00:00:00 2001 From: Dmitry Aleksandrov Date: Mon, 18 Sep 2023 22:04:04 +0300 Subject: [PATCH] Fix parent for TestNG project Signed-off-by: Dmitry Aleksandrov --- microprofile/tests/testng/pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/microprofile/tests/testng/pom.xml b/microprofile/tests/testng/pom.xml index a7b45e55015..fbc5e3c2da1 100644 --- a/microprofile/tests/testng/pom.xml +++ b/microprofile/tests/testng/pom.xml @@ -18,12 +18,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> - tests-project - io.helidon.microprofile.tests + io.helidon.microprofile + helidon-microprofile-project 3.2.3-SNAPSHOT + ../../pom.xml 4.0.0 - + + io.helidon.microprofile.tests helidon-microprofile-tests-testng Helidon Microprofile Tests TestNG