build: pom module name

This commit is contained in:
CaptainB 2023-04-17 17:13:39 +08:00
parent 25a4660c84
commit f92aabd8b7
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@
</parent>
<groupId>io.metersphere</groupId>
<artifactId>plugin-sdk</artifactId>
<artifactId>metersphere-plugin-sdk</artifactId>
<version>${revision}</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<name>plugin-sdk</name>
<name>metersphere-plugin-sdk</name>
<description>MeterSphere plugin</description>
<dependencies>