From 66a8b155aeb8f143c2726966c20be1dff2be3553 Mon Sep 17 00:00:00 2001 From: Francis Dong Date: Tue, 27 Oct 2020 12:04:21 +0800 Subject: [PATCH] update: change version number to 1.1.0 --- pom.xml | 2 +- sh/boot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 18fd20c..6f6fd32 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ we fizz-gateway-community - 1.0.0 + 1.1.0 fizz-gateway-community diff --git a/sh/boot.sh b/sh/boot.sh index e1b3c26..1403247 100644 --- a/sh/boot.sh +++ b/sh/boot.sh @@ -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