http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
index e88e426..0135473 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.atom (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.atom (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.dto.atom (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.dto.atom (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -244,33 +244,33 @@
       <p class='bcode'>
    Feed feed = <jk>new</jk> Feed()
       .setTitle(<jk>new</jk> Text(<js>"text"</js>, <js>"Juneau ATOM 
specification"</js>))
-      .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"A 
&lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless"</js>))
-      .setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>))
-      .setId(<jk>new</jk> Id(<js>"tag:juneau.sample.com,2013:1"</js>))
+      .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"Describes 
&lt;em&gt;stuff&lt;/em&gt; about Juneau"</js>))
+      .setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>))
+      .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>))
       .addLinks(
-         <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, 
<js>"http://www.sample.com/";</js>).setHreflang(<js>"en"</js>),
-         <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, 
<js>"http://www.sample.com/feed.atom";</js>)
+         <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, 
<js>"http://juneau.apache.org/";</js>).setHreflang(<js>"en"</js>),
+         <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, 
<js>"http://juneau.apache.org/feed.atom";</js>)
       )
-      .setRights(<jk>new</jk> Text(<js>"Copyright (c) 2013, IBM"</js>))
-      .setGenerator(<jk>new</jk> 
Generator(<js>"Juneau"</js>).setUri(<jk>new</jk> 
URI(<js>"http://juneau.ibm..com/";</js>)).setVersion(<js>"1.0"</js>))
+      .setRights(<jk>new</jk> Text(<js>"Copyright (c) 2016, Apache 
Foundation"</js>))
+      .setGenerator(<jk>new</jk> 
Generator(<js>"Juneau"</js>).setUri(<jk>new</jk> 
URI(<js>"http://juneau.apache.org/";</js>)).setVersion(<js>"1.0"</js>))
       .addEntries(
          <jk>new</jk> Entry()
             .setTitle(<jk>new</jk> Text(<js>"Juneau ATOM specification 
snapshot"</js>))
             .addLinks(
-               <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, 
<js>"http://www.sample.com/2012/05/08/juneau.atom";</js>),
-               <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, 
<js>""http://www.sample.com/audio/juneau_podcast.mp3";</js>).setLength(12345)
+               <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, 
<js>"http://juneau.apache.org/juneau.atom";</js>),
+               <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, 
<js>""http://juneau.apache.org/audio/juneau_podcast.mp3";</js>).setLength(12345)
             )
-            .setId(<jk>new</jk> 
Id(<js>"tag:juneau.sample.com,2013:1.2345"</js>))
-            
.setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>))
-            
.setPublished(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>))
-            .addAuthors(<jk>new</jk> Person(<js>"James 
Bognar"</js>).setUri(<jk>new</jk> 
URI(<js>"http://www.sample.com/";</js>)).setEmail(<js>"[email protected]"</js>))
+            .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>))
+            
.setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>))
+            
.setPublished(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>))
+            .addAuthors(<jk>new</jk> Person(<js>"James 
Bognar"</js>).setUri(<jk>new</jk> 
URI(<js>"http://juneau.apache.org/";</js>)).setEmail(<js>"[email protected]"</js>))
             .addContributors(
                <jk>new</jk> Person(<js>"Barry M. Caceres"</js>)
             )
             .setContent(
                <jk>new</jk> Content()
                   .setLang(<js>"en"</js>)
-                  .setBase(<jk>new</jk> URI(<js>"http://www.ibm.com/";</js>))
+                  .setBase(<jk>new</jk> URI(<js>"http://www.apache.org/";</js>))
                   .setType(<js>"xhtml"</js>)
                   .setText(<js>"&lt;div 
xmlns=\"http://www.w3.org/1999/xhtml\"&gt;&lt;p&gt;*lt;i&gt;[Update: Juneau 
supports ATOM.]&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;"</js>)
             )
@@ -294,45 +294,45 @@
       <p class='bcode'>
    <xt>&lt;feed&gt;</xt>
       <xt>&lt;id&gt;</xt>
-         tag:juneau.sample.com,2013:1
+         tag:juneau.apache.org
       <xt>&lt;/id&gt;</xt>
-      <xt>&lt;link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> 
<xa>hreflang</xa>=<xs>'en'</xs>/<xt>&gt;</xt>
-      <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> 
<xa>rel</xa>=<xs>'self'</xs> 
<xa>type</xa>=<xs>'application/atom+xml'</xs>/<xt>&gt;</xt>
+      <xt>&lt;link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> 
<xa>hreflang</xa>=<xs>'en'</xs>/<xt>&gt;</xt>
+      <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> 
<xa>rel</xa>=<xs>'self'</xs> 
<xa>type</xa>=<xs>'application/atom+xml'</xs>/<xt>&gt;</xt>
       <xt>&lt;rights&gt;</xt>
-         Copyright (c) 2013, IBM
+         Copyright (c) 2016, Apache Foundation
       <xt>&lt;/rights&gt;</xt>
       <xt>&lt;title</xt> <xa>type</xa>=<xs>'text'</xs>&gt;</xt>
          Juneau ATOM specification
       <xt>&lt;/title&gt;</xt>
