1 Star 0 Fork 50

Heaven-1949/compileflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
newVersion.sh 228 Bytes
一键复制 编辑 原始数据 按行查看 历史
oldratlee 提交于 2020-08-17 13:22 +08:00 . 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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/heaven1949/compileflow.git
git@gitee.com:heaven1949/compileflow.git
heaven1949
compileflow
compileflow
master

搜索帮助