You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/10/21 18:26:56 UTC

git commit: HBASE-12308 Fix typo in hbase-rest profile name (Solomon Duskis)

Repository: hbase
Updated Branches:
  refs/heads/master 31ccaa519 -> 775326907


HBASE-12308 Fix typo in hbase-rest profile name (Solomon Duskis)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/77532690
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/77532690
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/77532690

Branch: refs/heads/master
Commit: 775326907f70123264ceed4246645bc9504d46e4
Parents: 31ccaa5
Author: stack <st...@apache.org>
Authored: Tue Oct 21 09:26:46 2014 -0700
Committer: stack <st...@apache.org>
Committed: Tue Oct 21 09:26:46 2014 -0700

----------------------------------------------------------------------
 hbase-rest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/77532690/hbase-rest/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 648e5f6..9b3fa63 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -233,7 +233,7 @@
   <profiles>
     <!-- Skip the tests in this module -->
     <profile>
-      <id>skipRestTets</id>
+      <id>skipRestTests</id>
       <activation>
         <property>
           <name>skipRestTests</name>