-      <xt>&lt;updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/updated&gt;</xt>
-      <xt>&lt;generator</xt> <xa>uri</xa>=<xs>'http://juneau.ibm.com/'</xs> 
<xa>version</xa>=<xs>'1.0'</xs><xt>&gt;</xt>
+      <xt>&lt;updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/updated&gt;</xt>
+      <xt>&lt;generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> 
<xa>version</xa>=<xs>'1.0'</xs><xt>&gt;</xt>
          Juneau
       <xt>&lt;/generator&gt;</xt>
       <xt>&lt;subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>&gt;</xt>
-         A &amp;lt;em&amp;gt;lot&amp;lt;/em&amp;gt; of effort went into making 
this effortless
+         Describes &lt;em&gt;stuff&lt;/em&gt; about Juneau
       <xt>&lt;/subtitle&gt;</xt>
       <xt>&lt;entry&gt;</xt>
          <xt>&lt;author&gt;</xt>
             <xt>&lt;name&gt;</xt>James Bognar<xt>&lt;/name&gt;</xt>
-            <xt>&lt;uri&gt;</xt>http://www.sample.com/<xt>&lt;/uri&gt;</xt>
-            
<xt>&lt;email&gt;</xt>[email protected]<xt>&lt;/email&gt;</xt>
+            <xt>&lt;uri&gt;</xt>http://juneau.apache.org/<xt>&lt;/uri&gt;</xt>
+            
<xt>&lt;email&gt;</xt>[email protected]<xt>&lt;/email&gt;</xt>
          <xt>&lt;/author&gt;</xt>
          <xt>&lt;contributor&gt;</xt>
             <xt>&lt;name&gt;</xt>Barry M. Caceres<xt>&lt;/name&gt;</xt>
          <xt>&lt;/contributor&gt;</xt>
          <xt>&lt;id&gt;</xt>
-            tag:juneau.sample.com,2013:1.2345
+            tag:juneau.apache.org
          <xt>&lt;/id&gt;</xt>
-         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> 
<xa>type</xa>=<xs>'text/html'</xs>/<xt>&gt;</xt>
-         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> 
<xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> 
<xa>length</xa>=<xs>'12345'</xs>/<xt>&gt;</xt>
+         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> 
<xa>type</xa>=<xs>'text/html'</xs>/<xt>&gt;</xt>
+         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> 
<xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> 
<xa>length</xa>=<xs>'12345'</xs>/<xt>&gt;</xt>
          <xt>&lt;title&gt;</xt>
             Juneau ATOM specification snapshot
          <xt>&lt;/title&gt;</xt>
-         <xt>&lt;updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/updated&gt;</xt>
-         <xt>&lt;content</xt> <xa>base</xa>=<xs>'http://www.ibm.com/'</xs> 
<xa>lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>&gt;</xt>
+         <xt>&lt;updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/updated&gt;</xt>
+         <xt>&lt;content</xt> <xa>base</xa>=<xs>'http://www.apache.org/'</xs> 
<xa>lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>&gt;</xt>
             <xt>&lt;div</xt> 
<xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml";</xs><xt>&gt;&lt;p&gt;&lt;i&gt;</xt>[Update:
 Juneau supports ATOM.]<xt>&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;</xt>
          <xt>&lt;/content&gt;</xt>
-         
<xt>&lt;published&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/published&gt;</xt>
+         
<xt>&lt;published&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/published&gt;</xt>
       <xt>&lt;/entry&gt;</xt>
    <xt>&lt;/feed&gt;</xt>     
       </p>
@@ -353,50 +353,50 @@
       <h6 class='figure'>Results</h6>
       <p class='bcode'>
    <xt>&lt;atom:feed</xt> 
-         <xa>xmlns</xa>=<xs>'http://www.ibm.com/2013/Juneau'</xs> 
+         <xa>xmlns</xa>=<xs>'http://www.apache.org/2013/Juneau'</xs> 
          <xa>xmlns:atom</xa>=<xs>'http://www.w3.org/2005/Atom/'</xs> 
          <xa>xmlns:xml</xa>=<xs>'http://www.w3.org/XML/1998/namespace'</xs> 
          
<xa>xmlns:xsi</xa>=<xs>'http://www.w3.org/2001/XMLSchema-instance'</xs><xt>&gt;</xt>
       <xt>&lt;atom:id&gt;</xt>
-         tag:juneau.sample.com,2013:1
+         tag:juneau.apache.org
       <xt>&lt;/atom:id&gt;</xt>
-      <xt>&lt;atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> 
<xa>hreflang</xa>=<xs>'en'</xs><xt>/&gt;</xt>
-      <xt>&lt;atom:link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> 
<xa>rel</xa>=<xs>'self'</xs> 
<xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/&gt;</xt>
+      <xt>&lt;atom:link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> 
<xa>hreflang</xa>=<xs>'en'</xs><xt>/&gt;</xt>
+      <xt>&lt;atom:link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> 
<xa>rel</xa>=<xs>'self'</xs> 
<xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/&gt;</xt>
       <xt>&lt;atom:rights&gt;</xt>
