Skip to content

Commit d65a9c9

Browse files
committed
reference local parent in root pom
1 parent 0debd25 commit d65a9c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<modelVersion>4.0.0</modelVersion>
2525

2626
<parent>
27-
<groupId>io.wcm.maven</groupId>
28-
<artifactId>io.wcm.maven.global-parent</artifactId>
29-
<version>14</version>
30-
<relativePath />
27+
<groupId>io.wcm.devops</groupId>
28+
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29+
<version>1.0.6</version>
30+
<relativePath>parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

3333
<groupId>io.wcm.devops</groupId>

0 commit comments

Comments
 (0)