Repository: hbase Updated Branches: refs/heads/branch-2 d6982414c -> a4585e6eb
HBASE-19053 (addendum) Update version in hbase-http/pom.xml. Found it during local compile before commit, but forgot to commit & merge. Change-Id: I5a461f498f0c3be3f05a5916363e7c9102f36cc4 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a4585e6e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a4585e6e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a4585e6e Branch: refs/heads/branch-2 Commit: a4585e6ebc39633fec9bec32e32dc193ce6da422 Parents: d698241 Author: Apekshit Sharma <[email protected]> Authored: Mon Oct 23 23:39:00 2017 -0700 Committer: Apekshit Sharma <[email protected]> Committed: Mon Oct 23 23:39:04 2017 -0700 ---------------------------------------------------------------------- hbase-http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a4585e6e/hbase-http/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index d876f19..32fc9fb 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase-build-configuration</artifactId> <groupId>org.apache.hbase</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>2.0.0-alpha4-SNAPSHOT</version> <relativePath>../hbase-build-configuration</relativePath> </parent> <artifactId>hbase-http</artifactId>