-         Copyright (c) 2013, IBM
+         Copyright (c) 2016, Apache Foundation
       <xt>&lt;/atom:rights&gt;</xt>
       <xt>&lt;atom:title</xt> <xa>type</xa>=<xs>'text'</xs><xt>&gt;</xt>
          Juneau ATOM specification
       <xt>&lt;/atom:title&gt;</xt>
-      
<xt>&lt;atom:updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/atom:updated&gt;</xt>
-      <xt>&lt;atom:generator</xt> 
<xa>uri</xa>=<xs>'http://juneau.ibm.com/'</xs> 
<xa>version</xa>=<xs>'1.0'</xs><xt>&gt;</xt>
+      
<xt>&lt;atom:updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/atom:updated&gt;</xt>
+      <xt>&lt;atom:generator</xt> 
<xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> 
<xa>version</xa>=<xs>'1.0'</xs><xt>&gt;</xt>
          Juneau
       <xt>&lt;/atom:generator&gt;</xt>
       <xt>&lt;atom:subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>&gt;</xt>
-         A &amp;lt;em&amp;gt;lot&amp;lt;/em&amp;gt; of effort went into making 
this effortless
+         Describes &lt;em&gt;stuff&lt;/em&gt; about Juneau
       <xt>&lt;/atom:subtitle&gt;</xt>
       <xt>&lt;atom:entry&gt;</xt>
          <xt>&lt;atom:author&gt;</xt>
             <xt>&lt;atom:name&gt;</xt>James Bognar<xt>&lt;/atom:name&gt;</xt>
-            
<xt>&lt;atom:uri&gt;</xt>http://www.sample.com/<xt>&lt;/atom:uri&gt;</xt>
-            
<xt>&lt;atom:email&gt;</xt>[email protected]<xt>&lt;/atom:email&gt;</xt>
+            
<xt>&lt;atom:uri&gt;</xt>http://juneau.apache.org/<xt>&lt;/atom:uri&gt;</xt>
+            
<xt>&lt;atom:email&gt;</xt>[email protected]<xt>&lt;/atom:email&gt;</xt>
          <xt>&lt;/atom:author&gt;</xt>
          <xt>&lt;atom:contributor&gt;</xt>
             <xt>&lt;atom:name&gt;</xt>Barry M. 
Caceres<xt>&lt;/atom:name&gt;</xt>
          <xt>&lt;/atom:contributor&gt;</xt>
          <xt>&lt;atom:id&gt;</xt>
-            tag:juneau.sample.com,2013:1.2345
+            tag:juneau.apache.org
          <xt>&lt;/atom:id&gt;</xt>
-         <xt>&lt;atom:link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> 
<xa>type</xa>=<xs>'text/html'</xs><xt>/&gt;</xt>
-         <xt>&lt;atom:link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> 
<xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> 
<xa>length</xa>=<xs>'12345'</xs><xt>/&gt;</xt>
+         <xt>&lt;atom:link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> 
<xa>type</xa>=<xs>'text/html'</xs><xt>/&gt;</xt>
+         <xt>&lt;atom:link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> 
<xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> 
<xa>length</xa>=<xs>'12345'</xs><xt>/&gt;</xt>
          <xt>&lt;atom:title&gt;</xt>
             Juneau ATOM specification snapshot
          <xt>&lt;/atom:title&gt;</xt>
-         
<xt>&lt;atom:updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/atom:updated&gt;</xt>
-         <xt>&lt;atom:content</xt> 
<xa>xml:base</xa>=<xs>'http://www.ibm.com/'</xs> 
<xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>&gt;</xt>
+         
<xt>&lt;atom:updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/atom:updated&gt;</xt>
+         <xt>&lt;atom:content</xt> 
<xa>xml:base</xa>=<xs>'http://www.apache.org/'</xs> 
<xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>&gt;</xt>
             <xt>&lt;div</xt> 
<xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml";</xs><xt>&gt;</xt><xt>&lt;p&gt;</xt><xt>&lt;i&gt;</xt>[Update:
 Juneau supports 
ATOM.]<xt>&lt;/i&gt;</xt><xt>&lt;/p&gt;</xt><xt>&lt;/div&gt;</xt>
          <xt>&lt;/atom:content&gt;</xt>
-         
<xt>&lt;atom:published&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/atom:published&gt;</xt>
+         
<xt>&lt;atom:published&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/atom:published&gt;</xt>
       <xt>&lt;/atom:entry&gt;</xt>
    <xt>&lt;/atom:feed&gt;</xt>
       </p>
@@ -421,45 +421,45 @@
          <xa>xmlns:xml</xa>=<xs>'http://www.w3.org/XML/1998/namespace'</xs> 
          
