You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/02/20 19:13:43 UTC

[02/24] trafodion-site git commit: Merge [TRAFODION-2959] PR 1445 Update download URLs for old releases

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/dependencies.html b/docs/sql_reference/dependencies.html
index 8007025..dbfe5ce 100644
--- a/docs/sql_reference/dependencies.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/index.html b/docs/sql_reference/index.html
index 857be4d..c130df3 100644
--- a/docs/sql_reference/index.html
+++ b/docs/sql_reference/index.html
@@ -1758,7 +1758,6 @@ table.CodeRay td.code>pre{padding:0}
 <ul class="sectlevel3">
 <li><a href="#considerations_for_rollup">7.100.1. Considerations for ROLLUP</a></li>
 <li><a href="#examples_of_rollup">7.100.2. Examples of ROLLUP</a></li>
-<li><a href="#examples_of_null">7.100.3. Examples of NULL</a></li>
 </ul>
 </li>
 <li><a href="#round_function">7.101. ROUND Function</a>
@@ -11002,17 +11001,18 @@ option is:
     COMPONENT PRIVILEGES ON component-name [FOR auth-name]
   | COMPONENTS
   | FUNCTIONS FOR LIBRARY [[catalog-name.]schema-name.]library-name
-  | functions [in schema [catalog-name.]schema-name]
-  | libraries [in schema [catalog-name.]schema-name]
-  | procedures for library [[catalog-name.]schema-name.]library-name
-  | procedures [in schema [catalog-name.]schema-name]
-  | roles [for user database-username]
-  | schemas [in catalog catalog-name]
-  | schemas for [user | role] authorization-id
-  | tables [in schema [catalog-name.]schema-name]
-  | users [for role role-name]
-  | views [in schema [catalog-name.]schema-name]
-  | views on table [[catalog-name.]schema-name.]table-name</code></pre>
+  | FUNCTIONS [IN SCHEMA [catalog-name.]schema-name]
+  | LIBRARIES [IN SCHEMA [catalog-name.]schema-name]
+  | PROCEDURES FOR LIBRARY [[catalog-name.]schema-name.]library-name
+  | PROCEDURES [IN SCHEMA [catalog-name.]schema-name]
+  | ROLES [FOR USER database-username]
+  | SCHEMAS [IN CATALOG catalog-name]
+  | SCHEMAS FOR [USER | ROLE] authorization-id
+  | TABLES [IN SCHEMA [catalog-name.]schema-name]
+  | USERS [FOR ROLE role-name]
+  | VIEWS [IN SCHEMA [catalog-name.]schema-name]
+  | VIEWS ON TABLE [[catalog-name.]schema-name.]table-name
+  | PRIVILEGES FOR {USER database-username | ROLE role-name}</code></pre>
 </div>
 </div>
 <div class="sect3">
@@ -11027,16 +11027,12 @@ option is:
 </li>
 <li>
 <p><code>COMPONENT PRIVILEGES ON <em>component-name</em> FOR <em>auth-name</em></code></p>
-</li>
-</ul>
-</div>
 <div class="paragraph">
 <p>displays the component privileges that have been granted to the specified authorization name for the specified component.
 The <em>auth-name</em> is either a registered database username or an existing role name and can be a regular or delimited
 case-insensitive identifier. See <a href="#case_insensitive_delimited_identifiers">Case-Insensitive Delimited Identifiers</a>.</p>
 </div>
-<div class="ulist">
-<ul>
+</li>
 <li>
 <p><code>COMPONENTS</code></p>
 <div class="paragraph">
@@ -11070,7 +11066,7 @@ the catalog is TRAFODION, and the schema is SEABASE.</p>
 <li>
 <p><code>libraries</code></p>
 <div class="paragraph">
-<p>displays the names of all the libraries in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the libraries in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
@@ -11083,7 +11079,7 @@ and the schema is seabase.</p>
 <li>
 <p><code>procedures</code></p>
 <div class="paragraph">
-<p>displays the names of all the procedures in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the procedures in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
@@ -11108,20 +11104,20 @@ and the schema is seabase.</p>
 <li>
 <p><code>roles for user <em>database-username</em></code></p>
 <div class="paragraph">
-<p>displays all the roles that have been granted to the specified database user. the <em>database-username</em> can be a regular or delimited
+<p>displays all the roles that have been granted to the specified database user. The <em>database-username</em> can be a regular or delimited
 case-insensitive identifier. see <a href="#case_insensitive_delimited_identifiers">case-insensitive delimited identifiers</a>.</p>
 </div>
 </li>
 <li>
 <p><code>schemas</code></p>
 <div class="paragraph">
-<p>displays the names of all the schemas in the catalog of the current session. by default, the catalog is trafodion.</p>
+<p>displays the names of all the schemas in the catalog of the current session. By default, the catalog is trafodion.</p>
 </div>
 </li>
 <li>
 <p><code>schemas in catalog <em>catalog-name</em></code></p>
 <div class="paragraph">
-<p>displays the names of all the schemas in the specified catalog. for the <em>catalog-name</em>, you can specify only trafodion.</p>
+<p>displays the names of all the schemas in the specified catalog. For the <em>catalog-name</em>, you can specify only trafodion.</p>
 </div>
 </li>
 <li>
@@ -11131,7 +11127,7 @@ case-insensitive identifier. see <a href="#case_insensitive_delimited_identifier
 </div>
 </li>
 <li>
