From 3388e8976e05cbc59905df91f6873972f4caec33 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Tue, 5 Sep 2023 09:17:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=94=B9=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 --- .../jero-boot-starter-cloud/pom.xml | 4 +-- .../jero-boot-starter-job/pom.xml | 6 ++-- .../jero-boot-starter-lock/pom.xml | 6 ++-- .../jero-boot-starter-rabbitmq/pom.xml | 6 ++-- jero-boot-starter/pom.xml | 12 ++++---- jero-cloud-module/jero-cloud-gateway/pom.xml | 2 +- .../jero-cloud-system-start/pom.xml | 18 ++++++------ .../jero-system-cloud-api/pom.xml | 2 +- .../jero-system-local-api/pom.xml | 2 +- laws-base/laws-base-api/pom.xml | 6 ++-- laws-base/laws-base-core/pom.xml | 8 +++--- laws-base/laws-base-generater-core/pom.xml | 4 +-- laws-base/laws-base-generater/pom.xml | 4 +-- laws-base/laws-base-tools/pom.xml | 4 +-- laws-base/pom.xml | 12 ++++---- laws-module-demo/pom.xml | 6 ++-- laws-module-system/pom.xml | 2 +- laws-modules/pom.xml | 6 ++-- laws-single-startup/pom.xml | 10 +++---- pom.xml | 28 +++++++++---------- 20 files changed, 74 insertions(+), 74 deletions(-) diff --git a/jero-boot-starter/jero-boot-starter-cloud/pom.xml b/jero-boot-starter/jero-boot-starter-cloud/pom.xml index c0914986..1b71630e 100644 --- a/jero-boot-starter/jero-boot-starter-cloud/pom.xml +++ b/jero-boot-starter/jero-boot-starter-cloud/pom.xml @@ -3,12 +3,12 @@ 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"> - jero-boot-starter + laws-starter com.jero.boot 2.5.1 4.0.0 - jero-boot-starter-cloud + laws-starter-cloud diff --git a/jero-boot-starter/jero-boot-starter-job/pom.xml b/jero-boot-starter/jero-boot-starter-job/pom.xml index c1f26b8c..75a7619d 100644 --- a/jero-boot-starter/jero-boot-starter-job/pom.xml +++ b/jero-boot-starter/jero-boot-starter-job/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"> - jero-boot-starter + laws-starter com.jero.boot 2.5.1 4.0.0 - jero-boot-starter-job - jero-boot-starter-定时任务 + laws-starter-job + laws-starter-定时任务 com.xuxueli diff --git a/jero-boot-starter/jero-boot-starter-lock/pom.xml b/jero-boot-starter/jero-boot-starter-lock/pom.xml index e836848c..a92e9b8b 100644 --- a/jero-boot-starter/jero-boot-starter-lock/pom.xml +++ b/jero-boot-starter/jero-boot-starter-lock/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"> - jero-boot-starter + laws-starter com.jero.boot 2.5.1 4.0.0 - jero-boot-starter-lock - jero-boot-starter-分布式锁 + laws-starter-lock + laws-starter-分布式锁 org.redisson diff --git a/jero-boot-starter/jero-boot-starter-rabbitmq/pom.xml b/jero-boot-starter/jero-boot-starter-rabbitmq/pom.xml index 68044528..c33db297 100644 --- a/jero-boot-starter/jero-boot-starter-rabbitmq/pom.xml +++ b/jero-boot-starter/jero-boot-starter-rabbitmq/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"> - jero-boot-starter + laws-starter com.jero.boot 2.5.1 4.0.0 - jero-boot-starter-rabbitmq - jero-boot-starter-消息队列 + laws-starter-rabbitmq + laws-starter-消息队列 diff --git a/jero-boot-starter/pom.xml b/jero-boot-starter/pom.xml index 47b730e0..bb7a2d5a 100644 --- a/jero-boot-starter/pom.xml +++ b/jero-boot-starter/pom.xml @@ -7,7 +7,7 @@ 2.5.1 4.0.0 - jero-boot-starter + laws-starter pom @@ -16,16 +16,16 @@ - jero-boot-starter-cloud - jero-boot-starter-job - jero-boot-starter-lock - jero-boot-starter-rabbitmq + laws-starter-cloud + laws-starter-job + laws-starter-lock + laws-starter-rabbitmq com.jero.boot - jero-boot-base-tools + laws-base-tools diff --git a/jero-cloud-module/jero-cloud-gateway/pom.xml b/jero-cloud-module/jero-cloud-gateway/pom.xml index 05cadb3d..0747fc69 100644 --- a/jero-cloud-module/jero-cloud-gateway/pom.xml +++ b/jero-cloud-module/jero-cloud-gateway/pom.xml @@ -14,7 +14,7 @@ com.jero.boot - jero-boot-starter-cloud + laws-starter-cloud com.jero.boot diff --git a/jero-cloud-module/jero-cloud-system-start/pom.xml b/jero-cloud-module/jero-cloud-system-start/pom.xml index 372e826e..abf84979 100644 --- a/jero-cloud-module/jero-cloud-system-start/pom.xml +++ b/jero-cloud-module/jero-cloud-system-start/pom.xml @@ -12,10 +12,10 @@ System项目微服务启动 - + com.jero.boot - jero-boot-starter-cloud + laws-starter-cloud @@ -24,31 +24,31 @@ - + com.jero.boot - jero-boot-module-system + laws-module-system - + com.jero.boot - jero-boot-base-generater + laws-base-generater ${jero.version} com.jero.boot - jero-boot-starter-rabbitmq + laws-starter-rabbitmq com.jero.boot - jero-boot-starter-job + laws-starter-job com.jero.boot - jero-boot-starter-lock + laws-starter-lock diff --git a/laws-base/laws-base-api/jero-system-cloud-api/pom.xml b/laws-base/laws-base-api/jero-system-cloud-api/pom.xml index 62cc8349..b8363e31 100644 --- a/laws-base/laws-base-api/jero-system-cloud-api/pom.xml +++ b/laws-base/laws-base-api/jero-system-cloud-api/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"> - jero-boot-base-api + laws-base-api com.jero.boot 2.5.1 diff --git a/laws-base/laws-base-api/jero-system-local-api/pom.xml b/laws-base/laws-base-api/jero-system-local-api/pom.xml index 1c84faeb..be2cd001 100644 --- a/laws-base/laws-base-api/jero-system-local-api/pom.xml +++ b/laws-base/laws-base-api/jero-system-local-api/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"> - jero-boot-base-api + laws-base-api com.jero.boot 2.5.1 diff --git a/laws-base/laws-base-api/pom.xml b/laws-base/laws-base-api/pom.xml index 413292f9..3e2ce109 100644 --- a/laws-base/laws-base-api/pom.xml +++ b/laws-base/laws-base-api/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"> - jero-boot-base + laws-base com.jero.boot 2.5.1 4.0.0 - jero-boot-base-api + laws-base-api pom @@ -20,7 +20,7 @@ com.jero.boot - jero-boot-base-core + laws-base-core \ No newline at end of file diff --git a/laws-base/laws-base-core/pom.xml b/laws-base/laws-base-core/pom.xml index 171bf055..a487f46d 100644 --- a/laws-base/laws-base-core/pom.xml +++ b/laws-base/laws-base-core/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> com.jero.boot - jero-boot-base + laws-base 2.5.1 4.0.0 - jero-boot-base-core + laws-base-core @@ -34,12 +34,12 @@ com.jero.boot - jero-boot-base-tools + laws-base-tools com.jero.boot - jero-boot-base-generater-core + laws-base-generater-core ${jero.version} diff --git a/laws-base/laws-base-generater-core/pom.xml b/laws-base/laws-base-generater-core/pom.xml index 674393c8..e42abc4f 100644 --- a/laws-base/laws-base-generater-core/pom.xml +++ b/laws-base/laws-base-generater-core/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"> - jero-boot-base + laws-base com.jero.boot 2.5.1 4.0.0 代码生成核心模块 - jero-boot-base-generater-core + laws-base-generater-core diff --git a/laws-base/laws-base-generater/pom.xml b/laws-base/laws-base-generater/pom.xml index 990fa635..f5f51bbe 100644 --- a/laws-base/laws-base-generater/pom.xml +++ b/laws-base/laws-base-generater/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"> - jero-boot-base + laws-base com.jero.boot 2.5.1 4.0.0 - jero-boot-base-generater + laws-base-generater 8 diff --git a/laws-base/laws-base-tools/pom.xml b/laws-base/laws-base-tools/pom.xml index f4e75219..3f4b5fd3 100644 --- a/laws-base/laws-base-tools/pom.xml +++ b/laws-base/laws-base-tools/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> com.jero.boot - jero-boot-base + laws-base 2.5.1 4.0.0 公共模块 - jero-boot-base-tools + laws-base-tools diff --git a/laws-base/pom.xml b/laws-base/pom.xml index ce8021e7..62861e22 100644 --- a/laws-base/pom.xml +++ b/laws-base/pom.xml @@ -9,15 +9,15 @@ 4.0.0 - jero-boot-base + laws-base pom - jero-boot-base-api - jero-boot-base-core - jero-boot-base-tools - jero-boot-base-generater - jero-boot-base-generater-core + laws-base-api + laws-base-core + laws-base-tools + laws-base-generater + laws-base-generater-core \ No newline at end of file diff --git a/laws-module-demo/pom.xml b/laws-module-demo/pom.xml index ff81ac5a..6beb09d3 100644 --- a/laws-module-demo/pom.xml +++ b/laws-module-demo/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - jero-boot-module-demo + laws-module-demo @@ -19,11 +19,11 @@ \ No newline at end of file diff --git a/laws-module-system/pom.xml b/laws-module-system/pom.xml index 78e368c0..1c6c8743 100644 --- a/laws-module-system/pom.xml +++ b/laws-module-system/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - jero-boot-module-system + laws-module-system diff --git a/laws-modules/pom.xml b/laws-modules/pom.xml index d76dbb70..c79bb71f 100644 --- a/laws-modules/pom.xml +++ b/laws-modules/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - jero-boot-modules + laws-modules 8 @@ -22,12 +22,12 @@ com.jero.boot - jero-boot-module-system + laws-module-system ${jero.version} com.jero.boot - jero-boot-base-generater + laws-base-generater ${jero.version} diff --git a/laws-single-startup/pom.xml b/laws-single-startup/pom.xml index eae734b3..4a39c938 100644 --- a/laws-single-startup/pom.xml +++ b/laws-single-startup/pom.xml @@ -9,27 +9,27 @@ 4.0.0 - jero-boot-single-startup + laws-single-startup com.jero.boot - jero-boot-module-system + laws-module-system ${jero.version} com.jero.boot - jero-boot-module-demo + laws-module-demo ${jero.version} com.jero.boot - jero-boot-base-generater + laws-base-generater ${jero.version} com.jero.boot - jero-boot-modules + laws-modules ${jero.version} diff --git a/pom.xml b/pom.xml index f1226fa4..7e8a6703 100644 --- a/pom.xml +++ b/pom.xml @@ -49,14 +49,14 @@ - jero-boot-base - jero-boot-module-demo - jero-boot-module-system + laws-base + laws-module-demo + laws-module-system - jero-boot-single-startup - jero-boot-modules + laws-single-startup + laws-modules @@ -146,20 +146,20 @@ com.jero.boot - jero-boot-module-system + laws-module-system ${jero.version} com.jero.boot - jero-boot-base-tools + laws-base-tools ${jero.version} com.jero.boot - jero-boot-base-core + laws-base-core ${jero.version} @@ -171,7 +171,7 @@ com.jero.boot - jero-boot-modules + laws-modules ${jero.version} @@ -184,28 +184,28 @@ com.jero.boot - jero-boot-starter-cloud + laws-starter-cloud ${jero.version} com.jero.boot - jero-boot-starter-job + laws-starter-job ${jero.version} com.jero.boot - jero-boot-starter-lock + laws-starter-lock ${jero.version} com.jero.boot - jero-boot-starter-rabbitmq + laws-starter-rabbitmq ${jero.version}