update: change version number to 1.1.0

This commit is contained in:
Francis Dong
2020-10-27 12:04:21 +08:00
parent 3136f60d94
commit 66a8b155ae
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>we</groupId>
<artifactId>fizz-gateway-community</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<name>fizz-gateway-community</name>
<repositories>

View File

@@ -6,7 +6,7 @@ cd `dirname $0`
#变量定义
APOLLO_META_SERVER=http://localhost:66
ENV=dev
APP_NAME=fizz-gateway-community-1.0.0.jar
APP_NAME=fizz-gateway-community-1.1.0.jar
APP_DEP_DIR=/data/webapps/fizz-gateway
APP_LOG_DIR=/data/logs/fizz-gateway
JAVA_CMD=/usr/local/java/bin/java