Skip to content

Commit cc78089

Browse files
committed
Fix locker parent
1 parent e45913d commit cc78089

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

base/.locker/pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
66
<modelVersion>4.0.0</modelVersion>
7-
8-
<groupId>io.quarkus.code</groupId>
7+
<parent>
8+
<groupId>io.quarkus.code</groupId>
9+
<artifactId>code-quarkus-parent</artifactId>
10+
<version>2-SNAPSHOT</version>
11+
<relativePath>../../pom.xml</relativePath>
12+
</parent>
913
<artifactId>code-quarkus-locker</artifactId>
1014
<name>Code Quarkus - Locker</name>
1115
<version>2-SNAPSHOT</version>

0 commit comments

Comments
 (0)