wenxgdev 5 жил өмнө
parent
commit
013b82d1a6

+ 2 - 2
sptg-common/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -20,4 +20,4 @@
     </modules>
 
 
-</project>
+</project>

+ 4 - 4
sptg-config/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -35,8 +35,8 @@
 
 
     <build>
-        <filters> 
-		  <filter>../env_files/properties/${env}.properties</filter> 
+        <filters>
+		  <filter>../env_files/properties/${env}.properties</filter>
 		</filters>
         <plugins>
             <!-- Spring Boot 打包插件( 非“Web模块”请勿引入) -->
@@ -47,4 +47,4 @@
         </plugins>
     </build>
 
-</project>
+</project>

+ 2 - 2
sptg-device/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -18,4 +18,4 @@
         <module>sptg-device-biz</module>
     </modules>
 
-</project>
+</project>

+ 2 - 2
sptg-estate/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -20,4 +20,4 @@
 
 
 
-</project>
+</project>

+ 4 - 4
sptg-eureka/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -28,8 +28,8 @@
     </dependencies>
 
     <build>
-        <filters> 
-		  <filter>../env_files/properties/${env}.properties</filter> 
+        <filters>
+		  <filter>../env_files/properties/${env}.properties</filter>
 		</filters>
         <plugins>
             <!-- Spring Boot 打包插件( 非“Web模块”请勿引入) -->
@@ -40,4 +40,4 @@
         </plugins>
     </build>
 
-</project>
+</project>

+ 1 - 3
sptg-gateway/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -16,8 +16,6 @@
     <modules>
         <module>sptg-housekeeper-gateway</module>
         <module>sptg-device-gateway</module>
-        <module>sptg-app-gateway</module>
-        <module>sptg-grid-gateway</module>
     </modules>
 
 </project>

+ 2 - 2
sptg-permissions/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -18,4 +18,4 @@
         <module>sptg-permissions-biz</module>
     </modules>
 
-</project>
+</project>

+ 1 - 1
sptg-repeater/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>

+ 2 - 2
sptg-statistics/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>
@@ -18,4 +18,4 @@
         <module>sptg-statistics-biz</module>
     </modules>
 
-</project>
+</project>

+ 1 - 1
sptg-tx-manager/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>smart-house</artifactId>
+        <artifactId>smart-wuye-yuexiu</artifactId>
         <groupId>com.sptg</groupId>
         <version>1.0</version>
         <relativePath>../pom.xml</relativePath>