You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by sh...@apache.org on 2017/02/10 21:56:22 UTC

incubator-hawq git commit: HAWQ-1320. Remove reference to PXF rpm version in source

Repository: incubator-hawq
Updated Branches:
  refs/heads/master d7e6c196f -> 1c36c28c8


HAWQ-1320. Remove reference to PXF rpm version in source


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/1c36c28c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/1c36c28c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/1c36c28c

Branch: refs/heads/master
Commit: 1c36c28c82a05ac696806f136d912c5d5f4bcb47
Parents: d7e6c19
Author: shivzone <sh...@gmail.com>
Authored: Fri Feb 10 13:48:00 2017 -0800
Committer: shivzone <sh...@gmail.com>
Committed: Fri Feb 10 13:48:00 2017 -0800

----------------------------------------------------------------------
 pxf/Makefile          | 4 ++++
 pxf/gradle.properties | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/1c36c28c/pxf/Makefile
----------------------------------------------------------------------
diff --git a/pxf/Makefile b/pxf/Makefile
index 81298d0..9095ccb 100644
--- a/pxf/Makefile
+++ b/pxf/Makefile
@@ -38,6 +38,10 @@ ifneq "$(VENDOR)" ""
     BUILD_PARAMS+= -Pvendor="$(VENDOR)"
 endif
 
+ifneq "$(PXF_VERSION)" ""
+    BUILD_PARAMS+= -Pversion="$(PXF_VERSION)"
+endif
+
 help:
 	@echo 
 	@echo"help it is then"

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/1c36c28c/pxf/gradle.properties
----------------------------------------------------------------------
diff --git a/pxf/gradle.properties b/pxf/gradle.properties
index 2af17ef..3a02baf 100644
--- a/pxf/gradle.properties
+++ b/pxf/gradle.properties
@@ -15,7 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-version=3.1.0.0
 license=ASL 2.0
 vendor=Apache HAWQ Incubating
 hadoopVersion=2.7.1