Procházet zdrojové kódy

修改pom文件配置名称

zhoupeng před 1 rokem
rodič
revize
d4d241dcc9

+ 1 - 1
industry-system/cqcy-ei-common/pom.xml

@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.example</groupId>
-        <artifactId>cqcy-ei</artifactId>
+        <artifactId>industry-system</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
 

+ 1 - 1
industry-system/cqcy-ei-modbus/pom.xml

@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.example</groupId>
-        <artifactId>cqcy-ei</artifactId>
+        <artifactId>industry-system</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
 

+ 1 - 1
industry-system/cqcy-ei-ua/pom.xml

@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.example</groupId>
-        <artifactId>cqcy-ei</artifactId>
+        <artifactId>industry-system</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
     <groupId>com.example</groupId>

+ 1 - 1
industry-system/industry-da/pom.xml

@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>com.example</groupId>
-        <artifactId>cqcy-ei</artifactId>
+        <artifactId>industry-system</artifactId>
         <version>1.0-SNAPSHOT</version>
     </parent>
 

+ 2 - 2
industry-system/pom.xml

@@ -10,11 +10,11 @@
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.example</groupId>
-    <artifactId>cqcy-ei</artifactId>
+    <artifactId>industry-system</artifactId>
     <version>1.0-SNAPSHOT</version>
     <!-- 修改父工程的打包方式为pom,子类可继承 -->
     <packaging>pom</packaging>
-    <name>cqcy-ei</name>
+    <name>industry-system</name>
 
     <modules>
         <module>cqcy-ei-common</module>