[improvement](project) optimize pom version and shell and update the version to 0.5-SNAPSHOT

This commit is contained in:
lexluo
2023-06-12 21:42:15 +08:00
parent 57e173c8d6
commit 9ac6ce1e36
21 changed files with 71 additions and 90 deletions

View File

@@ -8,6 +8,7 @@ buildDir=$baseDir/build
cd $baseDir
#1. clear file
mkdir -p ${runtimeDir}
rm -fr ${runtimeDir}/*
#2. package lib
@@ -15,8 +16,8 @@ rm -fr ${runtimeDir}/*
tar -zxvf ${buildDir}/supersonic-semantic.tar.gz -C ${runtimeDir}
tar -zxvf ${buildDir}/supersonic-chat.tar.gz -C ${runtimeDir}
mv ${runtimeDir}/launchers-chat-1.0.0-SNAPSHOT ${runtimeDir}/supersonic-chat
mv ${runtimeDir}/launchers-semantic-1.0.0-SNAPSHOT ${runtimeDir}/supersonic-semantic
mv ${runtimeDir}/launchers-chat-* ${runtimeDir}/supersonic-chat
mv ${runtimeDir}/launchers-semantic-* ${runtimeDir}/supersonic-semantic
tar -zxvf ${buildDir}/supersonic-webapp.tar.gz -C ${buildDir}