Skip to content

Commit 05e9bbd

Browse files
author
James Lee
committed
fix
1 parent e0edc02 commit 05e9bbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.example.maven-samples</groupId>
8-
<artifactId>multi-module-parent</artifactId>
7+
<groupId>com.example.maven-project</groupId>
8+
<artifactId>maven-project</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>

webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.example.maven-samples</groupId>
8-
<artifactId>multi-module-parent</artifactId>
7+
<groupId>com.example.maven-project</groupId>
8+
<artifactId>maven-project</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>

0 commit comments

Comments
 (0)