From be31e37aebf4fb26bcedb413a313ef6d25d8b517 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Tue, 6 Dec 2022 20:36:59 +0800 Subject: [PATCH] 3.5.11 --- 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 b53a0b2ae..8da28d7d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =maxkey.top -version =3.5.10 +version =3.5.11 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 0cea03654..72045fd91 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.10 GA + formatted-version: v3.5.11 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 cdd3b18f6..0b2b42b26 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.10 GA +application.formatted-version =v3.5.11 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 489a48148..72a5cd419 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.10 GA +application.formatted-version =v3.5.11 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################