重命名模块.

This commit is contained in:
lijiahang
2023-08-21 18:42:15 +08:00
parent df5949dbd6
commit d723114f3b
5 changed files with 17 additions and 12 deletions

View File

@@ -88,6 +88,11 @@
<artifactId>orion-ops-module-infra-service</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-module-asset-service</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>

View File

@@ -4,15 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-module-machine</artifactId>
<artifactId>orion-ops-module-asset</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>orion-ops-module-machine-provider</artifactId>
<artifactId>orion-ops-module-asset-provider</artifactId>
<packaging>jar</packaging>
<description>项目机器资源模块</description>
<description>项目资产模块</description>
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
<dependencies>

View File

@@ -4,15 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-module-machine</artifactId>
<artifactId>orion-ops-module-asset</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>orion-ops-module-infra-service</artifactId>
<artifactId>orion-ops-module-asset-service</artifactId>
<packaging>jar</packaging>
<description>项目机器资源模块</description>
<description>项目资产模块</description>
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
<dependencies>
@@ -31,7 +31,7 @@
<!-- machine provider -->
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-module-machine-provider</artifactId>
<artifactId>orion-ops-module-asset-provider</artifactId>
<version>${revision}</version>
</dependency>

View File

@@ -9,15 +9,15 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>orion-ops-module-machine</artifactId>
<artifactId>orion-ops-module-asset</artifactId>
<packaging>pom</packaging>
<description>项目机器资源模块</description>
<description>项目资产模块</description>
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
<modules>
<module>orion-ops-module-machine-provider</module>
<module>orion-ops-module-machine-service</module>
<module>orion-ops-module-asset-provider</module>
<module>orion-ops-module-asset-service</module>
</modules>
</project>

View File

@@ -18,7 +18,7 @@
<module>orion-ops-framework</module>
<module>orion-ops-launch</module>
<module>orion-ops-module-infra</module>
<module>orion-ops-module-machine</module>
<module>orion-ops-module-asset</module>
</modules>
<properties>