From df38aad2b56c0f80059e2ae3417182b57926783d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 31 三月 2023 18:39:10 +0800 Subject: [PATCH] update 更改包名为 org.dromara update 更改文档地址为 plus-doc.dromara.org --- ruoyi-common/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 83fcb99..3b6c113 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>ruoyi-vue-plus</artifactId> - <groupId>com.ruoyi</groupId> + <groupId>org.dromara</groupId> <version>${revision}</version> <relativePath>../pom.xml</relativePath> </parent> -- Gitblit v1.9.3