upgrade version num (#4670)

* upgrade version num

* missign changes

* fix version script

* change versions

* rm files

* Update CMakeLists.txt
This commit is contained in:
Nan Zhu
2019-07-17 15:25:35 -07:00
committed by GitHub
parent 01b0c9047c
commit 1595e3f57b
9 changed files with 17 additions and 17 deletions

View File

@@ -40,4 +40,4 @@ export -f sed_i
BASEDIR=$(dirname $0)/..
find "$BASEDIR" -name 'pom.xml' -not -path '*target*' -print \
-exec bash -c \
"sed_i 's/(<artifactId>(xgboost-jvm|xgboost4j.*)<\/artifactId>\s+<version)>'$FROM_VERSION'(<\/version>)/\1>'$TO_VERSION'\3/g' {}" \;
"sed_i 's/(<artifactId>(xgboost-jvm.*|xgboost4j.*)<\/artifactId>\s+<version)>'$FROM_VERSION'(<\/version>)/\1>'$TO_VERSION'\3/g' {}" \;