From b522b3ff1e1b6b65631282f47fabbbbc2c86b8a3 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 7 Jul 2025 18:29:36 +0800 Subject: [PATCH] 5.12.1 --- common/pom.xml | 2 +- modules/app/pom.xml | 2 +- modules/app/src/main/resources/db/upgrade/app/versions | 3 ++- modules/cms-ai/pom.xml | 2 +- modules/cms/pom.xml | 2 +- modules/cms/src/main/resources/db/upgrade/cms/versions | 3 ++- modules/core/pom.xml | 2 +- modules/pom.xml | 2 +- modules/static/pom.xml | 2 +- modules/test/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- root/pom.xml | 2 +- web-ai/pom.xml | 4 ++-- web-api/pom.xml | 2 +- web-fast/pom.xml | 4 ++-- web-mini/pom.xml | 2 +- web/pom.xml | 2 +- 18 files changed, 22 insertions(+), 20 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index f25a73c4..76e53784 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../parent/pom.xml diff --git a/modules/app/pom.xml b/modules/app/pom.xml index 35409142..8eb892ca 100644 --- a/modules/app/pom.xml +++ b/modules/app/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../../parent/pom.xml diff --git a/modules/app/src/main/resources/db/upgrade/app/versions b/modules/app/src/main/resources/db/upgrade/app/versions index e2318df5..00e5430b 100644 --- a/modules/app/src/main/resources/db/upgrade/app/versions +++ b/modules/app/src/main/resources/db/upgrade/app/versions @@ -27,4 +27,5 @@ 5.10.1 5.11.0 5.11.1 -5.12.0 \ No newline at end of file +5.12.0 +5.12.1 \ No newline at end of file diff --git a/modules/cms-ai/pom.xml b/modules/cms-ai/pom.xml index 5e32ac78..d89cc68d 100644 --- a/modules/cms-ai/pom.xml +++ b/modules/cms-ai/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../../parent/pom.xml diff --git a/modules/cms/pom.xml b/modules/cms/pom.xml index 90d935c0..52baafd7 100644 --- a/modules/cms/pom.xml +++ b/modules/cms/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../../parent/pom.xml diff --git a/modules/cms/src/main/resources/db/upgrade/cms/versions b/modules/cms/src/main/resources/db/upgrade/cms/versions index 10339fe6..e24a7341 100644 --- a/modules/cms/src/main/resources/db/upgrade/cms/versions +++ b/modules/cms/src/main/resources/db/upgrade/cms/versions @@ -35,4 +35,5 @@ 5.10.1 5.11.0 5.11.1 -5.12.0 \ No newline at end of file +5.12.0 +5.12.1 \ No newline at end of file diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 51195aee..2899bd22 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../../parent/pom.xml diff --git a/modules/pom.xml b/modules/pom.xml index 856c94a9..1c47082e 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -5,7 +5,7 @@ com.jeesite jeesite-modules - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT pom JeeSite Modules diff --git a/modules/static/pom.xml b/modules/static/pom.xml index 43068990..c9c0708f 100644 --- a/modules/static/pom.xml +++ b/modules/static/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../../parent/pom.xml diff --git a/modules/test/pom.xml b/modules/test/pom.xml index 440cb5c0..52c0c163 100644 --- a/modules/test/pom.xml +++ b/modules/test/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 7ae00b8a..6a1ce8cb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT pom JeeSite Parent diff --git a/pom.xml b/pom.xml index 6dee30f8..e46fe2b7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.jeesite jeesite - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT pom JeeSite diff --git a/root/pom.xml b/root/pom.xml index 253be7df..24f3fca6 100644 --- a/root/pom.xml +++ b/root/pom.xml @@ -5,7 +5,7 @@ com.jeesite jeesite-root - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT pom JeeSite Root diff --git a/web-ai/pom.xml b/web-ai/pom.xml index 32f18bb1..d155a637 100644 --- a/web-ai/pom.xml +++ b/web-ai/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 5.12.0.springboot3-SNAPSHOT + 5.12.1.springboot3-SNAPSHOT ../parent/pom.xml @@ -63,7 +63,7 @@ com.jeesite jeesite-vue-dist - 5.12.0-SNAPSHOT + 5.12.1-SNAPSHOT