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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>work.slhaf</groupId> <groupId>work.slhaf.partner</groupId>
<artifactId>Partner</artifactId> <artifactId>partner</artifactId>
<version>0.5.0</version> <version>0.5.0</version>
</parent> </parent>
<artifactId>Partner-Core</artifactId> <artifactId>partner-core</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
@@ -18,8 +18,8 @@
<version>1.6.0</version> <version>1.6.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>work.slhaf</groupId> <groupId>work.slhaf.partner</groupId>
<artifactId>Partner-Framework</artifactId> <artifactId>partner-framework</artifactId>
<version>0.5.0</version> <version>0.5.0</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.nd4j/nd4j-api --> <!-- https://mvnrepository.com/artifact/org.nd4j/nd4j-api -->
@@ -44,12 +44,6 @@
<artifactId>mcp</artifactId> <artifactId>mcp</artifactId>
<version>0.17.0</version> <version>0.17.0</version>
</dependency> </dependency>
<dependency>
<groupId>work.slhaf</groupId>
<artifactId>Partner-Common</artifactId>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>

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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>work.slhaf</groupId> <groupId>work.slhaf.partner</groupId>
<artifactId>Partner</artifactId> <artifactId>partner</artifactId>
<version>0.5.0</version> <version>0.5.0</version>
</parent> </parent>
<artifactId>Partner-Framework</artifactId> <artifactId>partner-framework</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@@ -3,8 +3,8 @@
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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>work.slhaf</groupId> <groupId>work.slhaf.partner</groupId>
<artifactId>Partner</artifactId> <artifactId>partner</artifactId>
<version>0.5.0</version> <version>0.5.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>