Skip to content

Commit

Permalink
HAWQ-1804. bump version to 3100
Browse files Browse the repository at this point in the history
  • Loading branch information
ztao1987 committed Aug 31, 2021
1 parent b116d03 commit 67e4560
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion contrib/hawq-ambari-plugin/build.properties
Expand Up @@ -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
2 changes: 1 addition & 1 deletion contrib/hawq-ambari-plugin/pom.xml
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion getversion
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -22,7 +22,7 @@

<groupId>org.apache.hawq</groupId>
<artifactId>hawq</artifactId>
<version>3.0</version>
<version>3.1</version>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/admin-plugin/pom.xml
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/integration/admin/pom.xml
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/integration/pom.xml
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/integration/service/pom.xml
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion ranger-plugin/service/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 67e4560

Please sign in to comment.