From c1cbfc2b93678bf47baf02b116a7aaa81f3473cf Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期五, 07 二月 2025 10:34:31 +0800 Subject: [PATCH] 2.0版本 --- ruoyi-common/ruoyi-common-json/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/ruoyi-common-json/pom.xml b/ruoyi-common/ruoyi-common-json/pom.xml index 13dcf38..c4a00a0 100644 --- a/ruoyi-common/ruoyi-common-json/pom.xml +++ b/ruoyi-common/ruoyi-common-json/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>com.xmzs</groupId> + <groupId>org.ruoyi</groupId> <artifactId>ruoyi-common</artifactId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> @@ -18,7 +18,7 @@ <dependencies> <dependency> - <groupId>com.xmzs</groupId> + <groupId>org.ruoyi</groupId> <artifactId>ruoyi-common-core</artifactId> </dependency> -- Gitblit v1.9.3