We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45913d commit cc78089Copy full SHA for cc78089
base/.locker/pom.xml
@@ -4,8 +4,12 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6
<modelVersion>4.0.0</modelVersion>
7
-
8
- <groupId>io.quarkus.code</groupId>
+ <parent>
+ <groupId>io.quarkus.code</groupId>
9
+ <artifactId>code-quarkus-parent</artifactId>
10
+ <version>2-SNAPSHOT</version>
11
+ <relativePath>../../pom.xml</relativePath>
12
+ </parent>
13
<artifactId>code-quarkus-locker</artifactId>
14
<name>Code Quarkus - Locker</name>
15
<version>2-SNAPSHOT</version>
0 commit comments