HAWQ-1141. Bump PXF version to 3.1.0 The following components are impacted:
* PXF component (pxf/gradle.properties) * HAWQ Ambari plugin (contrib/hawq-ambari-plugin/build.properties) Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/2f90e2af Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/2f90e2af Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/2f90e2af Branch: refs/heads/master Commit: 2f90e2af439472043f812d02e6da7c2cd3a1d9d9 Parents: 89c82fa Author: Ed Espino <[email protected]> Authored: Wed Nov 2 12:50:31 2016 -0700 Committer: Ed Espino <[email protected]> Committed: Wed Nov 9 17:46:19 2016 +0800 ---------------------------------------------------------------------- contrib/hawq-ambari-plugin/build.properties | 2 +- pxf/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/2f90e2af/contrib/hawq-ambari-plugin/build.properties ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties index b4c2b74..333df6f 100644 --- a/contrib/hawq-ambari-plugin/build.properties +++ b/contrib/hawq-ambari-plugin/build.properties @@ -1,6 +1,6 @@ hawq.release.version=2.0.1 hawq.common.services.version=2.0.0 -pxf.release.version=3.0.1 +pxf.release.version=3.1.0 pxf.common.services.version=3.0.0 hawq.repo.prefix=hawq hawq.addons.repo.prefix=hawq-add-ons http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/2f90e2af/pxf/gradle.properties ---------------------------------------------------------------------- diff --git a/pxf/gradle.properties b/pxf/gradle.properties index 5896668..b003c56 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.2.0 +version=3.1.0.0 license=ASL 2.0 vendor=Apache HAWQ Incubating hadoopVersion=2.7.1
