You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/09/24 13:15:18 UTC

svn commit: r1904243 [3/5] - in /jackrabbit/site/live/jcr: ./ components/ css/ js/ ocm/ status/

Modified: jackrabbit/site/live/jcr/mailing-lists.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/mailing-lists.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/mailing-lists.html (original)
+++ jackrabbit/site/live/jcr/mailing-lists.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/mailing-lists.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/mailing-lists.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/navigation.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/navigation.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/navigation.html (original)
+++ jackrabbit/site/live/jcr/navigation.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/navigation.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/navigation.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/news-archive.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/news-archive.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/news-archive.html (original)
+++ jackrabbit/site/live/jcr/news-archive.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/news-archive.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/news-archive.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/node-type-notation.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/node-type-notation.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/node-type-notation.html (original)
+++ jackrabbit/site/live/jcr/node-type-notation.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/node-type-notation.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/node-type-notation.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>
@@ -334,7 +334,9 @@ uri ::= string
 <p>A namespace declaration consists of prefix/URI pair. The prefix must be a
 valid JCR namespace prefix, which is the same as a valid XML namespace
 prefix. The URI can in fact be any string. Just as in XML, it need not
-actually be a URI, though adhering to that convention is recommended.</p></section><section>
+actually be a URI, though adhering to that convention is recommended.</p>
+<p>Note: failure to use an absolute URI as specified in <a class="externalLink" href="https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/2.0/3_Repository_Model.html">Section 3 of JCR 2.0</a>
+will create issues when code relies on &#x201c;expanded name&#x201d; notation (which may fail to work with Strings that are not absolute URIs).</p></section><section>
 <h3><a name="Node_Type_Definition"></a>Node Type Definition</h3>
 
 <div class="source"><pre class="prettyprint linenums"><code>node_type_def ::= node_type_name [super_types] [options] {property_def | child_node_def}

Modified: jackrabbit/site/live/jcr/node-type-visualization.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/node-type-visualization.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/node-type-visualization.html (original)
+++ jackrabbit/site/live/jcr/node-type-visualization.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/node-type-visualization.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/node-type-visualization.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/node-types.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/node-types.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/node-types.html (original)
+++ jackrabbit/site/live/jcr/node-types.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/node-types.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/node-types.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/object-content-mapping.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/object-content-mapping.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/object-content-mapping.html (original)
+++ jackrabbit/site/live/jcr/object-content-mapping.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/object-content-mapping.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/object-content-mapping.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/5-with-jackrabbit-ocm.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/5-with-jackrabbit-ocm.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/5-with-jackrabbit-ocm.html (original)
+++ jackrabbit/site/live/jcr/ocm/5-with-jackrabbit-ocm.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/5-with-jackrabbit-ocm.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\5-with-jackrabbit-ocm.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/a-simple-ocm-project-with-maven--eclipse.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/a-simple-ocm-project-with-maven--eclipse.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/a-simple-ocm-project-with-maven--eclipse.html (original)
+++ jackrabbit/site/live/jcr/ocm/a-simple-ocm-project-with-maven--eclipse.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/a-simple-ocm-project-with-maven--eclipse.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\a-simple-ocm-project-with-maven--eclipse.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/advanced-mapping-strategies.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/advanced-mapping-strategies.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/advanced-mapping-strategies.html (original)
+++ jackrabbit/site/live/jcr/ocm/advanced-mapping-strategies.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/advanced-mapping-strategies.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\advanced-mapping-strategies.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/basic-ocm-operations.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/basic-ocm-operations.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/basic-ocm-operations.html (original)
+++ jackrabbit/site/live/jcr/ocm/basic-ocm-operations.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/basic-ocm-operations.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\basic-ocm-operations.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/how-to-map-associations-between-objects.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/how-to-map-associations-between-objects.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/how-to-map-associations-between-objects.html (original)
+++ jackrabbit/site/live/jcr/ocm/how-to-map-associations-between-objects.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/how-to-map-associations-between-objects.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\how-to-map-associations-between-objects.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/mapping-atomic-fields.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/mapping-atomic-fields.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/mapping-atomic-fields.html (original)
+++ jackrabbit/site/live/jcr/ocm/mapping-atomic-fields.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/mapping-atomic-fields.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\mapping-atomic-fields.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/mapping-bean-fields.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/mapping-bean-fields.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/mapping-bean-fields.html (original)
+++ jackrabbit/site/live/jcr/ocm/mapping-bean-fields.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/mapping-bean-fields.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\mapping-bean-fields.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/mapping-collection-fields.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/mapping-collection-fields.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/mapping-collection-fields.html (original)
+++ jackrabbit/site/live/jcr/ocm/mapping-collection-fields.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/mapping-collection-fields.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\mapping-collection-fields.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/mapping-stategies.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/mapping-stategies.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/mapping-stategies.html (original)
+++ jackrabbit/site/live/jcr/ocm/mapping-stategies.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/mapping-stategies.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\mapping-stategies.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/object-content-manager.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/object-content-manager.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/object-content-manager.html (original)
+++ jackrabbit/site/live/jcr/ocm/object-content-manager.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/object-content-manager.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\object-content-manager.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/ocm-locking.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/ocm-locking.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/ocm-locking.html (original)
+++ jackrabbit/site/live/jcr/ocm/ocm-locking.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/ocm-locking.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\ocm-locking.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/ocm-search.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/ocm-search.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/ocm-search.html (original)
+++ jackrabbit/site/live/jcr/ocm/ocm-search.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/ocm-search.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\ocm-search.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/ocm/ocm-version-management.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/ocm/ocm-version-management.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/ocm/ocm-version-management.html (original)
+++ jackrabbit/site/live/jcr/ocm/ocm-version-management.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/ocm/ocm-version-management.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/ocm\ocm-version-management.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/repository-lifecycle.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/repository-lifecycle.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/repository-lifecycle.html (original)
+++ jackrabbit/site/live/jcr/repository-lifecycle.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/repository-lifecycle.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/repository-lifecycle.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>

Modified: jackrabbit/site/live/jcr/repository-server-howto.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/repository-server-howto.html?rev=1904243&r1=1904242&r2=1904243&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/repository-server-howto.html (original)
+++ jackrabbit/site/live/jcr/repository-server-howto.html Sat Sep 24 13:15:17 2022
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/markdown/repository-server-howto.md at 2022-09-19
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from src\site\markdown/repository-server-howto.md at 2022-09-24
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -112,7 +112,7 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-        <li id="publishDate">Last Published: 2022-09-19</li>
+        <li id="publishDate">Last Published: 2022-09-24</li>
           </ul>
         </div>
       </header>