Repository: incubator-hawq Updated Branches: refs/heads/master faae87a5e -> ac00c0ece
HAWQ-995. Bump PXF version to 3.0.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/ac00c0ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/ac00c0ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/ac00c0ec Branch: refs/heads/master Commit: ac00c0ecee77d94e292787fde115f7490dd2b6e9 Parents: faae87a Author: Goden Yao <[email protected]> Authored: Wed Aug 10 11:43:16 2016 -0700 Committer: Goden Yao <[email protected]> Committed: Wed Aug 10 11:43:16 2016 -0700 ---------------------------------------------------------------------- pxf/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ac00c0ec/pxf/gradle.properties ---------------------------------------------------------------------- diff --git a/pxf/gradle.properties b/pxf/gradle.properties index 6827b89..270a435 100644 --- a/pxf/gradle.properties +++ b/pxf/gradle.properties @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -version=3.0.0 +version=3.0.1 license=ASL 2.0 vendor=Apache HAWQ Incubating hadoopVersion=2.7.1 @@ -23,4 +23,4 @@ hiveVersion=1.2.1 hbaseVersionJar=1.1.2 hbaseVersionRPM=1.1.2 tomcatVersion=7.0.62 -pxfProtocolVersion=v14 \ No newline at end of file +pxfProtocolVersion=v14
