(improvement)(chat) update version to 0.7.5 and reduce log in supersonic-daemon.sh (#214)

This commit is contained in:
lexluo09
2023-10-13 19:16:31 +08:00
committed by GitHub
parent 767abc2b90
commit 410f2c93b9
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ if [ ! -d "$runtimeDir" ]; then
echo "the runtime dir does not exist move all to runtime"
moveAllToRuntime
fi
set +x
command=$1
service=$2

View File

@@ -64,7 +64,7 @@
<xk.time.version>3.2.4</xk.time.version>
<mockito-inline.version>4.5.1</mockito-inline.version>
<jsqlparser.version>4.5</jsqlparser.version>
<revision>0.7.5-SNAPSHOT</revision>
<revision>0.7.5</revision>
<!-- Do not bump spotless plugin version since 2.30.0 is the latest version supports Java 8-->
<maven.plugin.spotless.version>2.30.0</maven.plugin.spotless.version>
<spotless.python.includes></spotless.python.includes>