Skip to content

Commit 0949959

Browse files
[dingo-release] bump release version to dingo-v0.9.0
1 parent 9e18800 commit 0949959

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dingo-dist/bin/start-executor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NET_JAR_PATH=$(find $ROOT -name dingo-net-*.jar)
2323
JAVA_OPTS="-Xms2g -Xmx2g -XX:+AlwaysPreTouch -XX:+UseG1GC -XX:+ScavengeBeforeFullGC -XX:+DisableExplicitGC -XX:+HeapDumpOnOutOfMemoryError"
2424

2525
nohup java ${JAVA_OPTS} \
26-
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor.xml \
26+
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor-release.xml \
2727
-classpath ${JAR_PATH}:${NET_JAR_PATH}:${LOCAL_STORE_JAR_PATH} \
2828
io.dingodb.server.executor.Starter \
2929
--config ${ROOT}/conf/executor.yaml \

docker/templates/bin/start-executor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LOCAL_STORE_JAR_PATH=$(find $ROOT -name dingo-store-local*.jar)
2222
NET_JAR_PATH=$(find $ROOT -name dingo-net-*.jar)
2323

2424
java ${JAVA_OPTS} \
25-
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor.xml \
25+
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor-release.xml \
2626
-classpath ${JAR_PATH}:${NET_JAR_PATH}:${LOCAL_STORE_JAR_PATH} \
2727
io.dingodb.server.executor.Starter \
2828
--config ${ROOT}/conf/executor.yaml \

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOf
2121
# Dingo group & version
2222
#
2323
GROUP=io.dingodb
24-
VERSION=0.9.0-SNAPSHOT
24+
VERSION=0.9.0
2525

2626
#
2727
# For Release script
@@ -37,7 +37,7 @@ signing.secretKeyRingFile=./
3737
#
3838

3939
# Dingo
40-
dingo-expr.version=0.9.0-SNAPSHOT
40+
dingo-expr.version=0.9.0
4141

4242
calcite.version=1.33.0
4343
avatica.version=1.20.0

0 commit comments

Comments
 (0)