From e6c8daa52f3deeaec82634bdfed5a7b74d575f89 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Sun, 1 Mar 2020 17:44:17 +0800 Subject: [PATCH] fix version --- maxkey-web-manage/src/main/resources/application.properties | 1 + maxkey-web-maxkey/src/main/resources/application.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/maxkey-web-manage/src/main/resources/application.properties b/maxkey-web-manage/src/main/resources/application.properties index fbcc41b8..8615ec1c 100644 --- a/maxkey-web-manage/src/main/resources/application.properties +++ b/maxkey-web-manage/src/main/resources/application.properties @@ -6,6 +6,7 @@ server.port=9521 server.servlet.context-path=/maxkey-mgt application.name=MaxKey-Mgt +#message.properties global.application.version is need to update application.formatted-version=v1.2 GA #for freemarker diff --git a/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-web-maxkey/src/main/resources/application.properties index 4ac0292b..15d4979f 100644 --- a/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-web-maxkey/src/main/resources/application.properties @@ -14,6 +14,7 @@ server.ssl.key-store-type=JKS server.servlet.context-path=/maxkey application.name=MaxKey +#message.properties global.application.version is need to update application.formatted-version=v1.2 GA #for freemarker -- GitLab