-<p>`<em>authorization-id</em></p>
+<p><code><em>authorization-id</em></code></p>
 <div class="paragraph">
 <p>is the name of a user or role. you may specify either user or role for users or roles.</p>
 </div>
@@ -11139,7 +11135,7 @@ case-insensitive identifier. see <a href="#case_insensitive_delimited_identifier
 <li>
 <p><code>tables</code></p>
 <div class="paragraph">
-<p>displays the names of all the tables in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the tables in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
@@ -11158,8 +11154,8 @@ and the schema is seabase.</p>
 <li>
 <p><code>users for role <em>role-name</em></code></p>
 <div class="paragraph">
-<p>displays all the database users who have been granted the specified role. the <em>role-name</em> can be a regular or delimited
-case-insensitive identifier. see <a href="#case_insensitive_delimited_identifiers">case-insensitive delimited identifiers</a>.</p>
+<p>displays all the database users who have been granted the specified role. The <em>role-name</em> can be a regular or delimited
+case-insensitive identifier. For more information, see <a href="#case_insensitive_delimited_identifiers">case-insensitive delimited identifiers</a>.</p>
 </div>
 </li>
 </ul>
@@ -11170,21 +11166,21 @@ case-insensitive identifier. see <a href="#case_insensitive_delimited_identifier
 <li>
 <p><code>views</code></p>
 <div class="paragraph">
-<p>displays the names of all the views in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the views in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
 <li>
 <p><code>views in schema <em class="_catalog-name_.">schema-name</em></code></p>
 <div class="paragraph">
-<p>displays the names of all the views in the specified schema. for the <em>catalog-name</em>, you can specify only trafodion.</p>
+<p>displays the names of all the views in the specified schema. For the <em>catalog-name</em>, you can specify only trafodion.</p>
 </div>
 </li>
 <li>
 <p><code>views on table [[_catalog-name_.]<em>schema-name</em>.]<em>table-name</em></code></p>
 <div class="paragraph">
-<p>displays the names of all the views that were created for the specified table. if you do not qualify the table name with
-catalog and schema names, get uses the catalog and schema of the current session. for the <em>catalog-name</em>, you can specify
+<p>displays the names of all the views that were created for the specified table. If you do not qualify the table name with
+catalog and schema names, get uses the catalog and schema of the current session. For the <em>catalog-name</em>, you can specify
 only trafodion.</p>
 </div>
 </li>
@@ -11200,7 +11196,7 @@ only trafodion.</p>
 <i class="fa icon-important" title="Important"></i>
 </td>
 <td class="content">
-The GET COMPONENT PRIVILEGES, GET COMPONENTS, GET ROLES FOR USER, and GET USERS FOR ROLE statements work only when
+The GET COMPONENT PRIVILEGES, GET COMPONENTS, GET ROLES FOR USER, GET USERS FOR ROLE statements and GET PRIVILEGES FOR {USER database-username | ROLE role-name} statements work only when
 authentication and authorization are enabled in Trafodion. For more information, see
 <a href="http://trafodion.apache.org/docs/provisioning_guide/index.html#enable-security" class="bare">http://trafodion.apache.org/docs/provisioning_guide/index.html#enable-security</a> [Enable Secure Trafodion].
 </td>
@@ -11379,7 +11375,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays a list of all the existing components:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get components;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET COMPONENTS;</code></pre>
 </div>
 </div>
 </li>
@@ -11387,7 +11383,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays the names of the component privileges available for the SQL_OPERATIONS component:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get component privileges on sql_operations;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET COMPONENT PRIVILEGES ON sql_operations;</code></pre>
 </div>
 </div>
 </li>
@@ -11395,7 +11391,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays the component privileges that have been granted to the DB ROOT user for the SQL_OPERATIONS component:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get component privileges on sql_operations for db root;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET COMPONENT PRIVILEGES ON sql_operations FOR db root;</code></pre>
 </div>
 </div>
 </li>
@@ -11403,7 +11399,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays a list of all the existing roles:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get roles;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET ROLES;</code></pre>
 </div>
 </div>
 </li>
@@ -11411,7 +11407,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays all the roles that have been granted to the DB ROOT user:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get roles for user db root;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET ROLES FOR USER db root;</code></pre>
 </div>
 </div>
 </li>
@@ -11419,7 +11415,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays a list of all the registered database users:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get users;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET USERS;</code></pre>
 </div>
 </div>
 </li>
@@ -11427,7 +11423,62 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays all the database users who have been granted the DB ROOTROLE role:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get users for role db rootrole;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET USERS FOR ROLE db rootrole;</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example demonstrates how to grant privileges to the specified database user <em>testuser1</em> and display privileges.</p>
+<div class="paragraph">
+<p>The <em>testuser1</em> grants some privileges to the <em>testuser2</em> on the table <em>project</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GRANT DELETE, INSERT, REFERENCES, SELECT (PROJCODE,PROJDESC), UPDATE ON TABLE project TO testuser2;
+
+--- SQL operation complete.</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>This GET statement displays all the privileges that have been granted to the <em>testuser2</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GET PRIVILEGES FOR USER testuser2;
+
+-IDU-R-    TRAFODION.SEABASE.PROJECT
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; PROJCODE
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; PROJDESC
+
+--- SQL operation complete.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example shows how to grant privileges to the specified role <em>"TECHNICAL_WRITER"</em> and display privileges.</p>
+<div class="paragraph">
+<p>The <em>testuser1</em> grants some privileges to the <em>"TECHNICAL_WRITER"</em> on the table <em>project</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GRANT DELETE, INSERT, REFERENCES, SELECT (start_date,ship_timestamp,est_complete), UPDATE ON TABLE project TO &quot;TECHNICAL_WRITER&quot;;
+
+--- SQL operation complete.</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>This GET statement displays all the privileges that have been granted to the <em>"TECHNICAL_WRITER"</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GET PRIVILEGES FOR ROLE &quot;TECHNICAL_WRITER&quot;;
+
+-IDU-R-    TRAFODION.SEABASE.PROJECT
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; EST_COMPLETE
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; SHIP_TIMESTAMP
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; START_DATE
+
+--- SQL operation complete.</code></pre>
 </div>
 </div>
 </li>
@@ -12352,7 +12403,7 @@ grantee is:
 <div class="ulist">
 <ul>
 <li>
-<p>`<em>role-name</em> [,<em>role-name</em>] &#8230;</p>
+<p><code><em>role-name</em> [,<em>role-name</em>]_</code></p>
 <div class="paragraph">
 <p>specifies the existing roles to grant.</p>
 </div>