<xa>xmlns:xsi</xa>=<xs>'http://www.w3.org/2001/XMLSchema-instance'</xs><xt>&gt;</xt>
       <xt>&lt;id&gt;</xt>
-         tag:juneau.sample.com,2013:1
+         tag:juneau.apache.org
       <xt>&lt;/id&gt;</xt>
-      <xt>&lt;link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> 
<xa>hreflang</xa>=<xs>'en'</xs><xt>/&gt;</xt>
-      <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> 
<xa>rel</xa>=<xs>'self'</xs> 
<xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/&gt;</xt>
+      <xt>&lt;link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> 
<xa>hreflang</xa>=<xs>'en'</xs><xt>/&gt;</xt>
+      <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> 
<xa>rel</xa>=<xs>'self'</xs> 
<xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/&gt;</xt>
       <xt>&lt;rights&gt;</xt>
-         Copyright (c) 2013, IBM
+         Copyright (c) 2016, Apache Foundation
       <xt>&lt;/rights&gt;</xt>
       <xt>&lt;title</xt> <xa>type</xa>=<xs>'text'</xs><xt>&gt;</xt>
          Juneau ATOM specification
       <xt>&lt;/title&gt;</xt>
-      <xt>&lt;updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/updated&gt;</xt>
-      <xt>&lt;generator</xt> <xa>uri</xa>=<xs>'http://juneau.ibm.com/'</xs> 
<xa>version</xa>=<xs>'1.0'</xs><xt>&gt;</xt>
+      <xt>&lt;updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/updated&gt;</xt>
+      <xt>&lt;generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> 
<xa>version</xa>=<xs>'1.0'</xs><xt>&gt;</xt>
          Juneau
       <xt>&lt;/generator&gt;</xt>
       <xt>&lt;subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>&gt;</xt>
-         A &amp;lt;em&amp;gt;lot&amp;lt;/em&amp;gt; of effort went into making 
this effortless
+         Describes &amp;lt;em&amp;stuff&amp;lt;/em&amp;gt; about Juneau
       <xt>&lt;/subtitle&gt;</xt>
       <xt>&lt;entry&gt;</xt>
          <xt>&lt;author&gt;</xt>
             <xt>&lt;name&gt;</xt>James Bognar<xt>&lt;/name&gt;</xt>
-            <xt>&lt;uri&gt;</xt>http://www.sample.com/<xt>&lt;/uri&gt;</xt>
-            
<xt>&lt;email&gt;</xt>[email protected]<xt>&lt;/email&gt;</xt>
+            <xt>&lt;uri&gt;</xt>http://juneau.apache.org/<xt>&lt;/uri&gt;</xt>
+            
<xt>&lt;email&gt;</xt>[email protected]<xt>&lt;/email&gt;</xt>
          <xt>&lt;/author&gt;</xt>
          <xt>&lt;contributor&gt;</xt>
             <xt>&lt;name&gt;</xt>Barry M. Caceres<xt>&lt;/name&gt;</xt>
          <xt>&lt;/contributor&gt;</xt>
          <xt>&lt;id&gt;</xt>
-            tag:juneau.sample.com,2013:1.2345
+            tag:juneau.apache.org
          <xt>&lt;/id&gt;</xt>
-         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> 
<xa>type</xa>=<xs>'text/html'</xs><xt>/&gt;</xt>
-         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> 
<xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> 
<xa>length</xa>=<xs>'12345'</xs><xt>/&gt;</xt>
+         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> 
<xa>rel</xa>=<xs>'alternate'</xs> 
<xa>type</xa>=<xs>'text/html'</xs><xt>/&gt;</xt>
+         <xt>&lt;link</xt> 
<xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> 
<xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> 
<xa>length</xa>=<xs>'12345'</xs><xt>/&gt;</xt>
          <xt>&lt;title&gt;</xt>
             Juneau ATOM specification snapshot
          <xt>&lt;/title&gt;</xt>
-         <xt>&lt;updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/updated&gt;</xt>
-         <xt>&lt;content</xt> <xa>xml:base</xa>=<xs>'http://www.ibm.com/'</xs> 
<xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>&gt;</xt>
+         <xt>&lt;updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/updated&gt;</xt>
+         <xt>&lt;content</xt> 
<xa>xml:base</xa>=<xs>'http://www.apache.org/'</xs> 
<xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>&gt;</xt>
             <xt>&lt;div</xt> 
<xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml";</xs><xt>&gt;</xt><xt>&lt;p&gt;</xt><xt>&lt;i&gt;</xt>[Update:
 Juneau supports 
ATOM.]<xt>&lt;/i&gt;</xt><xt>&lt;/p&gt;</xt><xt>&lt;/div&gt;</xt>
          <xt>&lt;/content&gt;</xt>
-         
<xt>&lt;published&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/published&gt;</xt>
+         
<xt>&lt;published&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/published&gt;</xt>
       <xt>&lt;/entry&gt;</xt>
    <xt>&lt;/feed&gt;</xt>
       </p>     
