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
  • Loading branch information
hboutemy authored Nov 27, 2024
1 parent 13f77aa commit dbfde02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/set-project-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ 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 -pl pulsar-bom
mvn versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -pl buildtools
mvn versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -pl pulsar-bom
# 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 dbfde02

Please sign in to comment.