Browse Source

【修复】mall 父模块 artifactId

JeromeSoar 2 years ago
parent
commit
09722c0cd6

+ 1 - 1
pom.xml

@@ -18,7 +18,7 @@
         <module>yudao-module-system</module>
         <module>yudao-module-infra</module>
         <module>yudao-module-pay</module>
-        <module>yudao-module-market</module>
+        <module>yudao-module-mall</module>
     </modules>
 
     <name>${project.artifactId}</name>

+ 1 - 1
yudao-module-mall/pom.xml

@@ -9,7 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>yudao-module-market</artifactId>
+    <artifactId>yudao-module-mall</artifactId>
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>

+ 1 - 1
yudao-module-mall/yudao-module-market-api/pom.xml

@@ -3,8 +3,8 @@
          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">
     <parent>
-        <artifactId>yudao-module-market</artifactId>
         <groupId>cn.iocoder.boot</groupId>
+        <artifactId>yudao-module-mall</artifactId>
         <version>${revision}</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>

+ 1 - 1
yudao-module-mall/yudao-module-market-biz/pom.xml

@@ -3,8 +3,8 @@
          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">
     <parent>
-        <artifactId>yudao-module-market</artifactId>
         <groupId>cn.iocoder.boot</groupId>
+        <artifactId>yudao-module-mall</artifactId>
         <version>${revision}</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>