浏览代码

项目机车监控:VehicleMonitor

hexiao 2 年之前
父节点
当前提交
a3854429cd
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      business-service/pom.xml
  2. 1 1
      pom.xml
  3. 1 1
      vehicle-admin/pom.xml

+ 1 - 1
business-service/pom.xml

@@ -3,7 +3,7 @@
          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>Vehicle</artifactId>
+        <artifactId>VehicleMonitor</artifactId>
         <groupId>com.ozs</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>

+ 1 - 1
pom.xml

@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>com.ozs</groupId>
-    <artifactId>Vehicle</artifactId>
+    <artifactId>VehicleMonitor</artifactId>
     <packaging>pom</packaging>
     <version>1.0</version>
 

+ 1 - 1
vehicle-admin/pom.xml

@@ -3,7 +3,7 @@
          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>Vehicle</artifactId>
+        <artifactId>VehicleMonitor</artifactId>
         <groupId>com.ozs</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>