1 Star 0 Fork 894

李博/DBSyncer

forked from AE86/DBSyncer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.sh 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
AE86 提交于 2024-05-28 21:21 . upgrade version
#!/bin/bash
VERSION=2.0.2_$(date +"%m%d")-RC
read -p "Please enter a new version number($VERSION):" APP_VERSION
if [ -z "$APP_VERSION" ]; then
APP_VERSION=$VERSION
fi
echo "Clean Project ..."
mvn clean -f pom.xml
echo "Update version ..."
mvn versions:set -DnewVersion=$APP_VERSION -DprocessAllModules=true -DallowSnapshots=true -DgenerateBackupPoms=false
mvn -N versions:update-child-modules
mvn versions:commit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/libo8/dbsyncer.git
git@gitee.com:libo8/dbsyncer.git
libo8
dbsyncer
DBSyncer
master

搜索帮助