From 8ff03973e5728c40d36233869791bfed9dbb6a99 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Tue, 31 Mar 2020 17:30:06 +0800 Subject: [PATCH] v1.2.2 GA --- gradle.properties | 6 +++--- .../main/java/org/maxkey/web/InitApplicationContext.java | 2 +- maxkey-web-manage/src/main/resources/application.properties | 2 +- maxkey-web-maxkey/src/main/resources/application.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 581d9622b..2014b75d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ group =org.maxkey -version =1.2.1.RELEASE +version =1.2.2.RELEASE vendor =https://github.com/shimingxy/MaxKey author =shimingxy #Version For use jar jackson2Version =2.9.8 log4jVersion =2.13.1 -springVersion =5.2.4.RELEASE -springBootVersion =2.2.5.RELEASE +springVersion =5.2.5.RELEASE +springBootVersion =2.2.6.RELEASE springSecurityVersion =5.3.0.RELEASE hibernateVersion =6.1.2.Final slf4jVersion =1.7.30 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 73c77c3d8..a5adeb9a5 100644 --- a/maxkey-core/src/main/java/org/maxkey/web/InitApplicationContext.java +++ b/maxkey-core/src/main/java/org/maxkey/web/InitApplicationContext.java @@ -164,7 +164,7 @@ public class InitApplicationContext extends HttpServlet { public void showLicense(){ _logger.info("----------------------------------------------------------------------------------------------------"); _logger.info("+ Single Sign On ( SSO ) "); - _logger.info("+ MaxKey Version 1.2.1 GA"); + _logger.info("+ MaxKey Version v1.2.2 GA"); _logger.info(""); _logger.info("+ Apache License 2.0"); _logger.info("+ https://github.com/shimingxy/MaxKey"); diff --git a/maxkey-web-manage/src/main/resources/application.properties b/maxkey-web-manage/src/main/resources/application.properties index 6806d9744..54d56d4b8 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.2.1 GA +application.formatted-version=v1.2.2 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 c3365b868..7429ca04b 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.2.1 GA +application.formatted-version=v1.2.2 GA #for freemarker spring.freemarker.template-loader-path=classpath:/templates/views