Browse Source

v1.2.2 GA

shimingxy 5 years ago
parent
commit
8ff03973e5

+ 3 - 3
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

+ 1 - 1
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");

+ 1 - 1
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

+ 1 - 1
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