From 76e7e192d8c97e601a1787031a78202f4e1b0c78 Mon Sep 17 00:00:00 2001 From: zengqiao Date: Sun, 25 Apr 2021 17:40:47 +0800 Subject: [PATCH] bump version to 2.4.0 --- build.sh | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a6e86d7d..9c107907 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ cd $workspace ## constant OUTPUT_DIR=./output -KM_VERSION=2.3.1 +KM_VERSION=2.4.0 APP_NAME=kafka-manager APP_DIR=${APP_NAME}-${KM_VERSION} diff --git a/pom.xml b/pom.xml index 66d78b2b..ef05bf35 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ - 2.3.1-SNAPSHOT + 2.4.0-SNAPSHOT 2.7.0 1.5.13 -- GitLab