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