You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2017/03/27 08:49:21 UTC

[2/2] incubator-hawq git commit: HAWQ-1406. Update HAWQ product version strings for 2.2.0.0-incubating release

HAWQ-1406. Update HAWQ product version strings for 2.2.0.0-incubating release


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

Branch: refs/heads/master
Commit: c8fbc1e902f814d1b71390da467ec7fa505fb556
Parents: 6041f4a
Author: Ruilong Huo <rh...@pivotal.io>
Authored: Fri Mar 24 22:50:09 2017 +0800
Committer: Ruilong Huo <rh...@pivotal.io>
Committed: Mon Mar 27 14:17:21 2017 +0800

----------------------------------------------------------------------
 contrib/hawq-ambari-plugin/build.properties |     4 +-
 contrib/hawq-ambari-plugin/pom.xml          |     2 +-
 getversion                                  |     2 +-
 tools/bin/gppylib/data/2.2.json             | 10458 +++++++++++++++++++++
 4 files changed, 10462 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c8fbc1e9/contrib/hawq-ambari-plugin/build.properties
----------------------------------------------------------------------
diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties
index 696a550..aeb4259 100644
--- a/contrib/hawq-ambari-plugin/build.properties
+++ b/contrib/hawq-ambari-plugin/build.properties
@@ -1,8 +1,8 @@
-hawq.release.version=2.1.0
+hawq.release.version=2.2.0
 hawq.common.services.version=2.0.0
 pxf.release.version=3.2.0
 pxf.common.services.version=3.0.0
 hawq.repo.prefix=hawq
 hawq.addons.repo.prefix=hawq-add-ons
-repository.version=2.1.0.0
+repository.version=2.2.0.0
 default.stack=HDP-2.5

http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/c8fbc1e9/contrib/hawq-ambari-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/hawq-ambari-plugin/pom.xml b/contrib/hawq-ambari-plugin/pom.xml
index 2367a57..ad55e84 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.1.0.0</version>
+  <version>2.2.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/c8fbc1e9/getversion
----------------------------------------------------------------------
diff --git a/getversion b/getversion
index ac43748..8527657 100755
--- a/getversion
+++ b/getversion
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-GP_VERSION="2.1.0.0-incubating"
+GP_VERSION="2.2.0.0-incubating"
 
 GP_BUILDNUMBER=dev
 if [ -f BUILD_NUMBER ] ; then