build : 发布插件

This commit is contained in:
2025-04-23 19:52:25 +08:00
parent 42f253974e
commit 1050ee5da3
3 changed files with 5 additions and 4 deletions

View File

@@ -4,9 +4,10 @@
<parent>
<groupId>com.metis</groupId>
<artifactId>metis</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<version>1.0.0-SNAPSHOT</version>
<artifactId>metis-applicant</artifactId>
<properties>
@@ -40,6 +41,5 @@
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>