Skip to content

Commit 8fbd10d

Browse files
authored
Merge pull request #287 from java-operator-sdk/rename-quarkus-sample-artifact
fix: rename quarkus sample artifact id to be more consistent
2 parents 22183f4 + 01969fb commit 8fbd10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>quarkus</artifactId>
12+
<artifactId>operator-framework-samples-quarkus</artifactId>
1313
<name>Operator SDK - Samples - Quarkus</name>
1414
<description>Sample usage with Quarkus</description>
1515
<packaging>jar</packaging>

0 commit comments

Comments
 (0)