This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ac263c0fdbc [fix][build] Add special handling for pulsar-bom in 
set-project-version.sh (#22272)
ac263c0fdbc is described below

commit ac263c0fdbc28467b7719aab0bcb6143582b9812
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Mar 14 12:59:19 2024 -0700

    [fix][build] Add special handling for pulsar-bom in set-project-version.sh 
(#22272)
---
 src/set-project-version.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/set-project-version.sh b/src/set-project-version.sh
index cf67e37682f..f3f01009b19 100755
--- a/src/set-project-version.sh
+++ b/src/set-project-version.sh
@@ -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
 

Reply via email to