Skip to content

Commit

Permalink
chore: fix parent relative-path warning
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <sebastian.becker@de.bosch.com>
  • Loading branch information
sbckr committed Jul 27, 2023
1 parent 5cee1b1 commit 0b1866f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions amphora-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
<version>0.1.2</version>
<!-- override relativePath default '../pom.xml' to resolve pom from repository
see https://maven.apache.org/ref/3.8.1/maven-model/maven.html#parent -->
<relativePath/>
</parent>
<repositories>
<repository>
Expand Down
3 changes: 3 additions & 0 deletions amphora-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
<version>0.1.2</version>
<!-- override relativePath default '../pom.xml' to resolve pom from repository
see https://maven.apache.org/ref/3.8.1/maven-model/maven.html#parent -->
<relativePath/>
</parent>
<repositories>
<repository>
Expand Down
3 changes: 3 additions & 0 deletions amphora-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
<version>0.1.2</version>
<!-- override relativePath default '../pom.xml' to resolve pom from repository
see https://maven.apache.org/ref/3.8.1/maven-model/maven.html#parent -->
<relativePath/>
</parent>
<repositories>
<repository>
Expand Down

0 comments on commit 0b1866f

Please sign in to comment.