From 4396fdaea46197bcc3fdcf35f08b350bd0044717 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 18 Feb 2021 16:06:23 +0800 Subject: [PATCH] v4.2.3 --- modules/core/src/main/resources/db/upgrade/core/versions | 3 ++- .../template/src/main/resources/db/upgrade/template/versions | 3 ++- parent/pom.xml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/db/upgrade/core/versions b/modules/core/src/main/resources/db/upgrade/core/versions index 7546ac1b..5a7b6743 100644 --- a/modules/core/src/main/resources/db/upgrade/core/versions +++ b/modules/core/src/main/resources/db/upgrade/core/versions @@ -18,4 +18,5 @@ 4.1.9 4.2.0 4.2.1 -4.2.2 \ No newline at end of file +4.2.2 +4.2.3 \ No newline at end of file diff --git a/modules/template/src/main/resources/db/upgrade/template/versions b/modules/template/src/main/resources/db/upgrade/template/versions index 63657d5f..db3c2d91 100644 --- a/modules/template/src/main/resources/db/upgrade/template/versions +++ b/modules/template/src/main/resources/db/upgrade/template/versions @@ -1,3 +1,4 @@ 4.2.0 4.2.1 -4.2.2 \ No newline at end of file +4.2.2 +4.2.3 \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index 3ea9da61..4c557eed 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -259,6 +259,7 @@ **/*.css + **/WEB-INF/classes/** **/*.min.js **/*.min.css