Repository: bigtop Updated Branches: refs/heads/branch-1.3 94347ceeb -> ccd68da25
BIGTOP-3055: Bump GPDB to 5.10.0 GPDB upstream has rolled out 5.10.0 release. Let's bump to this. This closes #389 Change-Id: I1bcc96e31c4802d4a5cb87b47218b6cd6b3d4f3e Signed-off-by: Yuqi Gu <[email protected]> Signed-off-by: Jun He <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6bc73073 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6bc73073 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6bc73073 Branch: refs/heads/branch-1.3 Commit: 6bc73073e53d2d04cef6bb3ff7a5d29ba9cebc34 Parents: 94347ce Author: Yuqi Gu <[email protected]> Authored: Fri Aug 17 06:44:20 2018 +0000 Committer: Jun He <[email protected]> Committed: Tue Sep 4 01:31:09 2018 +0000 ---------------------------------------------------------------------- bigtop.bom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/6bc73073/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 5acc214..8791f6c 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -472,7 +472,7 @@ bigtop { 'gpdb' { name = 'gpdb' relNotes = 'GreenPlum' - version { base = '5.0.0'; pkg = '5.0.0'; release = 1 } + version { base = '5.10.0'; pkg = '5.10.0'; release = 1 } tarball { destination = "$name-${version.base}.tar.gz" source = "${version.base}.tar.gz" } url { site = "https://github.com/greenplum-db/gpdb/archive/"
