Skip to content

Commit fcce224

Browse files
authored
Update 2017-08-08-build-parent-project.md
1 parent 8383ab6 commit fcce224

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_posts/maven/2017-08-08-build-parent-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags: [maven,java]
1414
<?xml version="1.0"?>
1515
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
17-
<groupId>com.parent</groupId>
17+
<groupId>com.test</groupId>
1818
<artifactId>ParentProjectBuild</artifactId>
1919
<version>1.0.0-SNAPSHOT</version>
2020
<packaging>pom</packaging>
@@ -31,8 +31,8 @@ tags: [maven,java]
3131
<?xml version="1.0"?>
3232
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3333
<modelVersion>4.0.0</modelVersion>
34-
<groupId>cn.web</groupId>
35-
<artifactId>SNXYWebProject</artifactId>
34+
<groupId>cn.test</groupId>
35+
<artifactId>WebProject</artifactId>
3636
<version>1.0.0</version>
3737
<name>SNXYWebProject</name>
3838
<packaging>war</packaging>

0 commit comments

Comments
 (0)