重命名模块.

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

View File

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

View File

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