Skip to content

Commit e70688c

Browse files
authored
fix: group id in quarkus sample (#144)
1 parent c0deb49 commit e70688c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/quarkus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
88
<version>1.1.2-SNAPSHOT</version>
99
</parent>
10-
<groupId>org.acme</groupId>
10+
<groupId>io.javaoperatorsdk.webhook.sample</groupId>
1111
<artifactId>quarkus-sample</artifactId>
1212
<properties>
1313
<compiler-plugin.version>3.11.0</compiler-plugin.version>

0 commit comments

Comments
 (0)