http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/adjustSalary.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/adjustSalary.java 
b/docs/2.3.0/spj_guide/resources/source/adjustSalary.java
index cc2b095..46df21c 100644
--- a/docs/2.3.0/spj_guide/resources/source/adjustSalary.java
+++ b/docs/2.3.0/spj_guide/resources/source/adjustSalary.java
@@ -3,7 +3,7 @@
 // percentage. This method also returns the updated salary to an output  
 // parameter.    
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#adjustsalary-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#adjustsalary-procedure
 // for more documentation.
 public static void adjustSalary( BigDecimal empNum
                               , double percent

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/employeeJob.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/employeeJob.java 
b/docs/2.3.0/spj_guide/resources/source/employeeJob.java
index ce5cdab..e9f083a 100644
--- a/docs/2.3.0/spj_guide/resources/source/employeeJob.java
+++ b/docs/2.3.0/spj_guide/resources/source/employeeJob.java
@@ -1,7 +1,7 @@
 // The EMPLOYEEJOB procedure accepts an employee number and returns a job
 // code or null value to an output parameter.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#employeejob-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#employeejob-procedure
 // for more documentation.
 public static void employeeJob( int empNum
                              , java.lang.Integer[] jobCode

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/lowerPrice.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/lowerPrice.java 
b/docs/2.3.0/spj_guide/resources/source/lowerPrice.java
index b49ff2f..db00775 100644
--- a/docs/2.3.0/spj_guide/resources/source/lowerPrice.java
+++ b/docs/2.3.0/spj_guide/resources/source/lowerPrice.java
@@ -2,7 +2,7 @@
 // is, have less than 50 orders) and lowers the price of these items in the
 // database by 10 percent.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#lowerprice-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#lowerprice-procedure
 // for more documentation.
 public static void lowerPrice() throws SQLException
 {

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/numDailyOrders.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/numDailyOrders.java 
b/docs/2.3.0/spj_guide/resources/source/numDailyOrders.java
index 568d71f..642ab85 100644
--- a/docs/2.3.0/spj_guide/resources/source/numDailyOrders.java
+++ b/docs/2.3.0/spj_guide/resources/source/numDailyOrders.java
@@ -1,7 +1,7 @@
 // The DAILYORDERS procedure accepts a date and returns the number of
 //orders on that date to an output parameter.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#dailyorders-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#dailyorders-procedure
 // for additional documenation.
 public static void numDailyOrders( Date date
                                 , int[] numOrders 

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/numMonthlyOrders.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/numMonthlyOrders.java 
b/docs/2.3.0/spj_guide/resources/source/numMonthlyOrders.java
index 942ea01..7654d12 100644
--- a/docs/2.3.0/spj_guide/resources/source/numMonthlyOrders.java
+++ b/docs/2.3.0/spj_guide/resources/source/numMonthlyOrders.java
@@ -1,7 +1,7 @@
 // The MONTHLYORDERS procedure accepts an integer representing the month
 // and returns the number of orders during that month to an output parameter.
 // 
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#monthlyorders-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#monthlyorders-procedure
 // for more documentation.
 public static void numMonthlyOrders( int month
                                   , int[] numOrders

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/orderSummary.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/orderSummary.java 
b/docs/2.3.0/spj_guide/resources/source/orderSummary.java
index 8b8e5bb..50cdf74 100644
--- a/docs/2.3.0/spj_guide/resources/source/orderSummary.java
+++ b/docs/2.3.0/spj_guide/resources/source/orderSummary.java
@@ -11,7 +11,7 @@
 //   contains fields for the order number, part number, unit price, quantity
 //   ordered, and part description.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#ordersummary-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#ordersummary-procedure
 // for more documentation.
 public static void orderSummary( java.lang.String onOrAfter
                               , long[] numOrders

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/partData.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/partData.java 
b/docs/2.3.0/spj_guide/resources/source/partData.java
index 6d7b54b..db0f8dc 100644
--- a/docs/2.3.0/spj_guide/resources/source/partData.java
+++ b/docs/2.3.0/spj_guide/resources/source/partData.java
@@ -8,7 +8,7 @@
 // * A result set that contains rows from the PARTSUPP table for suppliers who 
carry this part.
 // * A result set that contains rows from the EMPLOYEE table for sales reps 
who have sold this part.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#partdata-procedure
+// See http://trafodion.apache.org/docs/spj_guide/index.html#partdata-procedure
 // for more documentation.
 public static void partData( int partNum
                           , String[] partDescription

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/partLocations.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/partLocations.java 
b/docs/2.3.0/spj_guide/resources/source/partLocations.java
index 88cdaae..873b40d 100644
--- a/docs/2.3.0/spj_guide/resources/source/partLocations.java
+++ b/docs/2.3.0/spj_guide/resources/source/partLocations.java
@@ -2,7 +2,7 @@
 // set of location codes that have the exact quantity and a set of location
 // codes that have more than that quantity.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#partlocations-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#partlocations-procedure
 // for more documentation.
 public static void partLocations( int partNum
                                , int quantity

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/projectTeam.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/projectTeam.java 
b/docs/2.3.0/spj_guide/resources/source/projectTeam.java
index 0d150c4..024c348 100644
--- a/docs/2.3.0/spj_guide/resources/source/projectTeam.java
+++ b/docs/2.3.0/spj_guide/resources/source/projectTeam.java
@@ -2,7 +2,7 @@
 // employee number, first name, last name, and location of the employees
 // assigned to that project.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#projectteam-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#projectteam-procedure
 // for more documentation.
 public static void projectTeam( int projectCode
                              , ResultSet[] members

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/supplierInfo.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/supplierInfo.java 
b/docs/2.3.0/spj_guide/resources/source/supplierInfo.java
index c98a392..01a1dd8 100644
--- a/docs/2.3.0/spj_guide/resources/source/supplierInfo.java
+++ b/docs/2.3.0/spj_guide/resources/source/supplierInfo.java
@@ -2,7 +2,7 @@
 // supplier's name, street, city, state, and post code to separate output
 // parameters.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#supplierinfo-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#supplierinfo-procedure
 // for more documentation.
 public static void supplierInfo( BigDecimal suppNum
                               , String[] suppName

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/supplyQuantities.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/supplyQuantities.java 
b/docs/2.3.0/spj_guide/resources/source/supplyQuantities.java
index 59a6911..c29d593 100644
--- a/docs/2.3.0/spj_guide/resources/source/supplyQuantities.java
+++ b/docs/2.3.0/spj_guide/resources/source/supplyQuantities.java
@@ -2,7 +2,7 @@
 // quantities of available parts in inventory to separate output
 // parameters.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#supplyquantities-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#supplyquantities-procedure
 // for more documentation.
 public static void supplyQuantities( int[] avgQty
                                   , int[] minQty

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/topSalesReps.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/topSalesReps.java 
b/docs/2.3.0/spj_guide/resources/source/topSalesReps.java
index beee8ca..18eb455 100644
--- a/docs/2.3.0/spj_guide/resources/source/topSalesReps.java
+++ b/docs/2.3.0/spj_guide/resources/source/topSalesReps.java
@@ -4,7 +4,7 @@
 // figures of the top five sales representatives who had the highest sales
 // (unit_price * qty_ordered) that quarter.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#topsalesreps-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#topsalesreps-procedure
 // for more documentation.
 public static void topSalesReps( int whichQuarter
                               , ResultSet[] topReps

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/resources/source/totalPrice.java
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/resources/source/totalPrice.java 
b/docs/2.3.0/spj_guide/resources/source/totalPrice.java
index 5e1ff15..4eafbb4 100644
--- a/docs/2.3.0/spj_guide/resources/source/totalPrice.java
+++ b/docs/2.3.0/spj_guide/resources/source/totalPrice.java
@@ -2,7 +2,7 @@
 // of an item, calculates the total price, including tax and shipping
 // charges, and returns the total price to an input/output parameter.
 //
-// See 
http://trafodion.incubator.apache.org/docs/spj_guide/index.html#totalprice-procedure
+// See 
http://trafodion.apache.org/docs/spj_guide/index.html#totalprice-procedure
 // for more documentation.
 public static void totalPrice( BigDecimal qtyOrdered
                             , String shippingSpeed

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/source-repository.html 
b/docs/2.3.0/spj_guide/source-repository.html
index b65fe26..bcb330a 100644
--- a/docs/2.3.0/spj_guide/source-repository.html
+++ b/docs/2.3.0/spj_guide/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 Dec 23, 2017 -->
+<!-- Generated by Apache Maven Doxia at Jan 3, 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="20171223" />
+    <meta name="Date-Revision-yyyymmdd" content="20180103" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2017-12-23</span>
+        <span id="publishDate">Last Published: 2018-01-03</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" 
title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>
@@ -89,7 +89,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview<a name="Overview"></a></h2><a 
name="Overview"></a><p>This project uses <a class="externalLink" 
href="http://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="http://git-scm.com/documentation";>http://git-scm.com/documentation</a>.</p></div><div
 class="section"><h2>Web Browser Access<a name="Web_Browser_Access"></a></h2><a 
name="Web_Browser_Access"></a><p>The following is a link to a browsable version 
of the source repository:</p><div class="source"><pre><a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=incubator-trafodion.git";>https://git-wip-us.apache.org/repos/asf?p=incubator-trafodion.git</a></pre></div></div><div
 class="section"><h2>Anonymous Access<a name="Anonymous_Access"></a></h2><a 
name="Anonymous_Access"></a><p>The source can be checked out anonymously from 
Git with this command (See <a class="externalLink" 
href="http://git-scm.com/docs/git-cl
 one">http://git-scm.com/docs/git-clone</a>):</p><div class="source"><pre>$ git 
clone 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion.git</pre></div></div><div
 class="section"><h2>Developer Access<a name="Developer_Access"></a></h2><a 
name="Developer_Access"></a><p>Only project developers can access the Git tree 
via this method (See <a class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.com/docs/git-clone</a>).</p><div
 class="source"><pre>$ git clone 
https://git-wip-us.apache.org/repos/asf/incubator-trafodion.git</pre></div></div><div
 class="section"><h2>Access from Behind a Firewall<a 
name="Access_from_Behind_a_Firewall"></a></h2><a 
name="Access_from_Behind_a_Firewall"></a><p>Refer to the documentation of the 
SCM used for more information about access behind a firewall.</p></div>
+        <div class="section"><h2>Overview<a name="Overview"></a></h2><a 
name="Overview"></a><p>This project uses <a class="externalLink" 
href="http://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="http://git-scm.com/documentation";>http://git-scm.com/documentation</a>.</p></div><div
 class="section"><h2>Web Browser Access<a name="Web_Browser_Access"></a></h2><a 
name="Web_Browser_Access"></a><p>The following is a link to a browsable version 
of the source repository:</p><div class="source"><pre><a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=trafodion.git";>https://git-wip-us.apache.org/repos/asf?p=trafodion.git</a></pre></div></div><div
 class="section"><h2>Anonymous Access<a name="Anonymous_Access"></a></h2><a 
name="Anonymous_Access"></a><p>The source can be checked out anonymously from 
Git with this command (See <a class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.
 com/docs/git-clone</a>):</p><div class="source"><pre>$ git clone 
http://git-wip-us.apache.org/repos/asf/trafodion.git</pre></div></div><div 
class="section"><h2>Developer Access<a name="Developer_Access"></a></h2><a 
name="Developer_Access"></a><p>Only project developers can access the Git tree 
via this method (See <a class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.com/docs/git-clone</a>).</p><div
 class="source"><pre>$ git clone 
https://git-wip-us.apache.org/repos/asf/trafodion.git</pre></div></div><div 
class="section"><h2>Access from Behind a Firewall<a 
name="Access_from_Behind_a_Firewall"></a></h2><a 
name="Access_from_Behind_a_Firewall"></a><p>Refer to the documentation of the 
SCM used for more information about access behind a firewall.</p></div>
       </div>
     </div>
     <div class="clear">
@@ -97,7 +97,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-              Copyright &#169;                    2015-2017
+              Copyright &#169;                    2015-2018
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
         

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/eeff375e/docs/2.3.0/spj_guide/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/spj_guide/team-list.html 
b/docs/2.3.0/spj_guide/team-list.html
index ef66114..4072111 100644
--- a/docs/2.3.0/spj_guide/team-list.html
+++ b/docs/2.3.0/spj_guide/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 Dec 23, 2017 -->
+<!-- Generated by Apache Maven Doxia at Jan 3, 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="20171223" />
+    <meta name="Date-Revision-yyyymmdd" content="20180103" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2017-12-23</span>
+        <span id="publishDate">Last Published: 2018-01-03</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" 
title="Trafodion SPJ Guide">Trafodion SPJ Guide</a>
@@ -89,7 +89,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>The Team<a name="The_Team"></a></h2><a 
name="The_Team"></a><p>A successful project requires many people to play many 
roles. Some members write code or documentation, while others are valuable as 
testers, submitting patches and suggestions.</p><p>The team is comprised of 
Members and Contributors. Members have direct access to the source of a project 
and actively evolve the code-base. Contributors improve the project through 
submission of patches and suggestions to the Members. The number of 
Contributors to the project is unbounded. Get involved today. All contributions 
to the project are greatly appreciated.</p><div class="section"><h3>Members<a 
name="Members"></a></h3><a name="Members"></a><p>The following is a list of 
developers with commit privileges that have directly contributed to the project 
in one way or another.</p><table border="0" class="bodyTable"><tr 
class="a"><th>Image</th><th>Id</th><th>Name</th><th>Email</th><th>URL</th></tr><tr
 class=
 "b"><td><img 
src="http://www.gravatar.com/avatar/7a383ed4a993e46794e53cc34993b29f?d=mm&amp;s=60";
 alt="" /></td><td><a 
name="TrafodionDeveloper"></a>TrafodionDeveloper</td><td>See list of Trafodion 
developers</td><td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td><td><a
 class="externalLink" 
href="https://cwiki.apache.org/confluence/display/TRAFODION/Contributors";>https://cwiki.apache.org/confluence/display/TRAFODION/Contributors</a></td></tr></table></div><div
 class="section"><h3>Contributors<a name="Contributors"></a></h3><a 
name="Contributors"></a><p>The following additional people have contributed to 
this project through the way of suggestions, patches or 
documentation.</p><table border="0" class="bodyTable"><tr 
class="a"><th>Image</th><th>Name</th><th>Email</th><th>URL</th></tr><tr 
class="b"><td><img 
src="http://www.gravatar.com/avatar/7a383ed4a993e46794e53cc34993b29f?d=mm&amp;s=60";
 alt="" /></td><td>See list of
  Trafodion contributors</td><td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td><td><a
 class="externalLink" 
href="https://cwiki.apache.org/confluence/display/TRAFODION/Contributors";>https://cwiki.apache.org/confluence/display/TRAFODION/Contributors</a></td></tr></table></div></div>
+        <div class="section"><h2>The Team<a name="The_Team"></a></h2><a 
name="The_Team"></a><p>A successful project requires many people to play many 
roles. Some members write code or documentation, while others are valuable as 
testers, submitting patches and suggestions.</p><p>The team is comprised of 
Members and Contributors. Members have direct access to the source of a project 
and actively evolve the code-base. Contributors improve the project through 
submission of patches and suggestions to the Members. The number of 
Contributors to the project is unbounded. Get involved today. All contributions 
to the project are greatly appreciated.</p><div class="section"><h3>Members<a 
name="Members"></a></h3><a name="Members"></a><p>The following is a list of 
developers with commit privileges that have directly contributed to the project 
in one way or another.</p><table border="0" class="bodyTable"><tr 
class="a"><th>Image</th><th>Id</th><th>Name</th><th>Email</th><th>URL</th></tr><tr
 class=
 "b"><td><img 
src="http://www.gravatar.com/avatar/e51cda6c1ae44256f1e7df7555c39181?d=mm&amp;s=60";
 alt="" /></td><td><a 
name="TrafodionDeveloper"></a>TrafodionDeveloper</td><td>See list of Trafodion 
developers</td><td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td><td><a
 class="externalLink" 
href="https://cwiki.apache.org/confluence/display/TRAFODION/Contributors";>https://cwiki.apache.org/confluence/display/TRAFODION/Contributors</a></td></tr></table></div><div
 class="section"><h3>Contributors<a name="Contributors"></a></h3><a 
name="Contributors"></a><p>The following additional people have contributed to 
this project through the way of suggestions, patches or 
documentation.</p><table border="0" class="bodyTable"><tr 
class="a"><th>Image</th><th>Name</th><th>Email</th><th>URL</th></tr><tr 
class="b"><td><img 
src="http://www.gravatar.com/avatar/e51cda6c1ae44256f1e7df7555c39181?d=mm&amp;s=60";
 alt="" /></td><td>See list of Trafodion contribut
 ors</td><td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td><td><a
 class="externalLink" 
href="https://cwiki.apache.org/confluence/display/TRAFODION/Contributors";>https://cwiki.apache.org/confluence/display/TRAFODION/Contributors</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -97,7 +97,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-              Copyright &#169;                    2015-2017
+              Copyright &#169;                    2015-2018
                         <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
             All Rights Reserved.      
         

Reply via email to