Skip to content

Commit

Permalink
Fix set project version for the presto distribution (apache#10838)
Browse files Browse the repository at this point in the history
Since the apache#10728
make the pulsar sql module to be a child of Pulsar main project
we don't need to run the specific set-version for the presto-distribution
  • Loading branch information
codelipenghui authored Jun 6, 2021
1 parent 6e747ec commit 4c4b17b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/set-project-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ OLD_VERSION=`python ${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-sql/presto-distribution
# 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 4c4b17b

Please sign in to comment.