This is an automated email from the ASF dual-hosted git repository.

ztao1987 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git


The following commit(s) were added to refs/heads/master by this push:
     new 67e4560  HAWQ-1804. bump version to 3100
67e4560 is described below

commit 67e45609cec173683ca2d9461cb403c10380d713
Author: ztao1987 <zhenglin.ta...@gmail.com>
AuthorDate: Tue Aug 31 16:09:34 2021 +0800

    HAWQ-1804. bump version to 3100
---
 configure                                   | 2 +-
 contrib/hawq-ambari-plugin/build.properties | 2 +-
 contrib/hawq-ambari-plugin/pom.xml          | 2 +-
 getversion                                  | 2 +-
 pom.xml                                     | 2 +-
 ranger-plugin/admin-plugin/pom.xml          | 2 +-
 ranger-plugin/integration/admin/pom.xml     | 2 +-
 ranger-plugin/integration/pom.xml           | 2 +-
 ranger-plugin/integration/service/pom.xml   | 2 +-
 ranger-plugin/pom.xml                       | 2 +-
 ranger-plugin/service/pom.xml               | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/configure b/configure
index 2e0e959..17c4863 100755
--- a/configure
+++ b/configure
@@ -5322,7 +5322,7 @@ else
 fi
 
 cat >>confdefs.h <<_ACEOF
-#define PG_VERSION_STR "PostgreSQL $PACKAGE_VERSION (Apache HAWQ 3.0.0.0) 
(Greenplum Database $GP_VERSION) on $host, compiled by $cc_string"
+#define PG_VERSION_STR "PostgreSQL $PACKAGE_VERSION (Apache HAWQ $HQ_VERSION) 
(Greenplum Database $GP_VERSION) on $host, compiled by $cc_string"
 _ACEOF
 
 
diff --git a/contrib/hawq-ambari-plugin/build.properties 
b/contrib/hawq-ambari-plugin/build.properties
index 344430e..5ede5d8 100644
--- a/contrib/hawq-ambari-plugin/build.properties
+++ b/contrib/hawq-ambari-plugin/build.properties
@@ -4,5 +4,5 @@ pxf.release.version=3.2.1
 pxf.common.services.version=3.0.0
 hawq.repo.prefix=hawq
 hawq.addons.repo.prefix=hawq-add-ons
-repository.version=3.0.0.0
+repository.version=3.1.0.0
 default.stack=HDP-2.5
diff --git a/contrib/hawq-ambari-plugin/pom.xml 
b/contrib/hawq-ambari-plugin/pom.xml
index 4b8320f..0f2a71e 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>3.0.0.0</version>
+  <version>3.1.0.0</version>
   <name>hawq-ambari-plugin</name>
   <url>http://maven.apache.org</url>
 
diff --git a/getversion b/getversion
index 2a54c17..de1ddb4 100755
--- a/getversion
+++ b/getversion
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-GP_VERSION="3.0.0.0"
+GP_VERSION="3.1.0.0"
 
 # GP_BUILDNUMBER=dev
 if [ -f BUILD_NUMBER ] ; then
diff --git a/pom.xml b/pom.xml
index 528b257..f5bc3e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
  
   <groupId>org.apache.hawq</groupId>
   <artifactId>hawq</artifactId>
-  <version>3.0</version>
+  <version>3.1</version>
   <packaging>pom</packaging>
 
   <build>  
diff --git a/ranger-plugin/admin-plugin/pom.xml 
b/ranger-plugin/admin-plugin/pom.xml
index 28f0899..f899c0c 100644
--- a/ranger-plugin/admin-plugin/pom.xml
+++ b/ranger-plugin/admin-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.hawq</groupId>
         <artifactId>ranger-plugin</artifactId>
-        <version>3.0.0.0</version>
+        <version>3.1.0.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-plugin/integration/admin/pom.xml 
b/ranger-plugin/integration/admin/pom.xml
index 7bb31eb..d9c1803 100644
--- a/ranger-plugin/integration/admin/pom.xml
+++ b/ranger-plugin/integration/admin/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.hawq</groupId>
         <artifactId>ranger-plugin-integration</artifactId>
-        <version>3.0.0.0</version>
+        <version>3.1.0.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-plugin/integration/pom.xml 
b/ranger-plugin/integration/pom.xml
index c9ce517..f404675 100644
--- a/ranger-plugin/integration/pom.xml
+++ b/ranger-plugin/integration/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.hawq</groupId>
         <artifactId>ranger-plugin</artifactId>
-        <version>3.0.0.0</version>
+        <version>3.1.0.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-plugin/integration/service/pom.xml 
b/ranger-plugin/integration/service/pom.xml
index f21b5af..7994112 100644
--- a/ranger-plugin/integration/service/pom.xml
+++ b/ranger-plugin/integration/service/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.hawq</groupId>
         <artifactId>ranger-plugin-integration</artifactId>
-        <version>3.0.0.0</version>
+        <version>3.1.0.0</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/ranger-plugin/pom.xml b/ranger-plugin/pom.xml
index 44b02a8..84fa9f8 100644
--- a/ranger-plugin/pom.xml
+++ b/ranger-plugin/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.hawq</groupId>
     <artifactId>ranger-plugin</artifactId>
-    <version>3.0.0.0</version>
+    <version>3.1.0.0</version>
     <packaging>pom</packaging>
     <name>HAWQ Ranger Plugin</name>
     <description>HAWQ Ranger Plugin</description>
diff --git a/ranger-plugin/service/pom.xml b/ranger-plugin/service/pom.xml
index b73e69b..1601894 100644
--- a/ranger-plugin/service/pom.xml
+++ b/ranger-plugin/service/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.hawq</groupId>
         <artifactId>ranger-plugin</artifactId>
-        <version>3.0.0.0</version>
+        <version>3.1.0.0</version>
         <relativePath>..</relativePath>
     </parent>
     <build>

Reply via email to