Skip to content

Commit

Permalink
[fix][build] Add special handling for pulsar-bom in set-project-versi…
Browse files Browse the repository at this point in the history
…on.sh (apache#22272)
  • Loading branch information
lhotari authored Mar 14, 2024
1 parent 434ec1b commit ac263c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/set-project-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ 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
# 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 ac263c0

Please sign in to comment.