This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 28f5c051c8 chore: Revert the index.html page and update the order of 
the releases
28f5c051c8 is described below

commit 28f5c051c858314d868b061f0fd4d083af76cda4
Author: hutcheb <[email protected]>
AuthorDate: Wed Aug 6 03:28:13 2025 +0700

    chore: Revert the index.html page and update the order of the releases
---
 website/antora-playbook.yml                                |  4 ++--
 .../asciidoc/modules/developers/pages/release/release.adoc |  2 +-
 website/resources/index.html                               | 14 +++++++-------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/website/antora-playbook.yml b/website/antora-playbook.yml
index 1f2d31abdb..bed7199151 100644
--- a/website/antora-playbook.yml
+++ b/website/antora-playbook.yml
@@ -25,10 +25,10 @@ content:
     edit_url: '{web_url}/edit/develop/{path}'
     start_path: website/asciidoc
   - url: https://github.com/apache/plc4x.git
-    branches: ['rel/0.12']
+    branches: ['rel/0.13']
     start_path: website/asciidoc
   - url: https://github.com/apache/plc4x.git
-    branches: ['rel/0.13']
+    branches: ['rel/0.12']
     start_path: website/asciidoc
 ui:
   bundle:
diff --git a/website/asciidoc/modules/developers/pages/release/release.adoc 
b/website/asciidoc/modules/developers/pages/release/release.adoc
index 0754cdbda0..7994503b77 100644
--- a/website/asciidoc/modules/developers/pages/release/release.adoc
+++ b/website/asciidoc/modules/developers/pages/release/release.adoc
@@ -494,7 +494,7 @@ As a lot of mirrors are serving our releases, it is the 
Apache policy to clean o
 
 This can be done like this:
 
-    svn delete 
https://dist.apache.org/repos/dist/release/plc4x/{previously-latest-full-version}/
 -m"deleted version {previously-current-full-version}"
+    svn delete 
https://dist.apache.org/repos/dist/release/plc4x/{current-full-version}/ 
-m"deleted version {current-full-version}"
 
 After this https://dist.apache.org/repos/dist/release/plc4x should only 
contain the latest release directory.
 
diff --git a/website/resources/index.html b/website/resources/index.html
index 4f913ae19b..514881336e 100644
--- a/website/resources/index.html
+++ b/website/resources/index.html
@@ -48,7 +48,7 @@
   <nav class="navbar">
     <div class="navbar-brand">
       <a class="navbar-item" href="./">
-          <img src="./plc4x/0.13.0/_images/apache_plc4x_logo_small.png" 
alt="Apache PLC4X">
+          <img src="./plc4x/latest/_images/apache_plc4x_logo_small.png" 
alt="Apache PLC4X">
       </a>
       <div class="navbar-item search hide-for-print">
         <div id="search-field" class="field">
@@ -64,8 +64,8 @@
     <div id="topbar-nav" class="navbar-menu">
       <div class="navbar-end justify-content-center">
         <a class="navbar-item" href="./">Home</a>
-        <a class="navbar-item" href="./plc4x/0.13.0/users">Users</a>
-        <a class="navbar-item" href="./plc4x/0.13.0/developers">Developers</a>
+        <a class="navbar-item" href="./plc4x/latest/users">Users</a>
+        <a class="navbar-item" href="./plc4x/latest/developers">Developers</a>
         <div class="navbar-item has-dropdown is-hoverable">
           <a class="navbar-link" href="https://www.apache.org";>Apache</a>
           <div class="navbar-dropdown">
@@ -81,7 +81,7 @@
         </div>
         <div class="navbar-item">
           <span class="control">
-            <a class="button is-primary" 
href="./plc4x/0.13.0/users/download">Download</a>
+            <a class="button is-primary" 
href="./plc4x/latest/users/download">Download</a>
           </span>
         </div>
         <a class="acevent" data-format="wide"></a>
@@ -117,7 +117,7 @@
                                         shared API.
                                     </div>
                                     <div class="center text-center">
-                                        <a 
href="plc4x/0.13.0/users/getting-started/index.html"
+                                        <a 
href="plc4x/latest/users/getting-started/index.html"
                                            class="plc4x-button 
plc4x-button-large plc4x-button-primary text-center"><i
                                             class="fas fa-rocket"></i> Get 
started
                                         </a>
@@ -332,10 +332,10 @@
                         <div class="col-lg-12 mx-auto">
                             <i class="fas fa-info-circle fa-7x highlight-icon 
highlight-icon-secondary"></i>
                             <h2 class="section-highlight-text-secondary">Get 
the <a
-                                
href="plc4x/0.13.0/users/commercial-support.html">commercial support</a> you 
need.</h2>
+                                
href="plc4x/latest/users/commercial-support.html">commercial support</a> you 
need.</h2>
                             <p class="lead">Just because you can download and 
use PLC4X for free doesn't mean that
                                 you're left on your own. Some of our community 
member's companies can also provide you
-                                with the <b><a 
href="plc4x/0.13.0/users/commercial-support.html">commercial support</a></b> you
+                                with the <b><a 
href="plc4x/latest/users/commercial-support.html">commercial support</a></b> you
                                 need.</p>
                         </div>
                     </div>

Reply via email to