@@ -29439,6 +29490,11 @@ evaluation of the expression argument.</p></td>
 evaluation of the expression argument.</p></td>
 </tr>
 <tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#rollup_function">ROLLUP Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Calculates multiple levels of subtotals aggregating from right to left through the
+comma-separated list of columns, and provides a grand total.</p></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#stddev_function">STDDEV Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Computes the statistical standard deviation of a group of numbers
 derived from the evaluation of the expression argument of the function.
@@ -38623,7 +38679,7 @@ SET jobdesc = RIGHT (jobdesc, 12);</code></pre>
 <p>The ROLLUP function calculates multiple levels of subtotals aggregating from right to left through the comma-separated list of columns, and provides a grand total.</p>
 </div>
 <div class="paragraph">
-<p>ROLLUP is an extension to the 'GROUP BY' clause. Related features such as the GROUPING function can be used with 'ORDER BY' to control the placement of summary results.</p>
+<p>ROLLUP is an extension to the <code>GROUP BY</code> clause. Related features such as the GROUPING function can be used with <code>ORDER BY</code> to control the placement of summary results.</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -38839,9 +38895,8 @@ GROUP BY ROLLUP (delivery_year, region, product);</code></pre>
 </ul>
 </div>
 </div>
-</div>
-<div class="sect3">
-<h4 id="examples_of_null">7.100.3. Examples of NULL</h4>
+<div class="sect4">
+<h5 id="examples_of_null">Examples of NULL</h5>
 <div class="paragraph">
 <p>The example below demonstrates how ROLLUP treats NULLs in the selected columns and generates NULLs for super-aggregate rows.</p>
 </div>
@@ -38897,6 +38952,7 @@ GROUP BY ROLLUP (delivery_year, region, product);</code></pre>
 --- 16 row(s) selected.</code></pre>
 </div>
 </div>
+</div>
 <div class="sect4">
 <h5 id="examples_of_using_rollup_with_the_column_order_reversed">Examples of Using ROLLUP with the Column Order Reversed</h5>
 <div class="paragraph">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/integration.html b/docs/sql_reference/integration.html
index c6f6f66..00f3a95 100644
--- a/docs/sql_reference/integration.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/issue-tracking.html b/docs/sql_reference/issue-tracking.html
index 29ef2a6..736438c 100644
--- a/docs/sql_reference/issue-tracking.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/license.html b/docs/sql_reference/license.html
index 95e6c00..544ca6b 100644
--- a/docs/sql_reference/license.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/mail-lists.html b/docs/sql_reference/mail-lists.html
index 86bee3e..fbc5de6 100644
--- a/docs/sql_reference/mail-lists.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>
@@ -89,7 +89,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr></table></div>
+        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Security Issues</td><td>Subscribe</td><td>Unsubscribe</td><td><a class="externalLink" href="mailto:security@trafodion.apache.org">Post</a></td><td>-</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/project-info.html b/docs/sql_reference/project-info.html
index f68fa4f..32644a9 100644
--- a/docs/sql_reference/project-info.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/project-summary.html b/docs/sql_reference/project-summary.html
index 0309d74..4ef11fe 100644
--- a/docs/sql_reference/project-summary.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/source-repository.html b/docs/sql_reference/source-repository.html
index af76724..9993e82 100644
--- a/docs/sql_reference/source-repository.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/sql_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/sql_reference/team-list.html b/docs/sql_reference/team-list.html
index 145d3fe..4cefed2 100644
--- a/docs/sql_reference/team-list.html
+++ b/docs/sql_reference/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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/documentation.html
----------------------------------------------------------------------
diff --git a/documentation.html b/documentation.html
index 644717e..dcfd4c1 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/download.html
----------------------------------------------------------------------
diff --git a/download.html b/download.html
index beb04a9..fcc3164 100644
--- a/download.html
+++ b/download.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -227,12 +227,12 @@
  <h2 id="a201_June_2016">2.0.1 (June 2016)</h2> 
  <ul> 
   <li><a href="release-notes-2-0-1.html">Release Notes</a></li> 
-  <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz">Source Code Release</a> - <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz.sha">SHA1</a></li> 
+  <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz">Source Code Release</a> - <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion-2.0.1-incubating-src.tar.gz.sha">SHA1</a></li> 
   <li>Convenience Binaries 
    <ul> 
-    <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz">Installer</a> - <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz.sha">SHA1</a></li> 
-    <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz">Server</a> - <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz.sha">SHA1</a></li> 
-    <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz">Clients</a> - <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz.sha">SHA1</a></li> 
+    <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz">Installer</a> - <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/installer-2.0.1.tar.gz.sha">SHA1</a></li> 
+    <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz">Server</a> - <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_server-2.0.1-incubating.tar.gz.sha">SHA1</a></li> 
+    <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz">Clients</a> - <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.1-incubating/apache-trafodion_clients-2.0.1-incubating.tar.gz.sha">SHA1</a></li> 
    </ul></li> 
   <li><a href="documentation.html#a20x_Releases">Documentation</a></li> 
  </ul> 
