From d194e1478040c857bcbf629ab7f53551915d6f81 Mon Sep 17 00:00:00 2001
From: niudehua <657563945@qq.com>
Date: Fri, 15 Oct 2021 21:16:10 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9maven=E6=A8=A1=E5=9D=97?=
 =?UTF-8?q?=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 yudao-core-service/pom.xml | 2 +-
 yudao-user-server/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/yudao-core-service/pom.xml b/yudao-core-service/pom.xml
index 3ce350b54..43cdae127 100644
--- a/yudao-core-service/pom.xml
+++ b/yudao-core-service/pom.xml
@@ -12,7 +12,7 @@
     <artifactId>yudao-core-service</artifactId>
     <packaging>jar</packaging>
 
-    <name>yudao-admin-server</name>
+    <name>yudao-core-service</name>
     <description>
         公共服务,通过 jar 包的方式,被 yudao-admin-server、yudao-user-service 使用。例如说:
             1. 日志相关:访问日志、登录日志、异常日志等等
diff --git a/yudao-user-server/pom.xml b/yudao-user-server/pom.xml
index fe55b34f9..2aa1ee772 100644
--- a/yudao-user-server/pom.xml
+++ b/yudao-user-server/pom.xml
@@ -12,7 +12,7 @@
     <artifactId>yudao-user-server</artifactId>
     <packaging>jar</packaging>
 
-    <name>yudao-admin-server</name>
+    <name>yudao-user-server</name>
     <description>用户前台 Server,提供其 API 接口</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>