Skip to content

Commit

Permalink
Change parent and group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Oct 20, 2024
1 parent 5c18eac commit 370dd1a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/microprofile/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<relativePath/>
<groupId>io.helidon.examples.microprofile</groupId>
<artifactId>helidon-examples-microprofile-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>io.helidon.examples.microprofile</groupId>
<groupId>io.helidon.examples.microprofile.openapi</groupId>
<artifactId>helidon-examples-microprofile-openapi</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Helidon Examples Microprofile OpenAPI</name>
Expand Down

0 comments on commit 370dd1a

Please sign in to comment.