@@ -241,11 +241,11 @@
  <h2 id="a200_June_2016">2.0.0 (June 2016)</h2> 
  <ul> 
   <li><a href="release-notes-2-0-0.html">Release Notes</a></li> 
-  <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz">Source Code Release</a> - <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz.sha">SHA1</a></li> 
+  <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz">Source Code Release</a> - <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion-2.0.0-incubating-src.tar.gz.sha">SHA1</a></li> 
   <li>Convenience Binaries 
    <ul> 
-    <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz">Installer</a> - <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz.sha">SHA1</a></li> 
-    <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz">Server</a> - <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz.sha">SHA1</a></li> 
+    <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz">Installer</a> - <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_installer-2.0.0-incubating.tar.gz.sha">SHA1</a></li> 
+    <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz">Server</a> - <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-2.0.0-incubating/apache-trafodion_server-2.0.0-incubating.tar.gz.sha">SHA1</a></li> 
     <li>Clients binary package not available, must be built from source code.</li> 
    </ul></li> 
   <li><a href="documentation.html#a20x_Releases">Documentation</a></li> 
@@ -255,7 +255,7 @@
  <h2 id="a130_January_2016">1.3.0 (January 2016)</h2> 
  <ul> 
   <li><a href="release-notes-1-3-0.html">Release Notes</a></li> 
