Skip to content

Commit

Permalink
[cleanup][build] skip generating pom.xml.versionsBackup (apache#23639)
Browse files Browse the repository at this point in the history
(cherry picked from commit dbfde02)
  • Loading branch information
hboutemy authored and lhotari committed Nov 27, 2024
1 parent 9df41fc commit 165ddb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/set-project-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pushd ${ROOT_DIR}
# Get the current version
OLD_VERSION=`python3 ${ROOT_DIR}/src/get-project-version.py`

mvn versions:set -DnewVersion=$NEW_VERSION
mvn versions:set -DnewVersion=$NEW_VERSION -pl buildtools
mvn versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -pl buildtools
# Set terraform ansible deployment pulsar version
sed -i -e "s/${OLD_VERSION}/${NEW_VERSION}/g" ${TERRAFORM_DIR}/deploy-pulsar.yaml

Expand Down

0 comments on commit 165ddb4

Please sign in to comment.