1 Star 1 Fork 50

mgbin/compileflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
newVersion.sh 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
oldratlee 提交于 2020-08-17 13:22 . improve newVersion.sh
#!/usr/bin/env bash
if [ $# != 1 ]; then
{
echo "Only 1 argument for verson!"
echo
echo "usage: $0 <new version>"
} 1>&2
exit 1
fi
mvn versions:set -DgenerateBackupPoms=false -DnewVersion="$1"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mgb/compileflow.git
git@gitee.com:mgb/compileflow.git
mgb
compileflow
compileflow
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385