refactor(pom): align Maven coordinates to work.slhaf.partner and lowercase artifactIds

This commit is contained in:
2026-04-30 22:45:08 +08:00
parent 32ee6b5ed6
commit 572bedcd18
3 changed files with 10 additions and 16 deletions

View File

@@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>work.slhaf</groupId>
<artifactId>Partner</artifactId>
<groupId>work.slhaf.partner</groupId>
<artifactId>partner</artifactId>
<version>0.5.0</version>
</parent>
<artifactId>Partner-Framework</artifactId>
<artifactId>partner-framework</artifactId>
<dependencies>
<dependency>