You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/10/18 00:35:12 UTC

svn commit: r1882607 - in /xmlbeans/site: build/site/download/index.html build/site/linkmap.html src/documentation/content/xdocs/download/index.xml src/documentation/content/xdocs/site.xml

Author: kiwiwings
Date: Sun Oct 18 00:35:12 2020
New Revision: 1882607

URL: http://svn.apache.org/viewvc?rev=1882607&view=rev
Log:
fix release anchor/link

Modified:
    xmlbeans/site/build/site/download/index.html
    xmlbeans/site/build/site/linkmap.html
    xmlbeans/site/src/documentation/content/xdocs/download/index.xml
    xmlbeans/site/src/documentation/content/xdocs/site.xml

Modified: xmlbeans/site/build/site/download/index.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1882607&r1=1882606&r2=1882607&view=diff
==============================================================================
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Sun Oct 18 00:35:12 2020
@@ -117,7 +117,7 @@ document.write("Last Published: " + docu
 <div class="menupagetitle">Binary/Source</div>
 </div>
 <div class="menuitem">
-<a href="../download/index.html#XMLBeans-3.1.0" title="XMLBeans-3.1.0">XMLBeans 3.1.0</a>
+<a href="../download/index.html#XMLBeans-4.0.0" title="XMLBeans-4.0.0">XMLBeans 4.0.0</a>
 </div>
 <div class="menuitem">
 <a href="../download/index.html#verify" title="verify release">Verify release</a>
@@ -213,7 +213,7 @@ document.write("Last Published: " + docu
 <p>
                 The XMLBeans source release as well as the pre-built binary deployment packages are listed below.
                 Pre-built versions are available in the central Maven repository under
-                Group ID "org.apache.xmlbeans" and Version "3.1.0".
+                Group ID "org.apache.xmlbeans" and Version "4.0.0".
             </p>
 <a name="XMLBeans-4.0.0-bin"></a>
 <h3 class="boxed">Binary Distribution</h3>

Modified: xmlbeans/site/build/site/linkmap.html
URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/linkmap.html?rev=1882607&r1=1882606&r2=1882607&view=diff
==============================================================================
--- xmlbeans/site/build/site/linkmap.html (original)
+++ xmlbeans/site/build/site/linkmap.html Sun Oct 18 00:35:12 2020
@@ -150,7 +150,7 @@ document.write("Last Published: " + docu
 <a href="download/index.html" title="Which is right for you?">Binary/Source</a>
 </div>
 <div class="menuitem">
-<a href="download/index.html#XMLBeans-3.1.0" title="XMLBeans-3.1.0">XMLBeans 3.1.0</a>
+<a href="download/index.html#XMLBeans-4.0.0" title="XMLBeans-4.0.0">XMLBeans 4.0.0</a>
 </div>
 <div class="menuitem">
 <a href="download/index.html#verify" title="verify release">Verify release</a>
@@ -431,7 +431,7 @@ document.write("Last Published: " + docu
         
 <ul>
 <li>
-<a href="download/index.html#XMLBeans-3.1.0">XMLBeans 3.1.0</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>rel300</em>&nbsp;: XMLBeans-3.1.0</li>
+<a href="download/index.html#XMLBeans-4.0.0">XMLBeans 4.0.0</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>rel400</em>&nbsp;: XMLBeans-4.0.0</li>
 </ul>
         
 <ul>

Modified: xmlbeans/site/src/documentation/content/xdocs/download/index.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/download/index.xml?rev=1882607&r1=1882606&r2=1882607&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/download/index.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/download/index.xml Sun Oct 18 00:35:12 2020
@@ -74,7 +74,7 @@
             <p>
                 The XMLBeans source release as well as the pre-built binary deployment packages are listed below.
                 Pre-built versions are available in the central Maven repository under
-                Group ID "org.apache.xmlbeans" and Version "3.1.0".
+                Group ID "org.apache.xmlbeans" and Version "4.0.0".
             </p>
             <section id="XMLBeans-4.0.0-bin">
                 <title>Binary Distribution</title>

Modified: xmlbeans/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/site.xml?rev=1882607&r1=1882606&r2=1882607&view=diff
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/site.xml (original)
+++ xmlbeans/site/src/documentation/content/xdocs/site.xml Sun Oct 18 00:35:12 2020
@@ -54,9 +54,9 @@ See http://forrest.apache.org/docs/linki
     </home>
     <download label="Download" href="download/" tab="download">
         <index label="Binary/Source" href="index.html" description="Which is right for you?"/>
-        <rel300 label="XMLBeans 3.1.0"
-                href="index.html#XMLBeans-3.1.0"
-                description="XMLBeans-3.1.0"/>
+        <rel400 label="XMLBeans 4.0.0"
+                href="index.html#XMLBeans-4.0.0"
+                description="XMLBeans-4.0.0"/>
         <verify label="Verify release" href="index.html#verify" description="verify release"/>
         <dependencies label="Dependencies" href="index.html#dependencies" description="Dependencies"/>
         <source label="Source" href="index.html#source" description="Get the code."/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org