@@ -486,45 +486,45 @@
          <p class='bcode'>
    {
       id: {
-         text: <js>'tag:juneau.sample.com,2013:1'</js>
+         text: <js>'tag:juneau.apache.org'</js>
       }, 
       links: [
          {
-            href: <js>'http://www.sample.com/'</js>, 
+            href: <js>'http://juneau.apache.org/'</js>, 
             rel: <js>'alternate'</js>, 
             type: <js>'text/html'</js>, 
             hreflang: <js>'en'</js>
          }, 
          {
-            href: <js>'http://www.sample.com/feed.atom'</js>, 
+            href: <js>'http://juneau.apache.org/juneau.atom'</js>, 
             rel: <js>'self'</js>, 
             type: <js>'application/atom+xml'</js>
          }
       ], 
       rights: {
-         text: <js>'Copyright (c) 2013, IBM'</js>
+         text: <js>'Copyright (c) 2016, Apache Foundation'</js>
       }, 
       title: {
          type: <js>'text'</js>, 
          text: <js>'Juneau ATOM specification'</js>
       }, 
-      updated: <js>'2013-05-08T12:29:29Z'</js>, 
+      updated: <js>'2016-01-02T03:04:05Z'</js>, 
       generator: {
-         uri: <js>'http://juneau.ibm.com/'</js>, 
+         uri: <js>'http://juneau.apache.org/'</js>, 
          version: <js>'1.0'</js>, 
          text: <js>'Juneau'</js>
       }, 
       subtitle: {
          type: <js>'html'</js>, 
-         text: <js>'A &lt;em&gt;lot&lt;/em&gt; of effort went into making this 
effortless'</js>
+         text: <js>'Describes &lt;em&gt;stuff&lt;/em&gt; about Juneau'</js>
       }, 
       entries: [
          {
             authors: [
                {
                   name: <js>'James Bognar'</js>, 
-                  uri: <js>'http://www.sample.com/'</js>, 
-                  email: <js>'[email protected]'</js>
+                  uri: <js>'http://juneau.apache.org/'</js>, 
+                  email: <js>'[email protected]'</js>
                }
             ], 
             contributors: [
@@ -533,16 +533,16 @@
                }
             ], 
             id: {
-               text: <js>'tag:juneau.sample.com,2013:1.2345'</js>
+               text: <js>'tag:juneau.apache.org'</js>
             }, 
             links: [
                {
-                  href: 
<js>'http://www.sample.com/2012/05/08/juneau.atom'</js>, 
+                  href: <js>'http://juneau.apache.org/juneau.atom'</js>, 
                   rel: <js>'alternate'</js>, 
                   type: <js>'text/html'</js>
                }, 
                {
-                  href: 
<js>'http://www.sample.com/audio/juneau_podcast.mp3'</js>, 
+                  href: 
<js>'http://juneau.apache.org/audio/juneau_podcast.mp3'</js>, 
                   rel: <js>'enclosure'</js>, 
                   type: <js>'audio/mpeg'</js>, 
                   length: <jk>12345</jk>
@@ -551,14 +551,14 @@
             title: {
                text: <js>'Juneau ATOM specification snapshot'</js>
             }, 
-            updated: <js>'2013-05-08T12:29:29Z'</js>, 
+            updated: <js>'2016-01-02T03:04:05Z'</js>, 
             content: {
-               base: <js>'http://www.ibm.com/'</js>, 
+               base: <js>'http://www.apache.org/'</js>, 
                lang: <js>'en'</js>, 
                type: <js>'xhtml'</js>, 
                text: <js>'&lt;div 
xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;i&gt;[Update: Juneau 
supports ATOM.]&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;'</js>
             }, 
-            published: <js>'2013-05-08T12:29:29Z'</js>
+            published: <js>'2016-01-02T03:04:05Z'</js>
          }
       ]
    }
@@ -590,39 +590,39 @@
          <p class='bcode'>
    <xt>&lt;rdf:RDF</xt>
        
<xa>xmlns:rdf</xa>=<xs>'http://www.w3.org/1999/02/22-rdf-syntax-ns#'</xs>
-       <xa>xmlns:j</xa>=<xs>'http://www.ibm.com/juneau/'</xs>
-       <xa>xmlns:jp</xa>=<xs>'http://www.ibm.com/juneaubp/'</xs>
+       <xa>xmlns:j</xa>=<xs>'http://www.apache.org/juneau/'</xs>
+       <xa>xmlns:jp</xa>=<xs>'http://www.apache.org/juneaubp/'</xs>
        <xa>xmlns:atom</xa>=<xs>'http://www.w3.org/2005/Atom/'</xs>
        <xa>xmlns:j.0</xa>=<xs>'http://www.w3.org/XML/1998/'</xs><xt>&gt;</xt>
       <xt>&lt;rdf:Description&gt;</xt>
          <xt>&lt;atom:id</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-            
<xt>&lt;atom:text&gt;</xt>tag:juneau.sample.com,2013:1<xt>&lt;/atom:text&gt;</xt>
+            
<xt>&lt;atom:text&gt;</xt>tag:juneau.apache.org<xt>&lt;/atom:text&gt;</xt>
          <xt>&lt;/atom:id&gt;</xt>
          <xt>&lt;atom:links&gt;</xt>
             <xt>&lt;rdf:Seq&gt;</xt>
                <xt>&lt;rdf:li</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-                  
<xt>&lt;atom:href&gt;</xt>http://www.sample.com/<xt>&lt;/atom:href&gt;</xt>
+                  
<xt>&lt;atom:href&gt;</xt>http://juneau.apache.org/<xt>&lt;/atom:href&gt;</xt>
                   <xt>&lt;atom:rel&gt;</xt>alternate<xt>&lt;/atom:rel&gt;</xt>
                   
<xt>&lt;atom:type&gt;</xt>text/html<xt>&lt;/atom:type&gt;</xt>
                   
<xt>&lt;atom:hreflang&gt;</xt>en<xt>&lt;/atom:hreflang&gt;</xt>
                <xt>&lt;/rdf:li&gt;</xt>
                <xt>&lt;rdf:li</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-                  
<xt>&lt;atom:href&gt;</xt>http://www.sample.com/feed.atom<xt>&lt;/atom:href&gt;</xt>
+                  
<xt>&lt;atom:href&gt;</xt>http://juneau.apache.org/feed.atom<xt>&lt;/atom:href&gt;</xt>
                   <xt>&lt;atom:rel&gt;</xt>self<xt>&lt;/atom:rel&gt;</xt>
                   
<xt>&lt;atom:type&gt;</xt>application/atom+xml<xt>&lt;/atom:type&gt;</xt>
                <xt>&lt;/rdf:li&gt;</xt>
             <xt>&lt;/rdf:Seq&gt;</xt>
          <xt>&lt;/atom:links&gt;</xt>
          <xt>&lt;atom:rights</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-            <xt>&lt;atom:text&gt;</xt>Copyright (c) 2013, 
IBM<xt>&lt;/atom:text&gt;</xt>
+            <xt>&lt;atom:text&gt;</xt>Copyright (c) 2016, Apache 
Foundation<xt>&lt;/atom:text&gt;</xt>
          <xt>&lt;/atom:rights&gt;</xt>
          <xt>&lt;atom:title</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
             <xt>&lt;atom:type&gt;</xt>text<xt>&lt;/atom:type&gt;</xt>
             <xt>&lt;atom:text&gt;</xt>Juneau ATOM 
specification<xt>&lt;/atom:text&gt;</xt>
          <xt>&lt;/atom:title&gt;</xt>
-         
<xt>&lt;atom:updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/atom:updated&gt;</xt>
+         
<xt>&lt;atom:updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/atom:updated&gt;</xt>
          <xt>&lt;atom:generator</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-            <xt>&lt;atom:uri</xt> 
<xa>rdf:resource</xa>=<xs>'http://juneau.ibm.com/'</xs><xt>/&gt;</xt>
+            <xt>&lt;atom:uri</xt> 
<xa>rdf:resource</xa>=<xs>'http://juneau.apache.org/'</xs><xt>/&gt;</xt>
             <xt>&lt;atom:version&gt;</xt>1.0<xt>&lt;/atom:version&gt;</xt>
             <xt>&lt;atom:text&gt;</xt>Juneau<xt>&lt;/atom:text&gt;</xt>
          <xt>&lt;/atom:generator&gt;</xt>
@@ -637,7 +637,7 @@
                      <xt>&lt;rdf:Seq&gt;</xt>
                         <xt>&lt;rdf:li</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
                            <xt>&lt;atom:name&gt;</xt>James 
Bognar<xt>&lt;/atom:name&gt;</xt>
-                           <xt>&lt;atom:uri</xt> 
<xa>rdf:resource</xa>=<xs>'http://www.sample.com/'</xs><xt>/&gt;</xt>
+                           <xt>&lt;atom:uri</xt> 
<xa>rdf:resource</xa>=<xs>'http://juneau.apache.org/'</xs><xt>/&gt;</xt>
                            
<xt>&lt;atom:email&gt;</xt>[email protected]<xt>&lt;/atom:email&gt;</xt>
                         <xt>&lt;/rdf:li&gt;</xt>
                      <xt>&lt;/rdf:Seq&gt;</xt>
@@ -650,17 +650,17 @@
                      <xt>&lt;/rdf:Seq&gt;</xt>
                   <xt>&lt;/atom:contributors&gt;</xt>
                   <xt>&lt;atom:id</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-                     
<xt>&lt;atom:text&gt;</xt>tag:juneau.sample.com,2013:1.2345<xt>&lt;/atom:text&gt;</xt>
+                     
<xt>&lt;atom:text&gt;</xt>tag:juneau.apache.org<xt>&lt;/atom:text&gt;</xt>
                   <xt>&lt;/atom:id&gt;</xt>
                   <xt>&lt;atom:links&gt;</xt>
                      <xt>&lt;rdf:Seq&gt;</xt>
                         <xt>&lt;rdf:li</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-                           
<xt>&lt;atom:href&gt;</xt>http://www.sample.com/2012/05/08/juneau.atom<xt>&lt;/atom:href&gt;</xt>
+                           
<xt>&lt;atom:href&gt;</xt>http://juneau.apache.org/juneau.atom<xt>&lt;/atom:href&gt;</xt>
                            
<xt>&lt;atom:rel&gt;</xt>alternate<xt>&lt;/atom:rel&gt;</xt>
                            
<xt>&lt;atom:type&gt;</xt>text/html<xt>&lt;/atom:type&gt;</xt>
                         <xt>&lt;/rdf:li&gt;</xt>
                         <xt>&lt;rdf:li</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-                           
<xt>&lt;atom:href&gt;</xt>http://www.sample.com/audio/juneau_podcast.mp3<xt>&lt;/atom:href&gt;</xt>
+                           
<xt>&lt;atom:href&gt;</xt>http://juneau.apache.org/audio/juneau_podcast.mp3<xt>&lt;/atom:href&gt;</xt>
                            
<xt>&lt;atom:rel&gt;</xt>enclosure<xt>&lt;/atom:rel&gt;</xt>
                            
<xt>&lt;atom:type&gt;</xt>audio/mpeg<xt>&lt;/atom:type&gt;</xt>
                            
<xt>&lt;atom:length&gt;</xt>12345<xt>&lt;/atom:length&gt;</xt>
@@ -670,14 +670,14 @@
                   <xt>&lt;atom:title</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
                      <xt>&lt;atom:text&gt;</xt>Juneau ATOM specification 
snapshot<xt>&lt;/atom:text&gt;</xt>
                   <xt>&lt;/atom:title&gt;</xt>
-                  
<xt>&lt;atom:updated&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/atom:updated&gt;</xt>
+                  
<xt>&lt;atom:updated&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/atom:updated&gt;</xt>
                   <xt>&lt;atom:content</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-                     <xt>&lt;j.0:namespacebase</xt> 
<xa>rdf:resource</xa>=<xs>'http://www.ibm.com/'</xs><xt>/&gt;</xt>
+                     <xt>&lt;j.0:namespacebase</xt> 
<xa>rdf:resource</xa>=<xs>'http://www.apache.org/'</xs><xt>/&gt;</xt>
                      
<xt>&lt;j.0:namespacelang&gt;</xt>en<xt>&lt;/j.0:namespacelang&gt;</xt>
                      <xt>&lt;atom:type&gt;</xt>xhtml<xt>&lt;/atom:type&gt;</xt>
                      <xt>&lt;atom:text&gt;</xt>&amp;lt;div 
xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&amp;lt;p&amp;gt;&amp;lt;i&amp;gt;[Update:
 Juneau supports 
ATOM.]&amp;lt;/i&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;<xt>&lt;/atom:text&gt;</xt>
                   <xt>&lt;/atom:content&gt;</xt>
-                  
<xt>&lt;atom:published&gt;</xt>2013-05-08T12:29:29Z<xt>&lt;/atom:published&gt;</xt>
+                  
<xt>&lt;atom:published&gt;</xt>2016-01-02T03:04:05Z<xt>&lt;/atom:published&gt;</xt>
                <xt>&lt;/rdf:li&gt;</xt>
             <xt>&lt;/rdf:Seq&gt;</xt>
          <xt>&lt;/atom:entries&gt;</xt>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html
index c9ff5ba..d73bd62 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.atom Class Hierarchy (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.atom Class Hierarchy (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.dto.atom Class Hierarchy 
(Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.dto.atom Class Hierarchy 
(Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html 
b/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html
index fe03691..652ca8f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html
+++ b/content/site/apidocs/org/apache/juneau/dto/atom/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.juneau.dto.atom (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Package org.apache.juneau.dto.atom (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.juneau.dto.atom 
(Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Package org.apache.juneau.dto.atom 
(Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html 
b/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html
index 8e2bdb1..3d49614 100644
--- a/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html
+++ b/content/site/apidocs/org/apache/juneau/dto/class-use/Link.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.Link (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.Link (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.juneau.dto.Link 
(Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class org.apache.juneau.dto.Link 
(Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html 
b/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html
index 82e5c53..a78e1fd 100644
--- a/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html
+++ b/content/site/apidocs/org/apache/juneau/dto/class-use/ResultSetList.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.ResultSetList (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.ResultSetList (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.ResultSetList (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.ResultSetList (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
index 978a4ee..1251ae8 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/Column.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Column (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Column (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Column (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Column (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
index 43f1cac..7626842 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.Row.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataSet.Row (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>DataSet.Row (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataSet.Row (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="DataSet.Row (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
index ae9db57..67490e7 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/DataSet.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DataSet (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>DataSet (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DataSet (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="DataSet (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html
index 4f2ce27..af2f73f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/Column.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.cognos.Column (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.cognos.Column (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.cognos.Column (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.cognos.Column (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html
index b7976a7..9727d6e 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.Row.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.cognos.DataSet.Row (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html
index 0c3ac77..9de9540 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/class-use/DataSet.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.cognos.DataSet (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.cognos.DataSet (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.cognos.DataSet (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.cognos.DataSet (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html
index 0edd7f6..bb59c8c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.cognos (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.cognos (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
index e0dd02f..b09f0ca 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.cognos (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.cognos (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.dto.cognos (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.dto.cognos (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html
index cffdccb..f5df42f 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.juneau.dto.cognos Class Hierarchy (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>org.apache.juneau.dto.cognos Class Hierarchy (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.juneau.dto.cognos Class 
Hierarchy (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="org.apache.juneau.dto.cognos Class 
Hierarchy (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html 
b/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html
index dec6995..effa277 100644
--- a/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html
+++ b/content/site/apidocs/org/apache/juneau/dto/cognos/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.juneau.dto.cognos (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Package org.apache.juneau.dto.cognos (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package 
org.apache.juneau.dto.cognos (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Package 
org.apache.juneau.dto.cognos (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
index 8513bb9..3881ae3 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonType.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JsonType (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>JsonType (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JsonType (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="JsonType (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html
index b9764ee..cbafdc2 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/JsonTypeArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JsonTypeArray (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>JsonTypeArray (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JsonTypeArray (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="JsonTypeArray (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
index 49fc0c9..dc25673 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaArraySwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>Schema.BooleanOrSchemaArraySwap (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Schema.BooleanOrSchemaArraySwap (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Schema.BooleanOrSchemaArraySwap (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
index a52d5ac..20b8104 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.BooleanOrSchemaSwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>Schema.BooleanOrSchemaSwap (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Schema.BooleanOrSchemaSwap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Schema.BooleanOrSchemaSwap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
index aab87f5..827bf56 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.JsonTypeOrJsonTypeArraySwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>Schema.JsonTypeOrJsonTypeArraySwap (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Schema.JsonTypeOrJsonTypeArraySwap (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Schema.JsonTypeOrJsonTypeArraySwap (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
index 96144e4..bb4ab59 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.SchemaOrSchemaArraySwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>Schema.SchemaOrSchemaArraySwap (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Schema.SchemaOrSchemaArraySwap (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Schema.SchemaOrSchemaArraySwap (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
index ebab719..2555d62 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/Schema.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Schema (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Schema (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Schema (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Schema (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
index deb31a5..be62547 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaArray (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>SchemaArray (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SchemaArray (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="SchemaArray (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
index ec8c4fa..57ee266 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaMap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaMap (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>SchemaMap (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SchemaMap (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="SchemaMap (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
index 760433d..9b0d50c 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaProperty.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaProperty (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>SchemaProperty (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SchemaProperty (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="SchemaProperty (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
index 2a831fa..cfbcd9a 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaPropertySimpleArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaPropertySimpleArray (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<title>SchemaPropertySimpleArray (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SchemaPropertySimpleArray (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="SchemaPropertySimpleArray (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
index 75267b1..3289f1b 100644
--- a/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
+++ b/content/site/apidocs/org/apache/juneau/dto/jsonschema/SchemaRef.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SchemaRef (Apache Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>SchemaRef (Apache Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SchemaRef (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="SchemaRef (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html
index e8c08e0..35e6dd2 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonType.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.JsonType (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html
index e4b1781..2a9d02a 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/JsonTypeArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.JsonTypeArray (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html
index 7f77db8..fb44607 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaArraySwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html
index 5199a96..c25b3e6 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.BooleanOrSchemaSwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.BooleanOrSchemaSwap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html
index e8c8948..211b642 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.JsonTypeOrJsonTypeArraySwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.JsonTypeOrJsonTypeArraySwap (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html
index c19533b..fcd826a 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.SchemaOrSchemaArraySwap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema.SchemaOrSchemaArraySwap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html
index c00947f..26bcfb1 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/Schema.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.jsonschema.Schema (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.Schema (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html
index 3a0e5d3..4bb197f 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaArray (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaArray (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaArray (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaArray (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html
index c4673d9..e8dc6d5 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaMap.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaMap (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html
index 63fdca4..acfa50e 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaProperty.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaProperty (Apache 
Juneau (incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaProperty (Apache 
Juneau (incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaProperty (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaProperty (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html
index 595f15f..8ce8527 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaPropertySimpleArray.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaPropertySimpleArray (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/02c10736/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html
 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html
index e829e38..86636ce 100644
--- 
a/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html
+++ 
b/content/site/apidocs/org/apache/juneau/dto/jsonschema/class-use/SchemaRef.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau 
(incubating) 6.0.0-incubating-SNAPSHOT)</title>
+<title>Uses of Class org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau 
(incubating) 6.0.1-incubating-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+            parent.document.title="Uses of Class 
org.apache.juneau.dto.jsonschema.SchemaRef (Apache Juneau (incubating) 
6.0.1-incubating-SNAPSHOT)";
         }
     }
     catch(err) {


Reply via email to