1811872455@163.com 2 周之前
父节点
当前提交
182a7f86d9
共有 4 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      storlead-framework/pom.xml
  2. 1 0
      storlead-sms/pom.xml
  3. 1 0
      storlead-user/pom.xml
  4. 1 0
      storlead-wx/pom.xml

+ 1 - 0
storlead-framework/pom.xml

@@ -6,6 +6,7 @@
         <artifactId>storlead-centre-platform</artifactId>
         <groupId>com.storlead.boot</groupId>
         <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

+ 1 - 0
storlead-sms/pom.xml

@@ -7,6 +7,7 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
         <version>1.0</version>
+        <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
     <artifactId>storlead-sms</artifactId>

+ 1 - 0
storlead-user/pom.xml

@@ -7,6 +7,7 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
         <version>1.0</version>
+        <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
     <artifactId>storlead-user</artifactId>

+ 1 - 0
storlead-wx/pom.xml

@@ -7,6 +7,7 @@
         <groupId>com.storlead.boot</groupId>
         <artifactId>storlead-centre-platform</artifactId>
         <version>1.0</version>
+        <relativePath>../pom.xml</relativePath> <!-- 或者默认 -->
     </parent>
 
     <artifactId>storlead-wx</artifactId>