This is an automated email from the ASF dual-hosted git repository. huor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hawq.git
commit 4809a1cb46d216b29175ad561e030775f69c94b2 Author: tuyu <[email protected]> AuthorDate: Wed May 8 15:01:13 2019 +0800 HAWQ-1715. bump hawq version to 2.5 in contrib/hawq-ambari-plugin/build.properties for Apache HAWQ 2.5.0 --- contrib/hawq-ambari-plugin/build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties index 3b8747f..3e35d22 100644 --- a/contrib/hawq-ambari-plugin/build.properties +++ b/contrib/hawq-ambari-plugin/build.properties @@ -1,8 +1,8 @@ -hawq.release.version=2.4.0 +hawq.release.version=2.5.0 hawq.common.services.version=2.0.0 pxf.release.version=3.2.1 pxf.common.services.version=3.0.0 hawq.repo.prefix=hawq hawq.addons.repo.prefix=hawq-add-ons -repository.version=2.4.0.0 +repository.version=2.5.0.0 default.stack=HDP-2.5