-  <li><a class="externalLink" href="http://www.apache.org/dyn/closer.lua/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz">Source Code Release</a> - <a class="externalLink" href="https://www.apache.org/dist/trafodion/trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.asc">PGP</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.md5">MD5</a> <a class="externalLink" href="http://www.apache.org/dist/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.sha">SHA1</a></li> 
+  <li><a class="externalLink" href="https://archive.apache.org/dist/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz">Source Code Release</a> - <a class="externalLink" href="https://archive.apache.org/dist/trafodion/trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.asc">PGP</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.md5">MD5</a> <a class="externalLink" href="http://archive.apache.org/dist/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.sha">SHA1</a></li> 
   <li><a class="externalLink" href="http://traf-builds.esgyn.com/downloads/trafodion/publish/release/1.3.0/log4cxx-0.10.0-13.el6.x86_64.rpm">log4c++ RPM</a></li> 
   <li><a href="documentation.html#a130_Release">Documentation</a></li> 
  </ul> 

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/enable-secure-trafodion.html
----------------------------------------------------------------------
diff --git a/enable-secure-trafodion.html b/enable-secure-trafodion.html
index e179c29..78a91ff 100644
--- a/enable-secure-trafodion.html
+++ b/enable-secure-trafodion.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/faq.html
----------------------------------------------------------------------
diff --git a/faq.html b/faq.html
index 5feb63b..02359bc 100644
--- a/faq.html
+++ b/faq.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 40a84ba..b0fee69 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/index.html~
----------------------------------------------------------------------
diff --git a/index.html~ b/index.html~
new file mode 100644
index 0000000..644b06c
--- /dev/null
+++ b/index.html~
@@ -0,0 +1,524 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2018-01-26
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache Trafodion</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="//netdna.bootstrapcdn.com/bootswatch/2.3.2/cerulean/bootstrap.min.css" rel="stylesheet" />
+		<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/bootswatch.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="//yandex.st/highlightjs/7.5/styles/default.min.css" rel="stylesheet" />
+
+
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+		<!--[if lt IE 9]>
+			<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+		<![endif]-->
+
+
+
+		<!-- Google Analytics -->
+		<script type="text/javascript">
+
+			var _gaq = _gaq || [];
+			_gaq.push(['_setAccount', 'UA-72491210-1']);
+			_gaq.push(['_trackPageview']);
+
+			(function() {
+				var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+				ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+			})();
+
+		</script>
+		</head>
+
+	<body class="page-index project-trafodion" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<a class="brand" href="index.html"><span class="brand-apache">Apache </span><span class="brand-trafodion">Trafodion</span> <span class="brand-apache"></span></a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li ><a href="download.html" title="Download">Download</a></li>
+							<li ><a href="quickstart.html" title="Quick Start">Quick Start</a></li>
+							<li ><a href="documentation.html" title="Documentation">Documentation</a></li>
+							<li ><a href="contributing-redirect.html" title="Contribute">Contribute</a></li>
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li class="active"><a href="" title="Overview">Overview</a></li>
+									<li ><a href="faq.html" title="FAQ">FAQ</a></li>
+									<li ><a href="release-notes.html" title="Release Notes">Release Notes</a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Apache+Trafodion+Home" title="Wiki" class="externalLink">Wiki</a></li>
+									<li ><a href="https://www.youtube.com/playlist?list=PLyyCp3HBB8Tv9696OnG0_mmgF5tfHeyOi" title="Videos" class="externalLink">Videos</a></li>
+									<li ><a href="management.html" title="Managing Trafodion">Managing Trafodion</a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Roadmap" title="Roadmap" class="externalLink">Roadmap</a></li>
+									<li ><a href="http:divider" title=""></a></li>
+									<li ><a href="team-redirect.html" title="Team">Team</a></li>
+									<li ><a href="presentations.html" title="Presentations">Presentations</a></li>
+									<li ><a href="http://www.apache.org/events/current-event.html" title="Events" class="externalLink">Events</a></li>
+									<li ><a href="logo.html" title="Logo">Logo</a></li>
+									<li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+									<li ><a href="http://im.qq.com" title="QQ (Group ID:176011868)" class="externalLink">QQ (Group ID:176011868)</a></li>
+									<li ><a href="http:divider" title=""></a></li>
+									<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+									<li ><a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a></li>
+									<li ><a href="http://www.apache.org/security/" title="Security" class="externalLink">Security</a></li>
+									<li ><a href="license.html" title="License">License</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Features <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="architecture-overview.html" title="Architecture Overview">Architecture Overview</a></li>
+									<li ><a href="http:divider" title=""></a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/security-ansi-schemas" title="ANSI Schema Support" class="externalLink">ANSI Schema Support</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/ustat-automation" title="Automated Update Statistics" class="externalLink">Automated Update Statistics</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/bulkunload" title="Bulk Unload" class="externalLink">Bulk Unload</a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Manageability#TrafodionManageability-LoggingEvents" title="Event Handling" class="externalLink">Event Handling</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/hybrid-query-cache" title="Hybrid Query Cache" class="externalLink">Hybrid Query Cache</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/identity-column" title="Identity Column" class="externalLink">Identity Column</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/lob-support" title="Large Object (LOB)" class="externalLink">Large Object (LOB)</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/ddl-query-invalidation" title="Metadata Query Invalidation" class="externalLink">Metadata Query Invalidation</a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Cmp-divisioning" title="Multi-Temperature Data" class="externalLink">Multi-Temperature Data</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/access-external-hbase-tables" title="Native HBase Tables" class="externalLink">Native HBase Tables</a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Tutorial:+The+object-oriented+UDF+interface" title="Object-Oriented UDF Tutorial" class="externalLink">Object-Oriented UDF Tutorial</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/sql-query-cancel" title="Query Cancel" class="externalLink">Query Cancel</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/security-privilege-updates" title="Privilege Checking" class="externalLink">Privilege Checking</a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Manageability" title="Repository" class="externalLink">Repository</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/enable-get-statistics-thru-rms" title="Runtime Management System" class="externalLink">Runtime Management System</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/sequence-numbers" title="Sequence Numbers" class="externalLink">Sequence Numbers</a></li>
+									<li ><a href="https://blueprints.launchpad.net/trafodion/+spec/skew-buster" title="Skew Buster" class="externalLink">Skew Buster</a></li>
+									<li ><a href="http:divider" title=""></a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Backup+and+Restore" title="Backup/Restore Utility" class="externalLink">Backup/Restore Utility</a></li>
+									<li ><a href="https://cwiki.apache.org/confluence/display/TRAFODION/Metadata+Cleanup" title="Metadata Cleanup Utility" class="externalLink">Metadata Cleanup Utility</a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li ><a href="http://www.apache.org/foundation/how-it-works.html" title="Apache Foundation" target="_blank" class="externalLink">Apache Foundation</a></li>
+									<li ><a href="http://www.apache.org/licenses/" title="Apache License" target="_blank" class="externalLink">Apache License</a></li>
+									<li ><a href="http://www.apache.org/security/" title="Apache Security" target="_blank" class="externalLink">Apache Security</a></li>
+									<li ><a href="http:divider" title=""></a></li>
+									<li ><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsorship" target="_blank" class="externalLink">Sponsorship</a></li>
+									<li ><a href="http://www.apache.org/foundation/thanks.html" title="Thanks" target="_blank" class="externalLink">Thanks</a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="" id="bannerLeft"><h1><img src="images/logos/trafodion-logo.jpg" alt="Trafodion Logo" width="383"></h1></a>
+					<p class="lead">Transactional SQL-on-Hadoop Database</p>
+				</div>
+				<div class="pull-right">
+				</div>
+			</div>
+		</div>
+	</div>
+	</header>
+
+	<div class="main-body">
+	<div id="carousel0" class="carousel slide">
+		<div class="carousel-inner">
+			<div class="item active">
+				<a class="externalLink" href="http://trafodion.apache.org"><img src="images/carousel/scale.png" alt="Hadoop Scale" /></a>
+				<div class="carousel-caption">
+					<h4 id="Hadoop-Scale_with_SQL_Access"><a class="externalLink" href="http://trafodion.apache.org">Hadoop-Scale with SQL Access</a></h4>  
+<p>Running out of room with your current SQL solution? Starting a new operational application? Trafodion allows you to work in SQL at Hadoop-scale levels.</p> 
+<div class="section"> 
+</div>
+				</div>
+			</div>
+			<div class="item ">
+				<a href="index.html"><img src="images/carousel/stack.png" alt="Trafodion Stack" /></a>
+				<div class="carousel-caption">
+					<h4 id="Fully_Integrated_with_HBase_and_Hive"><a href="index.html">Fully Integrated with HBase and Hive</a></h4>  
+<p>Trafodion provides SQL access to structured, semi-structured, and unstructured data allowing you to run operational, historical, and analytical workloads on a single platform.</p>
+				</div>
+			</div>
+		</div>
+		<a class="left carousel-control" href="#carousel0" data-slide="prev">&lsaquo;</a>
+		<a class="right carousel-control" href="#carousel0" data-slide="next">&rsaquo;</a>
+	</div>
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+				<div class="section"> 
+ <h2 id="News">News</h2> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <tbody> 
+   <tr class="a"> 
+    <td> <p> </p> 
+     <div class="section"> 
+      <div class="section"> 
+       <div class="section"> 
+        <h5 id="Apache_Trafodion_is_now_a_Top_Level_Project">Apache Trafodion is now a Top Level Project!</h5> 
+        <p></p> 
+        <p>Check out the <a class="externalLink" href="http://globenewswire.com/news-release/2018/01/10/1286517/0/en/The-Apache-Software-Foundation-Announces-Apache-Trafodion-as-a-Top-Level-Project.html">NewsWire</a> article for the official announcement.</p> 
+        <p>See also this nice <a class="externalLink" href="https://thenewstack.io/sql-hadoop-database-trafodion-bridges-transactions-analysis-divide/">article</a> where Trafodion's own Suresh Subbiah spreads the word on Trafodion's features.</p> 
+        <p></p> 
+       </div> 
+       <div class="section"> 
+        <h5 id="Were_working_on_release_2.2">We're working on release 2.2!</h5> 
+        <p></p> 
+        <p>Check out the <a class="externalLink" href="https://cwiki.apache.org/confluence/display/TRAFODION/Roadmap">Roadmap</a> page for planned content.</p> 
+        <p></p> 
+       </div> 
+       <div class="section"> 
+        <h5 id="Apache_Trafodion_2.1.0-incubating_was_released_on_May_1_2017">Apache Trafodion 2.1.0-incubating was released on May 1, 2017</h5> 
+        <p></p> 
+        <p>Check it out on the <a class="externalLink" href="http://trafodion.apache.org/download.html">Download</a> page.</p> 
+        <p></p> 
+       </div> 
+       <div class="section"> 
+        <h5 id="Want_to_disucss_Trafodion_in_Chinese_Join_the_Trafodion_discussion_on_Tencent_QQ">Want to disucss Trafodion in Chinese? Join the Trafodion discussion on Tencent QQ!</h5> 
+        <p></p> 
+        <p><a class="externalLink" href="http://im.qq.com/">QQ</a> Group ID: 176011868.</p> 
+       </div> 
+      </div> 
+     </div></td> 
+   </tr> 
+  </tbody> 
+ </table> 
+ <!-- 20160524 GTA Need more logos before using this part.
+
+Powered by Trafodion
+
+#### Join the Trafodion Movement
+
+![Slide 1](images/logo-carousel/slide-1.png)
+
+Contribution opportunites: usage, code, tests, presentations, documentations, web sites, and things we didn't think of yet.
+
+#### Powered By Trafodion
+
+![Slide 2](images/logo-carousel/slide-2.png)
+
+Are you using Trafodion? We need permission to add your company's logo here. --> 
+</div>
+<div class="section"> 
+ <h2 id="About">About</h2> 
+ <p>Apache Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or operational workloads on Apache Hadoop. </p> 
+ <p>The name &quot;Trafodion&quot; (the Welsh word for transactions, pronounced &quot;Tra-vod-eee-on&quot;) was chosen specifically to emphasize the differentiation that Trafodion provides in closing a critical gap in the Hadoop ecosystem. </p> 
+ <p>Trafodion builds on the scalability, elasticity, and flexibility of Hadoop. Trafodion extends Hadoop to provide guaranteed transactional integrity, enabling new kinds of big data applications to run on Hadoop. </p>  
+</div>
+			</div>
+		</div>
+	</div>
+	<div class="row columns columns2">
+		<div class="span6">
+			<h2 id="Key_Features">Key Features</h2>
+<ul> 
+ <li>Full-functioned ANSI SQL language support</li> 
+ <li>JDBC/ODBC connectivity for Linux/Windows clients</li> 
+ <li>Distributed ACID transaction protection across multiple statements, tables and rows</li> 
+ <li>Performance improvements for OLTP workloads with compile-time and run-time optimizations</li> 
+ <li>Support for large data sets using a parallel-aware query optimizer</li> 
+</ul>
+<div class="section">   
+</div>
+		</div>
+		<div class="span6">
+			<h2 id="Key_Benefits">Key Benefits</h2>
+<ul> 
+ <li>Reuse existing SQL skills and improve developer productivity</li> 
+ <li>Distributed ACID transactions guarantee data consistency across multiple rows and tables</li> 
+ <li>Interoperability with existing tools and applications</li> 
+ <li>Hadoop and Linux distribution neutral</li> 
+ <li>Easy to add to your existing Hadoop infrastructure</li> 
+</ul>
+		</div>
+	</div>
+	<div class="row">
+	</div>
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+				<table border="0" class="bodyTable table table-striped table-hover"> 
+ <tbody> 
+  <tr class="a"> 
+   <td width="33%" valign="top"> 
+    <center> 
+     <div class="section"> 
+      <h2 id="Understand">Understand</h2> 
+      <img src="images/logos/understand.png" width="108" height="108" alt="" /> 
+      <div class="section"> 
+       <div class="section"> 
+        <h4 id="What_makes_Trafodion_unique">What makes Trafodion unique</h4> 
+        <div class="customHr">
+          . 
+        </div> 
+       </div> 
+      </div> 
+     </div> 
+    </center> 
+    <ul> 
+     <li><a href="architecture-overview.html">Architecture</a></li> 
+     <li><a href="documentation.html">Documentation</a></li> 
+     <li><a href="faq.html">FAQ</a></li> 
+    </ul> </td> 
+   <td width="33%" valign="top"> 
+    <center> 
+     <div class="section"> 
+      <h2 id="Use">Use</h2> 
+      <img src="images/logos/use.png" width="108" height="108" alt="" /> 
+      <div class="section"> 
+       <div class="section"> 
+        <h4 id="Download_and_try_Trafodion">Download and try Trafodion</h4> 
+        <div class="customHr">
+          . 
+        </div> 
+       </div> 
+      </div> 
+     </div> 
+    </center> 
+    <ul> 
+     <li><a href="download.html">Download</a></li> 
+     <li><a href="quickstart.html">Quick Start</a></li> 
+     <li><a href="release-notes.html">Release Notes</a></li> 
+    </ul> </td> 
+   <td width="33%" valign="top"> 
+    <center> 
+     <div class="section"> 
+      <h2 id="Community">Community</h2> 
+      <img src="images/logos/community.png" width="108" height="108" alt="" /> 
+      <div class="section"> 
+       <div class="section"> 
+        <h4 id="Be_part_of_Trafodion">Be part of Trafodion</h4> 
+        <div class="customHr">
+          . 
+        </div> 
+       </div> 
+      </div> 
+     </div> 
+    </center> 
+    <ul> 
+     <li><a href="contributing-redirect.html">Contribute</a></li> 
+     <li><a href="mail-lists.html">Discuss</a></li> 
+     <li><a class="externalLink" href="https://cwiki.apache.org/confluence/display/TRAFODION/Apache+Trafodion+Home">Wiki</a></li> 
+    </ul> </td> 
+  </tr> 
+ </tbody> 
+</table>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span4 bottom-nav">
+					<ul class="nav nav-list">
+						<li class="nav-header">Project</li>
+						<li class="active">
+							<a href="#" title="Overview">Overview</a>
+						</li>
+						<li >
+							<a href="faq.html" title="FAQ">FAQ</a>
+						</li>
+						<li >
+							<a href="release-notes.html" title="Release Notes">Release Notes</a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Apache+Trafodion+Home" title="Wiki" class="externalLink">Wiki</a>
+						</li>
+						<li >
+							<a href="https://www.youtube.com/playlist?list=PLyyCp3HBB8Tv9696OnG0_mmgF5tfHeyOi" title="Videos" class="externalLink">Videos</a>
+						</li>
+						<li >
+							<a href="management.html" title="Managing Trafodion">Managing Trafodion</a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Roadmap" title="Roadmap" class="externalLink">Roadmap</a>
+						</li>
+						<li >
+							<a href="http:divider" title=""></a>
+						</li>
+						<li >
+							<a href="team-redirect.html" title="Team">Team</a>
+						</li>
+						<li >
+							<a href="presentations.html" title="Presentations">Presentations</a>
+						</li>
+						<li >
+							<a href="http://www.apache.org/events/current-event.html" title="Events" class="externalLink">Events</a>
+						</li>
+						<li >
+							<a href="logo.html" title="Logo">Logo</a>
+						</li>
+						<li >
+							<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+						</li>
+						<li >
+							<a href="http://im.qq.com" title="QQ (Group ID:176011868)" class="externalLink">QQ (Group ID:176011868)</a>
+						</li>
+						<li >
+							<a href="http:divider" title=""></a>
+						</li>
+						<li >
+							<a href="source-repository.html" title="Source Repository">Source Repository</a>
+						</li>
+						<li >
+							<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+						</li>
+						<li >
+							<a href="http://www.apache.org/security/" title="Security" class="externalLink">Security</a>
+						</li>
+						<li >
+							<a href="license.html" title="License">License</a>
+						</li>
+					</ul>
+				</div>
+				<div class="span4 bottom-nav">
+					<ul class="nav nav-list">
+						<li class="nav-header">Features</li>
+						<li >
+							<a href="architecture-overview.html" title="Architecture Overview">Architecture Overview</a>
+						</li>
+						<li >
+							<a href="http:divider" title=""></a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/security-ansi-schemas" title="ANSI Schema Support" class="externalLink">ANSI Schema Support</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/ustat-automation" title="Automated Update Statistics" class="externalLink">Automated Update Statistics</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/bulkunload" title="Bulk Unload" class="externalLink">Bulk Unload</a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Manageability#TrafodionManageability-LoggingEvents" title="Event Handling" class="externalLink">Event Handling</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/hybrid-query-cache" title="Hybrid Query Cache" class="externalLink">Hybrid Query Cache</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/identity-column" title="Identity Column" class="externalLink">Identity Column</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/lob-support" title="Large Object (LOB)" class="externalLink">Large Object (LOB)</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/ddl-query-invalidation" title="Metadata Query Invalidation" class="externalLink">Metadata Query Invalidation</a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Cmp-divisioning" title="Multi-Temperature Data" class="externalLink">Multi-Temperature Data</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/access-external-hbase-tables" title="Native HBase Tables" class="externalLink">Native HBase Tables</a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Tutorial:+The+object-oriented+UDF+interface" title="Object-Oriented UDF Tutorial" class="externalLink">Object-Oriented UDF Tutorial</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/sql-query-cancel" title="Query Cancel" class="externalLink">Query Cancel</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/security-privilege-updates" title="Privilege Checking" class="externalLink">Privilege Checking</a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Manageability" title="Repository" class="externalLink">Repository</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/enable-get-statistics-thru-rms" title="Runtime Management System" class="externalLink">Runtime Management System</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/sequence-numbers" title="Sequence Numbers" class="externalLink">Sequence Numbers</a>
+						</li>
+						<li >
+							<a href="https://blueprints.launchpad.net/trafodion/+spec/skew-buster" title="Skew Buster" class="externalLink">Skew Buster</a>
+						</li>
+						<li >
+							<a href="http:divider" title=""></a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Backup+and+Restore" title="Backup/Restore Utility" class="externalLink">Backup/Restore Utility</a>
+						</li>
+						<li >
+							<a href="https://cwiki.apache.org/confluence/display/TRAFODION/Metadata+Cleanup" title="Metadata Cleanup Utility" class="externalLink">Metadata Cleanup Utility</a>
+						</li>
+					</ul>
+				</div>
+				<div class="span4 bottom-description">
+					<blockquote><a href="http://trafodion.apache.org/">Apache Trafodion</a> is a webscale SQL-on-Hadoop solution enabling transactional or operational
+          workloads on Hadoop. <br /><br />The name &quot;Trafodion&quot; (the Welsh word for transactions, pronounced
+          &quot;Tra-vod-eee-on&quot;) was chosen specifically to emphasize the differentiation that 
+          Trafodion provides in closing a critical gap in the Hadoop ecosystem.<br /><br />          
+          Trafodion builds on the scalability, elasticity, and flexibility of Hadoop. Trafodion extends 
+          Hadoop to provide guaranteed transactional integrity, enabling new kinds of big data 
+          applications to run on Hadoop.</blockquote>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2015-2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+		
+<hr/>
+<div class="row span16">
+  <span>Apache, Apache Maven, Apache Maven Fluido Skin, the Apache feather logo, and the Apache Maven project logo
+        are trademarks of the Apache Software Foundation.</span>
+  <br/>
+  <br/>
+</div>			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src="./js/reflow-scroll.js"></script>
+	<script src="//yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+
+	</body>
+</html>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/integration.html
----------------------------------------------------------------------
diff --git a/integration.html b/integration.html
index 9fd37e9..02c161e 100644
--- a/integration.html
+++ b/integration.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/issue-tracking.html
----------------------------------------------------------------------
diff --git a/issue-tracking.html b/issue-tracking.html
index 18d0d50..f5e9a02 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/ldapcheck.html
----------------------------------------------------------------------
diff --git a/ldapcheck.html b/ldapcheck.html
index 1fa3dae..7b091ed 100644
--- a/ldapcheck.html
+++ b/ldapcheck.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/ldapconfigcheck.html
----------------------------------------------------------------------
diff --git a/ldapconfigcheck.html b/ldapconfigcheck.html
index 9aa6670..3f30929 100644
--- a/ldapconfigcheck.html
+++ b/ldapconfigcheck.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/license.html
----------------------------------------------------------------------
diff --git a/license.html b/license.html
index cb6bd62..90fb34a 100644
--- a/license.html
+++ b/license.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/logo.html
----------------------------------------------------------------------
diff --git a/logo.html b/logo.html
index dbb3763..f4d246c 100644
--- a/logo.html
+++ b/logo.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/mail-lists.html
----------------------------------------------------------------------
diff --git a/mail-lists.html b/mail-lists.html
index dd79eab..33b7317 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/management.html
----------------------------------------------------------------------
diff --git a/management.html b/management.html
index 5214b75..b570672 100644
--- a/management.html
+++ b/management.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/modules.html
----------------------------------------------------------------------
diff --git a/modules.html b/modules.html
index cb7f138..15eed9b 100644
--- a/modules.html
+++ b/modules.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/new-features.html
----------------------------------------------------------------------
diff --git a/new-features.html b/new-features.html
index 34b55cb..4214c62 100644
--- a/new-features.html
+++ b/new-features.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/passwordless-ssh.html
----------------------------------------------------------------------
diff --git a/passwordless-ssh.html b/passwordless-ssh.html
index 95a3a30..891dde0 100644
--- a/passwordless-ssh.html
+++ b/passwordless-ssh.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/performance.html
----------------------------------------------------------------------
diff --git a/performance.html b/performance.html
index 33a07d5..1444c71 100644
--- a/performance.html
+++ b/performance.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/presentations.html
----------------------------------------------------------------------
diff --git a/presentations.html b/presentations.html
index 0099b70..c0049c1 100644
--- a/presentations.html
+++ b/presentations.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/project-info.html
----------------------------------------------------------------------
diff --git a/project-info.html b/project-info.html
index 46e27b7..c1fafc5 100644
--- a/project-info.html
+++ b/project-info.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/project-summary.html
----------------------------------------------------------------------
diff --git a/project-summary.html b/project-summary.html
index 7dd7cb9..b89bbe3 100644
--- a/project-summary.html
+++ b/project-summary.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/quickstart.html
----------------------------------------------------------------------
diff --git a/quickstart.html b/quickstart.html
index 3d94432..1e9be25 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/release-notes-0-8-0.html
----------------------------------------------------------------------
diff --git a/release-notes-0-8-0.html b/release-notes-0-8-0.html
index e330b0a..086e621 100644
--- a/release-notes-0-8-0.html
+++ b/release-notes-0-8-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/release-notes-0-9-0.html
----------------------------------------------------------------------
diff --git a/release-notes-0-9-0.html b/release-notes-0-9-0.html
index 9e3e016..e644cf7 100644
--- a/release-notes-0-9-0.html
+++ b/release-notes-0-9-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/release-notes-1-0-0.html
----------------------------------------------------------------------
diff --git a/release-notes-1-0-0.html b/release-notes-1-0-0.html
index ca9fab8..ffff0bd 100644
--- a/release-notes-1-0-0.html
+++ b/release-notes-1-0-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/release-notes-1-0-1.html
----------------------------------------------------------------------
diff --git a/release-notes-1-0-1.html b/release-notes-1-0-1.html
index c768e66..7b96694 100644
--- a/release-notes-1-0-1.html
+++ b/release-notes-1-0-1.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/release-notes-1-1-0.html
----------------------------------------------------------------------
diff --git a/release-notes-1-1-0.html b/release-notes-1-1-0.html
index ca3a11d..76a7e27 100644
--- a/release-notes-1-1-0.html
+++ b/release-notes-1-1-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/release-notes-1-3-0.html
----------------------------------------------------------------------
diff --git a/release-notes-1-3-0.html b/release-notes-1-3-0.html
index 57c0249..6ec7465 100644
--- a/release-notes-1-3-0.html
+++ b/release-notes-1-3-0.html
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2018-02-02
+ Generated by Apache Maven Doxia at 2018-02-20
  Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">