From e95515320ff24c26f77217395a9a3060e78be702 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Thu, 12 Jan 2023 14:46:01 +0800 Subject: [PATCH] v 3.5.13 --- gradle.properties | 2 +- maxkey-webs/maxkey-gataway/src/main/resources/application.yml | 2 +- .../maxkey-web-maxkey/src/main/resources/application.properties | 2 +- .../maxkey-web-mgt/src/main/resources/application.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 692badf4..a47b9d91 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =net.maxsso -version =3.5.12 +version =3.5.13 vendor =https://www.maxkey.top author =MaxKeyTop diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index 25d80d88..1b582125 100644 --- a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml +++ b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml @@ -1,7 +1,7 @@ #端口号 application: name: maxkey-gateway-server - formatted-version: v3.5.12 GA + formatted-version: v3.5.13 GA server: port: 9000 spring: diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties index 46a0efa9..12352405 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey -application.formatted-version =v3.5.12 GA +application.formatted-version =v3.5.13 GA #for dynamic service discovery spring.application.name =maxkey ############################################################################ diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties index 8c3ca562..e1b313c5 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey-Mgt -application.formatted-version =v3.5.12 GA +application.formatted-version =v3.5.13 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################ -- GitLab