This commit is contained in:
2023-07-14 09:50:17 +08:00
parent 649f9ca6ed
commit b1b4bc7978
9 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>qiaoba-module-system</module> <module>qiaoba-module-system</module>
@ -22,6 +22,6 @@
<module>qiaoba-module-log</module> <module>qiaoba-module-log</module>
</modules> </modules>
<description>qiaoba-modules: 新建的模块, 统一放在这个模块下面</description> <description>qiaoba-module: 新建的模块, 统一放在这个模块下面</description>
</project> </project>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>qiaoba-modules</artifactId> <artifactId>qiaoba-module</artifactId>
<groupId>com.qiaoba</groupId> <groupId>com.qiaoba</groupId>
<version>1.0</version> <version>1.0</version>
</parent> </parent>