You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/06/06 06:14:43 UTC

[pulsar] branch master updated: Fix set project version for the presto distribution (#10838)

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

penghui 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 4c4b17b  Fix set project version for the presto distribution (#10838)
4c4b17b is described below

commit 4c4b17b9f0ee0df4f7a7d269fc839f382e28749c
Author: lipenghui <pe...@apache.org>
AuthorDate: Sun Jun 6 14:13:52 2021 +0800

    Fix set project version for the presto distribution (#10838)
    
    Since the https://github.com/apache/pulsar/pull/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
---
 src/set-project-version.sh | 1 -
 1 file changed, 1 deletion(-)

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