Skip to content

Commit

Permalink
remove parent path and packaging since their value was the default one
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Mar 21, 2024
1 parent f9b3f38 commit 7d40a0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions integrationtest/undertow/pom.xml
Expand Up @@ -14,11 +14,9 @@
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>moditect-integrationtest-undertow</artifactId>
<packaging>jar</packaging>
<name>ModiTect Integration Test - Undertow</name>

<properties>
Expand Down
2 changes: 0 additions & 2 deletions integrationtest/vert.x/pom.xml
Expand Up @@ -14,11 +14,9 @@
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>moditect-integrationtest-vertx</artifactId>
<packaging>jar</packaging>
<name>ModiTect Integration Test - Vert.x</name>

<properties>
Expand Down

0 comments on commit 7d40a0a

Please sign in to comment.