From 19b9cd820584ef60c28eaea63ee91a57801fc254 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 6 Jan 2022 12:04:26 +0800 Subject: [PATCH] start 4.3.3 --- common/pom.xml | 2 +- modules/cms/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/core/src/test/java/application.yml | 2 +- modules/template/pom.xml | 2 +- parent/pom.xml | 2 +- root/pom.xml | 2 +- web/pom.xml | 2 +- web/src/main/resources/config/application.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 0381a0f7..8104b3d9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.3.2-SNAPSHOT + 4.3.3-SNAPSHOT ../parent/pom.xml diff --git a/modules/cms/pom.xml b/modules/cms/pom.xml index 3dbef0ec..6c95d5be 100644 --- a/modules/cms/pom.xml +++ b/modules/cms/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.3.2-SNAPSHOT + 4.3.3-SNAPSHOT ../../parent/pom.xml diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 9affb655..e89c6ae9 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.3.2-SNAPSHOT + 4.3.3-SNAPSHOT ../../parent/pom.xml diff --git a/modules/core/src/test/java/application.yml b/modules/core/src/test/java/application.yml index 7814328f..0262c162 100644 --- a/modules/core/src/test/java/application.yml +++ b/modules/core/src/test/java/application.yml @@ -5,7 +5,7 @@ companyName: ThinkGem # 产品版本、版权年份 productVersion: V4.3 -copyrightYear: 2021 +copyrightYear: 2022 # 数据库连接 jdbc: diff --git a/modules/template/pom.xml b/modules/template/pom.xml index 7ce94f33..4142bf25 100644 --- a/modules/template/pom.xml +++ b/modules/template/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.3.2-SNAPSHOT + 4.3.3-SNAPSHOT ../../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index d1705bfa..1dabf9db 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ com.jeesite jeesite-parent - 4.3.2-SNAPSHOT + 4.3.3-SNAPSHOT pom JeeSite Parent diff --git a/root/pom.xml b/root/pom.xml index 379a4692..2413d6d7 100644 --- a/root/pom.xml +++ b/root/pom.xml @@ -5,7 +5,7 @@ com.jeesite jeesite-root - 4.3.2-SNAPSHOT + 4.3.3-SNAPSHOT pom JeeSite diff --git a/web/pom.xml b/web/pom.xml index 0d0812a2..e3a04e62 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.3.2-SNAPSHOT + 4.3.3-SNAPSHOT ../parent/pom.xml diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 802861b5..fc95eb25 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -9,7 +9,7 @@ companyName: ThinkGem # 产品版本、版权年份 productVersion: V4.3 -copyrightYear: 2021 +copyrightYear: 2022 #是否演示模式 demoMode: false