Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0618A200CD0 for ; Mon, 19 Jun 2017 17:00:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 054B9160BFA; Mon, 19 Jun 2017 15:00:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B5FC9160BF8 for ; Mon, 19 Jun 2017 17:00:16 +0200 (CEST) Received: (qmail 39495 invoked by uid 500); 19 Jun 2017 15:00:15 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 38903 invoked by uid 99); 19 Jun 2017 15:00:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jun 2017 15:00:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 167D4F4A4F; Mon, 19 Jun 2017 15:00:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Mon, 19 Jun 2017 15:00:16 -0000 Message-Id: In-Reply-To: <38efa51924e2440a8fad757a27ba1efc@git.apache.org> References: <38efa51924e2440a8fad757a27ba1efc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/30] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Mon, 19 Jun 2017 15:00:20 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html index 66a9a30..acb426d 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html @@ -33,8 +33,8 @@ 025 requiredArguments = { 026 @org.jamon.annotations.Argument(name = "regionServer", type = "HRegionServer")}, 027 optionalArguments = { -028 @org.jamon.annotations.Argument(name = "format", type = "String"), -029 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +028 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +029 @org.jamon.annotations.Argument(name = "format", type = "String"), 030 @org.jamon.annotations.Argument(name = "bcv", type = "String"), 031 @org.jamon.annotations.Argument(name = "filter", type = "String")}) 032public class RSStatusTmpl @@ -77,40 +77,40 @@ 069 return m_regionServer; 070 } 071 private HRegionServer m_regionServer; -072 // 22, 1 -073 public void setFormat(String format) +072 // 23, 1 +073 public void setBcn(String bcn) 074 { -075 // 22, 1 -076 m_format = format; -077 m_format__IsNotDefault = true; +075 // 23, 1 +076 m_bcn = bcn; +077 m_bcn__IsNotDefault = true; 078 } -079 public String getFormat() +079 public String getBcn() 080 { -081 return m_format; +081 return m_bcn; 082 } -083 private String m_format; -084 public boolean getFormat__IsNotDefault() +083 private String m_bcn; +084 public boolean getBcn__IsNotDefault() 085 { -086 return m_format__IsNotDefault; +086 return m_bcn__IsNotDefault; 087 } -088 private boolean m_format__IsNotDefault; -089 // 23, 1 -090 public void setBcn(String bcn) +088 private boolean m_bcn__IsNotDefault; +089 // 22, 1 +090 public void setFormat(String format) 091 { -092 // 23, 1 -093 m_bcn = bcn; -094 m_bcn__IsNotDefault = true; +092 // 22, 1 +093 m_format = format; +094 m_format__IsNotDefault = true; 095 } -096 public String getBcn() +096 public String getFormat() 097 { -098 return m_bcn; +098 return m_format; 099 } -100 private String m_bcn; -101 public boolean getBcn__IsNotDefault() +100 private String m_format; +101 public boolean getFormat__IsNotDefault() 102 { -103 return m_bcn__IsNotDefault; +103 return m_format__IsNotDefault; 104 } -105 private boolean m_bcn__IsNotDefault; +105 private boolean m_format__IsNotDefault; 106 // 24, 1 107 public void setBcv(String bcv) 108 { @@ -156,17 +156,17 @@ 148 return (ImplData) super.getImplData(); 149 } 150 -151 protected String format; -152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) +151 protected String bcn; +152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) 153 { -154 (getImplData()).setFormat(p_format); +154 (getImplData()).setBcn(p_bcn); 155 return this; 156 } 157 -158 protected String bcn; -159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) +158 protected String format; +159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) 160 { -161 (getImplData()).setBcn(p_bcn); +161 (getImplData()).setFormat(p_format); 162 return this; 163 } 164 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html index 66a9a30..acb426d 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.Intf.html @@ -33,8 +33,8 @@ 025 requiredArguments = { 026 @org.jamon.annotations.Argument(name = "regionServer", type = "HRegionServer")}, 027 optionalArguments = { -028 @org.jamon.annotations.Argument(name = "format", type = "String"), -029 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +028 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +029 @org.jamon.annotations.Argument(name = "format", type = "String"), 030 @org.jamon.annotations.Argument(name = "bcv", type = "String"), 031 @org.jamon.annotations.Argument(name = "filter", type = "String")}) 032public class RSStatusTmpl @@ -77,40 +77,40 @@ 069 return m_regionServer; 070 } 071 private HRegionServer m_regionServer; -072 // 22, 1 -073 public void setFormat(String format) +072 // 23, 1 +073 public void setBcn(String bcn) 074 { -075 // 22, 1 -076 m_format = format; -077 m_format__IsNotDefault = true; +075 // 23, 1 +076 m_bcn = bcn; +077 m_bcn__IsNotDefault = true; 078 } -079 public String getFormat() +079 public String getBcn() 080 { -081 return m_format; +081 return m_bcn; 082 } -083 private String m_format; -084 public boolean getFormat__IsNotDefault() +083 private String m_bcn; +084 public boolean getBcn__IsNotDefault() 085 { -086 return m_format__IsNotDefault; +086 return m_bcn__IsNotDefault; 087 } -088 private boolean m_format__IsNotDefault; -089 // 23, 1 -090 public void setBcn(String bcn) +088 private boolean m_bcn__IsNotDefault; +089 // 22, 1 +090 public void setFormat(String format) 091 { -092 // 23, 1 -093 m_bcn = bcn; -094 m_bcn__IsNotDefault = true; +092 // 22, 1 +093 m_format = format; +094 m_format__IsNotDefault = true; 095 } -096 public String getBcn() +096 public String getFormat() 097 { -098 return m_bcn; +098 return m_format; 099 } -100 private String m_bcn; -101 public boolean getBcn__IsNotDefault() +100 private String m_format; +101 public boolean getFormat__IsNotDefault() 102 { -103 return m_bcn__IsNotDefault; +103 return m_format__IsNotDefault; 104 } -105 private boolean m_bcn__IsNotDefault; +105 private boolean m_format__IsNotDefault; 106 // 24, 1 107 public void setBcv(String bcv) 108 { @@ -156,17 +156,17 @@ 148 return (ImplData) super.getImplData(); 149 } 150 -151 protected String format; -152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) +151 protected String bcn; +152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) 153 { -154 (getImplData()).setFormat(p_format); +154 (getImplData()).setBcn(p_bcn); 155 return this; 156 } 157 -158 protected String bcn; -159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) +158 protected String format; +159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) 160 { -161 (getImplData()).setBcn(p_bcn); +161 (getImplData()).setFormat(p_format); 162 return this; 163 } 164 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html index 66a9a30..acb426d 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.html @@ -33,8 +33,8 @@ 025 requiredArguments = { 026 @org.jamon.annotations.Argument(name = "regionServer", type = "HRegionServer")}, 027 optionalArguments = { -028 @org.jamon.annotations.Argument(name = "format", type = "String"), -029 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +028 @org.jamon.annotations.Argument(name = "bcn", type = "String"), +029 @org.jamon.annotations.Argument(name = "format", type = "String"), 030 @org.jamon.annotations.Argument(name = "bcv", type = "String"), 031 @org.jamon.annotations.Argument(name = "filter", type = "String")}) 032public class RSStatusTmpl @@ -77,40 +77,40 @@ 069 return m_regionServer; 070 } 071 private HRegionServer m_regionServer; -072 // 22, 1 -073 public void setFormat(String format) +072 // 23, 1 +073 public void setBcn(String bcn) 074 { -075 // 22, 1 -076 m_format = format; -077 m_format__IsNotDefault = true; +075 // 23, 1 +076 m_bcn = bcn; +077 m_bcn__IsNotDefault = true; 078 } -079 public String getFormat() +079 public String getBcn() 080 { -081 return m_format; +081 return m_bcn; 082 } -083 private String m_format; -084 public boolean getFormat__IsNotDefault() +083 private String m_bcn; +084 public boolean getBcn__IsNotDefault() 085 { -086 return m_format__IsNotDefault; +086 return m_bcn__IsNotDefault; 087 } -088 private boolean m_format__IsNotDefault; -089 // 23, 1 -090 public void setBcn(String bcn) +088 private boolean m_bcn__IsNotDefault; +089 // 22, 1 +090 public void setFormat(String format) 091 { -092 // 23, 1 -093 m_bcn = bcn; -094 m_bcn__IsNotDefault = true; +092 // 22, 1 +093 m_format = format; +094 m_format__IsNotDefault = true; 095 } -096 public String getBcn() +096 public String getFormat() 097 { -098 return m_bcn; +098 return m_format; 099 } -100 private String m_bcn; -101 public boolean getBcn__IsNotDefault() +100 private String m_format; +101 public boolean getFormat__IsNotDefault() 102 { -103 return m_bcn__IsNotDefault; +103 return m_format__IsNotDefault; 104 } -105 private boolean m_bcn__IsNotDefault; +105 private boolean m_format__IsNotDefault; 106 // 24, 1 107 public void setBcv(String bcv) 108 { @@ -156,17 +156,17 @@ 148 return (ImplData) super.getImplData(); 149 } 150 -151 protected String format; -152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) +151 protected String bcn; +152 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) 153 { -154 (getImplData()).setFormat(p_format); +154 (getImplData()).setBcn(p_bcn); 155 return this; 156 } 157 -158 protected String bcn; -159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setBcn(String p_bcn) +158 protected String format; +159 public final org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl setFormat(String p_format) 160 { -161 (getImplData()).setBcn(p_bcn); +161 (getImplData()).setFormat(p_format); 162 return this; 163 } 164 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html index 4ba9a96..117ac4a 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmplImpl.html @@ -34,19 +34,19 @@ 026 027{ 028 private final HRegionServer regionServer; -029 private final String format; -030 private final String bcn; +029 private final String bcn; +030 private final String format; 031 private final String bcv; 032 private final String filter; 033 protected static org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData __jamon_setOptionalArguments(org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData p_implData) 034 { -035 if(! p_implData.getFormat__IsNotDefault()) +035 if(! p_implData.getBcn__IsNotDefault()) 036 { -037 p_implData.setFormat("html"); +037 p_implData.setBcn(""); 038 } -039 if(! p_implData.getBcn__IsNotDefault()) +039 if(! p_implData.getFormat__IsNotDefault()) 040 { -041 p_implData.setBcn(""); +041 p_implData.setFormat("html"); 042 } 043 if(! p_implData.getBcv__IsNotDefault()) 044 { @@ -62,8 +62,8 @@ 054 { 055 super(p_templateManager, __jamon_setOptionalArguments(p_implData)); 056 regionServer = p_implData.getRegionServer(); -057 format = p_implData.getFormat(); -058 bcn = p_implData.getBcn(); +057 bcn = p_implData.getBcn(); +058 format = p_implData.getFormat(); 059 bcv = p_implData.getBcv(); 060 filter = p_implData.getFilter(); 061 } @@ -94,8 +94,8 @@ 086 // 41, 3 087 { 088 org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl __jamon__var_7 = new org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl(this.getTemplateManager()); -089 __jamon__var_7.setFilter(filter); -090 __jamon__var_7.setFormat("json" ); +089 __jamon__var_7.setFormat("json" ); +090 __jamon__var_7.setFilter(filter); 091 __jamon__var_7.renderNoFlush(jamonWriter); 092 } 093 // 41, 68 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/export_control.html ---------------------------------------------------------------------- diff --git a/export_control.html b/export_control.html index 5cc8c9c..00b9f39 100644 --- a/export_control.html +++ b/export_control.html @@ -7,7 +7,7 @@ - + Apache HBase – Export Control @@ -336,7 +336,7 @@ for more details.</p> <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2017-06-17</li> + <li id="publishDate" class="pull-right">Last Published: 2017-06-19</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/checkstyle.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/checkstyle.html b/hbase-annotations/checkstyle.html index 639f8c6..d2b8521 100644 --- a/hbase-annotations/checkstyle.html +++ b/hbase-annotations/checkstyle.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/dependencies.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependencies.html b/hbase-annotations/dependencies.html index 9c2c184..9aa1e4f 100644 --- a/hbase-annotations/dependencies.html +++ b/hbase-annotations/dependencies.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependency-convergence.html b/hbase-annotations/dependency-convergence.html index 021fca0..5cc2936 100644 --- a/hbase-annotations/dependency-convergence.html +++ b/hbase-annotations/dependency-convergence.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/dependency-info.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependency-info.html b/hbase-annotations/dependency-info.html index b206746..1f00d81 100644 --- a/hbase-annotations/dependency-info.html +++ b/hbase-annotations/dependency-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/dependency-management.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/dependency-management.html b/hbase-annotations/dependency-management.html index 61d3423..62c81e6 100644 --- a/hbase-annotations/dependency-management.html +++ b/hbase-annotations/dependency-management.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/index.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/index.html b/hbase-annotations/index.html index 429c7f7..ce1b1e4 100644 --- a/hbase-annotations/index.html +++ b/hbase-annotations/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/integration.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/integration.html b/hbase-annotations/integration.html index 3ac2b54..8bd58c9 100644 --- a/hbase-annotations/integration.html +++ b/hbase-annotations/integration.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/issue-tracking.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/issue-tracking.html b/hbase-annotations/issue-tracking.html index ac5af2e..d624144 100644 --- a/hbase-annotations/issue-tracking.html +++ b/hbase-annotations/issue-tracking.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/license.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/license.html b/hbase-annotations/license.html index 7cf2036..7c8c275 100644 --- a/hbase-annotations/license.html +++ b/hbase-annotations/license.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/mail-lists.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/mail-lists.html b/hbase-annotations/mail-lists.html index dfe694a..d888739 100644 --- a/hbase-annotations/mail-lists.html +++ b/hbase-annotations/mail-lists.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/plugin-management.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/plugin-management.html b/hbase-annotations/plugin-management.html index 5e024a3..4a5e652 100644 --- a/hbase-annotations/plugin-management.html +++ b/hbase-annotations/plugin-management.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/plugins.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/plugins.html b/hbase-annotations/plugins.html index d993be2..ab15430 100644 --- a/hbase-annotations/plugins.html +++ b/hbase-annotations/plugins.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/project-info.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/project-info.html b/hbase-annotations/project-info.html index 39e74e6..31cb2b1 100644 --- a/hbase-annotations/project-info.html +++ b/hbase-annotations/project-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/project-reports.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/project-reports.html b/hbase-annotations/project-reports.html index 9ddae06..5adaf79 100644 --- a/hbase-annotations/project-reports.html +++ b/hbase-annotations/project-reports.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/project-summary.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/project-summary.html b/hbase-annotations/project-summary.html index eceb0e1..aa09b85 100644 --- a/hbase-annotations/project-summary.html +++ b/hbase-annotations/project-summary.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/source-repository.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/source-repository.html b/hbase-annotations/source-repository.html index 3747779..1187f39 100644 --- a/hbase-annotations/source-repository.html +++ b/hbase-annotations/source-repository.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-annotations/team-list.html ---------------------------------------------------------------------- diff --git a/hbase-annotations/team-list.html b/hbase-annotations/team-list.html index a581a83..576f7a7 100644 --- a/hbase-annotations/team-list.html +++ b/hbase-annotations/team-list.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Annotations">Apache HBase - Annotations</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/dependencies.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/dependencies.html b/hbase-archetypes/dependencies.html index ec96d9d..93e3d95 100644 --- a/hbase-archetypes/dependencies.html +++ b/hbase-archetypes/dependencies.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetypes">Apache HBase - Archetypes</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/dependency-convergence.html b/hbase-archetypes/dependency-convergence.html index 1346bf2..3baeb63 100644 --- a/hbase-archetypes/dependency-convergence.html +++ b/hbase-archetypes/dependency-convergence.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetypes">Apache HBase - Archetypes</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/dependency-info.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/dependency-info.html b/hbase-archetypes/dependency-info.html index b939dc8..1568f6d 100644 --- a/hbase-archetypes/dependency-info.html +++ b/hbase-archetypes/dependency-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetypes">Apache HBase - Archetypes</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/dependency-management.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/dependency-management.html b/hbase-archetypes/dependency-management.html index 15e4ac1..cdcd3f9 100644 --- a/hbase-archetypes/dependency-management.html +++ b/hbase-archetypes/dependency-management.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetypes">Apache HBase - Archetypes</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/dependencies.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/dependencies.html b/hbase-archetypes/hbase-archetype-builder/dependencies.html index 9aa9954..db690df 100644 --- a/hbase-archetypes/hbase-archetype-builder/dependencies.html +++ b/hbase-archetypes/hbase-archetype-builder/dependencies.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/dependency-convergence.html b/hbase-archetypes/hbase-archetype-builder/dependency-convergence.html index 15ce4b0..2bd3088 100644 --- a/hbase-archetypes/hbase-archetype-builder/dependency-convergence.html +++ b/hbase-archetypes/hbase-archetype-builder/dependency-convergence.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/dependency-info.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/dependency-info.html b/hbase-archetypes/hbase-archetype-builder/dependency-info.html index 62dd2f1..6052bce 100644 --- a/hbase-archetypes/hbase-archetype-builder/dependency-info.html +++ b/hbase-archetypes/hbase-archetype-builder/dependency-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/dependency-management.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/dependency-management.html b/hbase-archetypes/hbase-archetype-builder/dependency-management.html index 2595788..b8f51cf 100644 --- a/hbase-archetypes/hbase-archetype-builder/dependency-management.html +++ b/hbase-archetypes/hbase-archetype-builder/dependency-management.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/index.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/index.html b/hbase-archetypes/hbase-archetype-builder/index.html index 7cc3a28..0c9ea96 100644 --- a/hbase-archetypes/hbase-archetype-builder/index.html +++ b/hbase-archetypes/hbase-archetype-builder/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/integration.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/integration.html b/hbase-archetypes/hbase-archetype-builder/integration.html index 58b1470..5c46674 100644 --- a/hbase-archetypes/hbase-archetype-builder/integration.html +++ b/hbase-archetypes/hbase-archetype-builder/integration.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/issue-tracking.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/issue-tracking.html b/hbase-archetypes/hbase-archetype-builder/issue-tracking.html index 47f5b59..33fc30f 100644 --- a/hbase-archetypes/hbase-archetype-builder/issue-tracking.html +++ b/hbase-archetypes/hbase-archetype-builder/issue-tracking.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/license.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/license.html b/hbase-archetypes/hbase-archetype-builder/license.html index 34c183f..b9c2725 100644 --- a/hbase-archetypes/hbase-archetype-builder/license.html +++ b/hbase-archetypes/hbase-archetype-builder/license.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/mail-lists.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/mail-lists.html b/hbase-archetypes/hbase-archetype-builder/mail-lists.html index a82a46e..2457c86 100644 --- a/hbase-archetypes/hbase-archetype-builder/mail-lists.html +++ b/hbase-archetypes/hbase-archetype-builder/mail-lists.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/plugin-management.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/plugin-management.html b/hbase-archetypes/hbase-archetype-builder/plugin-management.html index 5e6de67..19d4ced 100644 --- a/hbase-archetypes/hbase-archetype-builder/plugin-management.html +++ b/hbase-archetypes/hbase-archetype-builder/plugin-management.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/plugins.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/plugins.html b/hbase-archetypes/hbase-archetype-builder/plugins.html index 51f7de1..0afa3c6 100644 --- a/hbase-archetypes/hbase-archetype-builder/plugins.html +++ b/hbase-archetypes/hbase-archetype-builder/plugins.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7f23ee04/hbase-archetypes/hbase-archetype-builder/project-info.html ---------------------------------------------------------------------- diff --git a/hbase-archetypes/hbase-archetype-builder/project-info.html b/hbase-archetypes/hbase-archetype-builder/project-info.html index b67a0e2..0a927e4 100644 --- a/hbase-archetypes/hbase-archetype-builder/project-info.html +++ b/hbase-archetypes/hbase-archetype-builder/project-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-17 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2017-06-19 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20170617" /> + <meta name="Date-Revision-yyyymmdd" content="20170619" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2017-06-17</span> + <span id="publishDate">Last Published: 2017-06-19</span>  | <span id="projectVersion">Version: 3.0.0-SNAPSHOT</span> </div> <div class="xright"> <a href="./" title="Apache HBase - Archetype builder">Apache HBase - Archetype builder</a>