Skip to content

Commit 6efe242

Browse files
committed
[JAVA-49532]
1 parent 768ef31 commit 6efe242

File tree

2 files changed

+2
-2
lines changed
  • maven-modules/maven-plugin-management

2 files changed

+2
-2
lines changed

maven-modules/maven-plugin-management/submodule-1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>submodule-1</artifactId>
77

88
<parent>
9-
<artifactId>plugin-management</artifactId>
9+
<artifactId>maven-plugin-management</artifactId>
1010
<groupId>com.baeldung</groupId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>

maven-modules/maven-plugin-management/submodule-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>submodule-2</artifactId>
77

88
<parent>
9-
<artifactId>plugin-management</artifactId>
9+
<artifactId>maven-plugin-management</artifactId>
1010
<groupId>com.baeldung</groupId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>

0 commit comments

Comments
 (0)