Repository: gora Updated Branches: refs/heads/master 79808e5e4 -> d1a921204
Simple typo fix from Hbase to HBase for module name. Align URL XML element. Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/d1a92120 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/d1a92120 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/d1a92120 Branch: refs/heads/master Commit: d1a921204e45bb796f269cfd80c558c0167efd63 Parents: 79808e5 Author: Henry Saputra <[email protected]> Authored: Mon Jul 21 11:46:53 2014 -0700 Committer: Henry Saputra <[email protected]> Committed: Mon Jul 21 11:46:53 2014 -0700 ---------------------------------------------------------------------- gora-hbase/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/d1a92120/gora-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/gora-hbase/pom.xml b/gora-hbase/pom.xml index f82b4a7..c55f165 100644 --- a/gora-hbase/pom.xml +++ b/gora-hbase/pom.xml @@ -27,8 +27,8 @@ <artifactId>gora-hbase</artifactId> <packaging>bundle</packaging> - <name>Apache Gora :: Hbase</name> - <url>http://gora.apache.org</url> + <name>Apache Gora :: HBase</name> + <url>http://gora.apache.org</url> <description>The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce
