Skip to content

Commit

Permalink
Fix locker parent
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jan 4, 2024
1 parent e45913d commit cc78089
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions base/.locker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.quarkus.code</groupId>
<parent>
<groupId>io.quarkus.code</groupId>
<artifactId>code-quarkus-parent</artifactId>
<version>2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>code-quarkus-locker</artifactId>
<name>Code Quarkus - Locker</name>
<version>2-SNAPSHOT</version>
Expand Down

0 comments on commit cc78089

Please sign in to comment.