HAWQ-1045. PXF version update and update pxf classpaths to default to hdp paths
diff --git a/pxf/build.gradle b/pxf/build.gradle
index 3f3d31c..6d79f0c 100644
--- a/pxf/build.gradle
+++ b/pxf/build.gradle
@@ -43,7 +43,7 @@
 
 // Hadoop distribution (can be phd or hdp) - needed to set correct classpaths
 // can be set with -Dhd=<value>
-def hddist = System.properties['hd'] ?: 'phd';
+def hddist = System.properties['hd'] ?: 'hdp';
 if (hddist != 'phd' && hddist != 'hdp') {
     throw new GradleException("hadoop distribution parameter (hd) set to invalid value: $hddist")
 }
diff --git a/pxf/gradle.properties b/pxf/gradle.properties
index 6827b89..73b051e 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.0.1
 license=ASL 2.0
 vendor=Apache HAWQ Incubating
 hadoopVersion=2.7.1