Skip to content

Commit

Permalink
build: 项目 group id top.charles7c => top.charles7c.continew
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Nov 17, 2023
1 parent c34e934 commit 3e23acb
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion continew-admin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>
<version>${revision}</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions continew-admin-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>
<groupId>top.charles7c</groupId>
<version>${revision}</version>
</parent>

Expand All @@ -34,7 +34,7 @@ limitations under the License.
<dependencies>
<!-- 系统管理模块(存放系统管理模块相关功能,例如:部门管理、角色管理、用户管理等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-system</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions continew-admin-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -34,7 +34,7 @@ limitations under the License.
<dependencies>
<!-- 公共模块(存放公共工具类,公共配置等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-common</artifactId>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions continew-admin-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>
<version>${revision}</version>
</parent>
Expand All @@ -19,7 +19,7 @@
<dependencies>
<!-- 公共模块(存放公共工具类,公共配置等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-common</artifactId>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions continew-admin-webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>
<version>${revision}</version>
</parent>
Expand Down Expand Up @@ -58,13 +58,13 @@ limitations under the License.

<!-- 系统监控模块(存放系统监控模块相关功能,例如:日志管理、服务监控等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-monitor</artifactId>
</dependency>

<!-- 系统工具模块(存放系统工具模块相关功能,例如:代码生成、文件管理等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-tool</artifactId>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -190,35 +190,35 @@ limitations under the License.
<!-- ################ 本项目子模块相关 ################ -->
<!-- API 模块(存放 Controller 层代码,打包部署的模块) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-webapi</artifactId>
<version>${project.version}</version>
</dependency>

<!-- 系统监控模块(存放系统监控模块相关功能,例如:日志管理、服务监控等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-monitor</artifactId>
<version>${project.version}</version>
</dependency>

<!-- 系统管理模块(存放系统管理模块相关功能,例如:部门管理、角色管理、用户管理等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-system</artifactId>
<version>${project.version}</version>
</dependency>

<!-- 系统工具模块(存放系统工具模块相关功能,例如:代码生成、文件管理等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-tool</artifactId>
<version>${project.version}</version>
</dependency>

<!-- 公共模块(存放公共工具类,公共配置等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-common</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 3e23acb

Please sign in to comment.