Repository: incubator-hawq Updated Branches: refs/heads/hdb-2.3.0.1 [created] b8b8d07cd
[#147975399] update versions for HAWQ/PXF/Ambari-plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/251d9c7d Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/251d9c7d Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/251d9c7d Branch: refs/heads/hdb-2.3.0.1 Commit: 251d9c7d0bde5fb38cdf7dad1512d887aabff2a5 Parents: f6bfaaa Author: Wen Lin <[email protected]> Authored: Fri Jul 7 14:57:23 2017 +0800 Committer: Wen Lin <[email protected]> Committed: Fri Jul 7 14:57:23 2017 +0800 ---------------------------------------------------------------------- contrib/hawq-ambari-plugin/build.properties | 8 ++++---- contrib/hawq-ambari-plugin/pom.xml | 2 +- getversion | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/251d9c7d/contrib/hawq-ambari-plugin/build.properties ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties index 1cd6645..27307b8 100644 --- a/contrib/hawq-ambari-plugin/build.properties +++ b/contrib/hawq-ambari-plugin/build.properties @@ -1,8 +1,8 @@ -hawq.release.version=2.2.0 +hawq.release.version=2.3.0 hawq.common.services.version=2.0.0 -pxf.release.version=3.2.1 +pxf.release.version=3.3.0 pxf.common.services.version=3.0.0 hawq.repo.prefix=hawq hawq.addons.repo.prefix=hawq-add-ons -repository.version=2.2.0.0 -default.stack=HDP-2.5 +repository.version=2.3.0.0 +default.stack=HDP-2.5.3 http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/251d9c7d/contrib/hawq-ambari-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/pom.xml b/contrib/hawq-ambari-plugin/pom.xml index ad55e84..94dd440 100644 --- a/contrib/hawq-ambari-plugin/pom.xml +++ b/contrib/hawq-ambari-plugin/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hawq</groupId> <artifactId>hawq-ambari-plugin</artifactId> - <version>2.2.0.0</version> + <version>2.3.0.0</version> <name>hawq-ambari-plugin</name> <url>http://maven.apache.org</url> http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/251d9c7d/getversion ---------------------------------------------------------------------- diff --git a/getversion b/getversion index 8527657..0d6fdca 100755 --- a/getversion +++ b/getversion @@ -18,7 +18,7 @@ # under the License. # -GP_VERSION="2.2.0.0-incubating" +GP_VERSION="2.3.0.0" GP_BUILDNUMBER=dev if [ -f BUILD_NUMBER ] ; then
