Skip to content

Commit

Permalink
Fixes relative path in pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas committed Aug 13, 2024
1 parent 9ccd057 commit 623f979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/microprofile/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../../../applications/mp/pom.xml</relativePath>
<relativePath/>
</parent>
<groupId>io.helidon.examples.microprofile</groupId>
<artifactId>helidon-examples-microprofile-grpc</artifactId>
Expand Down

0 comments on commit 623f979

Please sign in to comment.