build: groupId top.continew => top.continew.starter

This commit is contained in:
2025-07-05 17:29:58 +08:00
parent 0729be287c
commit a0ace7d60c
63 changed files with 157 additions and 157 deletions

View File

@@ -4,7 +4,7 @@
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>top.continew</groupId>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter</artifactId>
<version>${revision}</version>
</parent>
@@ -18,13 +18,13 @@
<dependencies>
<!-- JSON 模块 - Jackson -->
<dependency>
<groupId>top.continew</groupId>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-json-jackson</artifactId>
</dependency>
<!-- API 文档模块 -->
<dependency>
<groupId>top.continew</groupId>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-api-doc</artifactId>
<optional>true</optional>
</dependency>