File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments