Selaa lähdekoodia

更改root名称

zhuoning 3 vuotta sitten
vanhempi
commit
0f7d94f302

+ 1 - 1
huimv-goldpig/huimv-goldpig-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>goldpig</artifactId>
+        <artifactId>huimv-goldpig</artifactId>
         <groupId>com.huimv</groupId>
         <version>0.0.1-SNAPSHOT</version>
     </parent>

+ 1 - 1
huimv-goldpig/huimv-goldpig-eartag/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>goldpig</artifactId>
+        <artifactId>huimv-goldpig</artifactId>
         <groupId>com.huimv</groupId>
         <version>0.0.1-SNAPSHOT</version>
     </parent>

+ 1 - 1
huimv-goldpig/huimv-goldpig-quarantine/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>goldpig</artifactId>
+        <artifactId>huimv-goldpig</artifactId>
         <groupId>com.huimv</groupId>
         <version>0.0.1-SNAPSHOT</version>
     </parent>

+ 2 - 2
huimv-goldpig/pom.xml

@@ -15,9 +15,9 @@
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>com.huimv</groupId>
-    <artifactId>goldpig</artifactId>
+    <artifactId>huimv-goldpig</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <name>goldpig</name>
+    <name>huimv-goldpig</name>
     <description>Demo project for Spring Boot</description>
     <properties>
         <java.version>1.8</java.version>