From ea59b8d71a9f4bbc3b63ff8148a7100f35181638 Mon Sep 17 00:00:00 2001
From: 18650502300 <18650502300@163.com>
Date: Tue, 30 Jul 2024 14:34:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
eride-admin/pom.xml | 24 ++++++++++++------------
eride-common/pom.xml | 10 +++++-----
eride-framework/pom.xml | 8 ++++----
eride-generator/pom.xml | 8 ++++----
eride-quartz/pom.xml | 8 ++++----
eride-system/pom.xml | 8 ++++----
pom.xml | 32 ++++++++++++++++----------------
7 files changed, 49 insertions(+), 49 deletions(-)
diff --git a/eride-admin/pom.xml b/eride-admin/pom.xml
index 88dc045..400d902 100644
--- a/eride-admin/pom.xml
+++ b/eride-admin/pom.xml
@@ -3,13 +3,13 @@
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">
- ruoyi
+ eride
com.ruoyi
3.8.8
4.0.0
jar
- ruoyi-admin
+ eride-admin
web服务入口
@@ -46,19 +46,19 @@
com.ruoyi
- ruoyi-framework
+ eride-framework
com.ruoyi
- ruoyi-quartz
+ eride-quartz
com.ruoyi
- ruoyi-generator
+ eride-generator
@@ -80,17 +80,17 @@
-
- org.apache.maven.plugins
- maven-war-plugin
- 3.1.0
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.1.0
false
${project.artifactId}
-
-
+
+
${project.artifactId}
-
\ No newline at end of file
+
diff --git a/eride-common/pom.xml b/eride-common/pom.xml
index d625896..e2b33b6 100644
--- a/eride-common/pom.xml
+++ b/eride-common/pom.xml
@@ -3,13 +3,13 @@
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">
- ruoyi
+ eride
com.ruoyi
3.8.8
4.0.0
- ruoyi-common
+ eride-common
common通用工具
@@ -52,13 +52,13 @@
org.apache.commons
commons-lang3
-
+
com.fasterxml.jackson.core
jackson-databind
-
+
com.alibaba.fastjson2
@@ -121,4 +121,4 @@
-
\ No newline at end of file
+
diff --git a/eride-framework/pom.xml b/eride-framework/pom.xml
index c4ba93b..5296868 100644
--- a/eride-framework/pom.xml
+++ b/eride-framework/pom.xml
@@ -3,13 +3,13 @@
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">
- ruoyi
+ eride
com.ruoyi
3.8.8
4.0.0
- ruoyi-framework
+ eride-framework
framework框架核心
@@ -56,9 +56,9 @@
com.ruoyi
- ruoyi-system
+ eride-system
-
\ No newline at end of file
+
diff --git a/eride-generator/pom.xml b/eride-generator/pom.xml
index 8e47f0c..ef1e865 100644
--- a/eride-generator/pom.xml
+++ b/eride-generator/pom.xml
@@ -3,13 +3,13 @@
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">
- ruoyi
+ eride
com.ruoyi
3.8.8
4.0.0
- ruoyi-generator
+ eride-generator
generator代码生成
@@ -26,7 +26,7 @@
com.ruoyi
- ruoyi-common
+ eride-common
@@ -37,4 +37,4 @@
-
\ No newline at end of file
+
diff --git a/eride-quartz/pom.xml b/eride-quartz/pom.xml
index 4e7a0ce..0322987 100644
--- a/eride-quartz/pom.xml
+++ b/eride-quartz/pom.xml
@@ -3,13 +3,13 @@
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">
- ruoyi
+ eride
com.ruoyi
3.8.8
4.0.0
- ruoyi-quartz
+ eride-quartz
quartz定时任务
@@ -32,9 +32,9 @@
com.ruoyi
- ruoyi-common
+ eride-common
-
\ No newline at end of file
+
diff --git a/eride-system/pom.xml b/eride-system/pom.xml
index 51f3f3c..9cd0e26 100644
--- a/eride-system/pom.xml
+++ b/eride-system/pom.xml
@@ -3,13 +3,13 @@
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">
- ruoyi
+ eride
com.ruoyi
3.8.8
4.0.0
- ruoyi-system
+ eride-system
system系统模块
@@ -20,9 +20,9 @@
com.ruoyi
- ruoyi-common
+ eride-common
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index 75712eb..074faed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,15 +3,15 @@
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">
4.0.0
-
+
com.ruoyi
- ruoyi
+ eride
3.8.8
- ruoyi
+ eride
http://www.ruoyi.vip
若依管理系统
-
+
3.8.8
UTF-8
@@ -150,35 +150,35 @@
com.ruoyi
- ruoyi-quartz
+ eride-quartz
${ruoyi.version}
com.ruoyi
- ruoyi-generator
+ eride-generator
${ruoyi.version}
com.ruoyi
- ruoyi-framework
+ eride-framework
${ruoyi.version}
com.ruoyi
- ruoyi-system
+ eride-system
${ruoyi.version}
com.ruoyi
- ruoyi-common
+ eride-common
${ruoyi.version}
@@ -186,12 +186,12 @@
- ruoyi-admin
- ruoyi-framework
- ruoyi-system
- ruoyi-quartz
- ruoyi-generator
- ruoyi-common
+ eride-admin
+ eride-framework
+ eride-system
+ eride-quartz
+ eride-generator
+ eride-common
pom
@@ -235,4 +235,4 @@
-
\ No newline at end of file
+