Skip to content

Commit

Permalink
fix: group id in quarkus sample (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Aug 10, 2023
1 parent c0deb49 commit e70688c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
<version>1.1.2-SNAPSHOT</version>
</parent>
<groupId>org.acme</groupId>
<groupId>io.javaoperatorsdk.webhook.sample</groupId>
<artifactId>quarkus-sample</artifactId>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down

0 comments on commit e70688c

Please sign in to comment.