ing
This commit is contained in:
parent
5de1b12525
commit
32440fd25e
|
@ -6,12 +6,12 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.loafle</groupId>
|
||||
<groupId>com.loafle.maven</groupId>
|
||||
<artifactId>maven_parent</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.loafle</groupId>
|
||||
<groupId>com.loafle.maven</groupId>
|
||||
<artifactId>maven_parent_jar</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -5,13 +5,12 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.loafle</groupId>
|
||||
<groupId>com.loafle.maven</groupId>
|
||||
<artifactId>maven_parent</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
</parent>
|
||||
|
||||
|
||||
<groupId>com.loafle</groupId>
|
||||
<groupId>com.loafle.maven</groupId>
|
||||
<artifactId>maven_parent_web</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -4,13 +4,11 @@
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.loafle</groupId>
|
||||
<groupId>com.loafle.maven</groupId>
|
||||
<artifactId>maven_parent</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
|
||||
<modules>
|
||||
<module>maven_parent_jar</module>
|
||||
<module>maven_parent_web</module>
|
||||
|
|
Loading…
Reference in New Issue
Block a user