diff --git a/gradle.properties b/gradle.properties index 8043d401c..8aa70854a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group =org.maxkey -version =1.3.RELEASE +version =1.4.0.RELEASE vendor =https://github.com/shimingxy/MaxKey author =shimingxy #Version For use jar diff --git a/maxkey-core/src/main/java/org/maxkey/web/InitApplicationContext.java b/maxkey-core/src/main/java/org/maxkey/web/InitApplicationContext.java index bee585dcb..21fa88021 100644 --- a/maxkey-core/src/main/java/org/maxkey/web/InitApplicationContext.java +++ b/maxkey-core/src/main/java/org/maxkey/web/InitApplicationContext.java @@ -192,13 +192,14 @@ public class InitApplicationContext extends HttpServlet { */ public void showLicense() { _logger.info("-----------------------------------------------------------"); + _logger.info("+ MaxKey "); _logger.info("+ Single Sign On ( SSO ) "); - _logger.info("+ MaxKey Version " + _logger.info("+ Version " + properties.getProperty("application.formatted-version")); - _logger.info(""); - _logger.info("+ Apache License 2.0"); + _logger.info("+"); _logger.info("+ https://shimingxy.github.io/MaxKey/"); _logger.info("+ email:shimingxy@163.com"); + _logger.info("+ Licensed under Apache License 2.0"); _logger.info("-----------------------------------------------------------"); } diff --git a/maxkey-web-manage/src/main/resources/application.properties b/maxkey-web-manage/src/main/resources/application.properties index f8bb9df2e..ee346a903 100644 --- a/maxkey-web-manage/src/main/resources/application.properties +++ b/maxkey-web-manage/src/main/resources/application.properties @@ -7,7 +7,7 @@ server.servlet.context-path=/maxkey-mgt application.name=MaxKey-Mgt #message.properties global.application.version is need to update -application.formatted-version=v1.3 GA +application.formatted-version=v1.4.0 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views diff --git a/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-web-maxkey/src/main/resources/application.properties index 177acfc8f..8618fea69 100644 --- a/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-web-maxkey/src/main/resources/application.properties @@ -15,7 +15,7 @@ server.servlet.context-path=/maxkey application.name=MaxKey #message.properties global.application.version is need to update -application.formatted-version=v1.3 GA +application.formatted-version=v1.4.0 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views