diff --git a/common/pom.xml b/common/pom.xml index 0e5c7202..47399deb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.6.2-SNAPSHOT + 4.7.0-SNAPSHOT ../parent/pom.xml diff --git a/modules/cms/pom.xml b/modules/cms/pom.xml index 251b1997..65e1099d 100644 --- a/modules/cms/pom.xml +++ b/modules/cms/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.6.2-SNAPSHOT + 4.7.0-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 1dc04a50..6580d666 100644 --- a/modules/cms/src/main/resources/db/upgrade/cms/versions +++ b/modules/cms/src/main/resources/db/upgrade/cms/versions @@ -16,4 +16,5 @@ 4.5.0 4.6.0 4.6.1 -4.6.2 \ No newline at end of file +4.6.2 +4.7.0 \ No newline at end of file diff --git a/modules/core/pom.xml b/modules/core/pom.xml index fa149543..5281b966 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.6.2-SNAPSHOT + 4.7.0-SNAPSHOT ../../parent/pom.xml diff --git a/modules/core/src/test/resources/application.yml b/modules/core/src/test/resources/application.yml index 2ca63cdc..17b23ba2 100644 --- a/modules/core/src/test/resources/application.yml +++ b/modules/core/src/test/resources/application.yml @@ -4,7 +4,7 @@ productName: JeeSite Demo companyName: ThinkGem # 产品版本、版权年份 -productVersion: V4.6 +productVersion: V4.7 copyrightYear: 2023 # 数据库连接 diff --git a/parent/pom.xml b/parent/pom.xml index 521b3dd1..58a32486 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ com.jeesite jeesite-parent - 4.6.2-SNAPSHOT + 4.7.0-SNAPSHOT pom JeeSite Parent diff --git a/pom.xml b/pom.xml index 6b36b42d..7f28fb7e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.jeesite jeesite - 4.6.2-SNAPSHOT + 4.7.0-SNAPSHOT pom JeeSite diff --git a/root/pom.xml b/root/pom.xml index 25188aae..56665005 100644 --- a/root/pom.xml +++ b/root/pom.xml @@ -5,7 +5,7 @@ com.jeesite jeesite-root - 4.6.2-SNAPSHOT + 4.7.0-SNAPSHOT pom JeeSite Root diff --git a/web/pom.xml b/web/pom.xml index 1990ac5d..edaf911c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -6,7 +6,7 @@ com.jeesite jeesite-parent - 4.6.2-SNAPSHOT + 4.7.0-SNAPSHOT ../parent/pom.xml diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 8480fed5..bb3927df 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -8,7 +8,7 @@ productName: JeeSite Demo companyName: ThinkGem # 产品版本、版权年份 -productVersion: V4.6 +productVersion: V4.7 copyrightYear: 2023 # 是否演示模式