Skip to content

Commit

Permalink
Fix parent for TestNG project
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Aleksandrov <[email protected]>
  • Loading branch information
dalexandrov committed Sep 18, 2023
1 parent 0a3104e commit 94a4dce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions microprofile/tests/testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<parent>
<artifactId>tests-project</artifactId>
<groupId>io.helidon.microprofile.tests</groupId>
<groupId>io.helidon.microprofile</groupId>
<artifactId>helidon-microprofile-project</artifactId>
<version>3.2.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>


<groupId>io.helidon.microprofile.tests</groupId>
<artifactId>helidon-microprofile-tests-testng</artifactId>
<name>Helidon Microprofile Tests TestNG</name>

Expand Down

0 comments on commit 94a4dce

Please sign in to comment.