[HAWQ-1232] Update versions strings for 2.1.0.0-incubating release. This included adding 2.1.json (copied from 2.0.json).
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/492e8b71 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/492e8b71 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/492e8b71 Branch: refs/heads/master Commit: 492e8b71c09376505a5251763d1f71405dcfc2e0 Parents: 90a6926 Author: Ed Espino <[email protected]> Authored: Thu Dec 22 13:38:42 2016 -0800 Committer: Ed Espino <[email protected]> Committed: Fri Dec 23 16:23:58 2016 -0800 ---------------------------------------------------------------------- contrib/hawq-ambari-plugin/build.properties | 4 +- contrib/hawq-ambari-plugin/pom.xml | 2 +- getversion | 2 +- tools/bin/gppylib/data/2.1.json | 10458 +++++++++++++++++++++ 4 files changed, 10462 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/492e8b71/contrib/hawq-ambari-plugin/build.properties ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties index 94736a6..ac9fcb9 100644 --- a/contrib/hawq-ambari-plugin/build.properties +++ b/contrib/hawq-ambari-plugin/build.properties @@ -1,8 +1,8 @@ -hawq.release.version=2.0.1 +hawq.release.version=2.1.0 hawq.common.services.version=2.0.0 pxf.release.version=3.1.0 pxf.common.services.version=3.0.0 hawq.repo.prefix=hawq hawq.addons.repo.prefix=hawq-add-ons -repository.version=2.0.1.0 +repository.version=2.1.0.0 default.stack=HDP-2.5 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/492e8b71/contrib/hawq-ambari-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/pom.xml b/contrib/hawq-ambari-plugin/pom.xml index d4d9239..2367a57 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.0.1.0</version> + <version>2.1.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/492e8b71/getversion ---------------------------------------------------------------------- diff --git a/getversion b/getversion index 0b3d724..6aa6adf 100755 --- a/getversion +++ b/getversion @@ -18,7 +18,7 @@ # under the License. # -GP_VERSION="2.0.1.0" +GP_VERSION="2.1.0.0" GP_BUILDNUMBER=dev if [ -f BUILD_NUMBER ] ; then
