From 094995915c2b7ccc9f93975078ec7d7c603f2b5b Mon Sep 17 00:00:00 2001 From: HeChangHaoGary <1625721671@qq.com> Date: Thu, 13 Jun 2024 11:29:55 +0800 Subject: [PATCH] [dingo-release] bump release version to dingo-v0.9.0 --- dingo-dist/bin/start-executor.sh | 2 +- docker/templates/bin/start-executor.sh | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dingo-dist/bin/start-executor.sh b/dingo-dist/bin/start-executor.sh index 2e67092be5..f75f09f611 100755 --- a/dingo-dist/bin/start-executor.sh +++ b/dingo-dist/bin/start-executor.sh @@ -23,7 +23,7 @@ NET_JAR_PATH=$(find $ROOT -name dingo-net-*.jar) JAVA_OPTS="-Xms2g -Xmx2g -XX:+AlwaysPreTouch -XX:+UseG1GC -XX:+ScavengeBeforeFullGC -XX:+DisableExplicitGC -XX:+HeapDumpOnOutOfMemoryError" nohup java ${JAVA_OPTS} \ - -Dlogback.configurationFile=file:${ROOT}/conf/logback-executor.xml \ + -Dlogback.configurationFile=file:${ROOT}/conf/logback-executor-release.xml \ -classpath ${JAR_PATH}:${NET_JAR_PATH}:${LOCAL_STORE_JAR_PATH} \ io.dingodb.server.executor.Starter \ --config ${ROOT}/conf/executor.yaml \ diff --git a/docker/templates/bin/start-executor.sh b/docker/templates/bin/start-executor.sh index 92877dd5fb..a3905a2d73 100755 --- a/docker/templates/bin/start-executor.sh +++ b/docker/templates/bin/start-executor.sh @@ -22,7 +22,7 @@ LOCAL_STORE_JAR_PATH=$(find $ROOT -name dingo-store-local*.jar) NET_JAR_PATH=$(find $ROOT -name dingo-net-*.jar) java ${JAVA_OPTS} \ - -Dlogback.configurationFile=file:${ROOT}/conf/logback-executor.xml \ + -Dlogback.configurationFile=file:${ROOT}/conf/logback-executor-release.xml \ -classpath ${JAR_PATH}:${NET_JAR_PATH}:${LOCAL_STORE_JAR_PATH} \ io.dingodb.server.executor.Starter \ --config ${ROOT}/conf/executor.yaml \ diff --git a/gradle.properties b/gradle.properties index 766545a5a8..12018e7135 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOf # Dingo group & version # GROUP=io.dingodb -VERSION=0.9.0-SNAPSHOT +VERSION=0.9.0 # # For Release script @@ -37,7 +37,7 @@ signing.secretKeyRingFile=./ # # Dingo -dingo-expr.version=0.9.0-SNAPSHOT +dingo-expr.version=0.9.0 calcite.version=1.33.0 avatica.version=1.20.0