This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new 39be4c4 Improved: Point to release24.09 as the stable branch on
Source Repository and Developers pages (#31)
39be4c4 is described below
commit 39be4c4b3fbc2c5bbee0b52e18d8735dc61e51d8
Author: Mridul Pathak <[email protected]>
AuthorDate: Fri Aug 14 10:15:54 2026 +0530
Improved: Point to release24.09 as the stable branch on Source Repository
and Developers pages (#31)
The Source Repository and Developers pages labeled release18.12 as
"(stable)" while release24.09 — the actual current stable branch — had no
label. release18.12 was announced EOL on 2025-05-08 (only future security
patches, no more feature/bugfix releases) and release24.09 was voted in as the
next stable branch in September 2024. This removes the release18.12 entries and
labels release24.09 "(stable)" instead, matching how release17.12 was dropped
from these same pages when release18. [...]
---
developers.html | 6 +++---
source-repositories.html | 10 ++--------
template/page/developers.tpl.php | 6 +++---
template/page/source-repositories.tpl.php | 10 ++--------
4 files changed, 10 insertions(+), 22 deletions(-)
diff --git a/developers.html b/developers.html
index e11e3b4..e7f4539 100644
--- a/developers.html
+++ b/developers.html
@@ -157,13 +157,13 @@
<ul class="iconsList">
<li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> :
<code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework
</code></li>
<li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$
git clone https://github.com/apache/ofbiz-plugins.git plugins </code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-framework.git
ofbiz-framework</code></li>
+ <li><i class="icon-pin"></i> <strong>branch release24.09 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-framework.git
ofbiz-framework</code></li>
<li>If you don't want to use the HEAD version (Git default, with last bug
fixes), you can update the tags before.
<br>You can refer to the <a
href="https://ofbiz.apache.org/download.html">site download page</a> for the
stable version to use.
- <br>Note that you need to add "release"in the name before, like in
"release18.12.10", eg with releaseVersionNumber as a var:
+ <br>Note that you need to add "release"in the name before, like in
"release24.09.07", eg with releaseVersionNumber as a var:
<br><code>git fetch --all --tags</code>
<br><code>$ git checkout releaseVersionNumber</code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-plugins.git
ofbiz-plugins</code></li>
+ <li><i class="icon-pin"></i> <strong>branch release24.09 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-plugins.git
ofbiz-plugins</code></li>
<li><code>$ git checkout releaseVersionNumber</code></li>
</ul>
diff --git a/source-repositories.html b/source-repositories.html
index 891e2fb..6aa7119 100644
--- a/source-repositories.html
+++ b/source-repositories.html
@@ -164,16 +164,10 @@
</dl>
<h2>Releases</h2>
<dl class="iconsList">
- <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release18.12 (stable)</strong><dt>
- <dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
- <dd><code>$ git checkout origin/release18.12</code></dd>
- <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release18.12
(stable)</strong><dt>
- <dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
- <dd><code>$ git checkout origin/release18.12</code></dd>
- <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release24.09 </strong></dt>
+ <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release24.09 (stable)</strong></dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
<dd><code>$ git checkout origin/release24.09</code></dd>
- <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release24.09
</strong><dt>
+ <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release24.09
(stable)</strong><dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
<dd><code>$ git checkout origin/release24.09 </code></dd>
</dl>
diff --git a/template/page/developers.tpl.php b/template/page/developers.tpl.php
index 0733d6b..f22359d 100644
--- a/template/page/developers.tpl.php
+++ b/template/page/developers.tpl.php
@@ -58,13 +58,13 @@
<ul class="iconsList">
<li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> :
<code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework
</code></li>
<li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$
git clone https://github.com/apache/ofbiz-plugins.git plugins </code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-framework.git
ofbiz-framework</code></li>
+ <li><i class="icon-pin"></i> <strong>branch release24.09 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-framework.git
ofbiz-framework</code></li>
<li>If you don't want to use the HEAD version (Git default, with last bug
fixes), you can update the tags before.
<br>You can refer to the <a href="<?= $base_url ?>download.html">site
download page</a> for the stable version to use.
- <br>Note that you need to add "release"in the name before, like in
"release18.12.10", eg with releaseVersionNumber as a var:
+ <br>Note that you need to add "release"in the name before, like in
"release24.09.07", eg with releaseVersionNumber as a var:
<br><code>git fetch --all --tags</code>
<br><code>$ git checkout releaseVersionNumber</code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-plugins.git
ofbiz-plugins</code></li>
+ <li><i class="icon-pin"></i> <strong>branch release24.09 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-plugins.git
ofbiz-plugins</code></li>
<li><code>$ git checkout releaseVersionNumber</code></li>
</ul>
diff --git a/template/page/source-repositories.tpl.php
b/template/page/source-repositories.tpl.php
index a921349..81b2299 100644
--- a/template/page/source-repositories.tpl.php
+++ b/template/page/source-repositories.tpl.php
@@ -65,16 +65,10 @@
</dl>
<h2>Releases</h2>
<dl class="iconsList">
- <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release18.12 (stable)</strong><dt>
- <dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
- <dd><code>$ git checkout origin/release18.12</code></dd>
- <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release18.12
(stable)</strong><dt>
- <dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
- <dd><code>$ git checkout origin/release18.12</code></dd>
- <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release24.09 </strong></dt>
+ <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch
release24.09 (stable)</strong></dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework
</code></dd>
<dd><code>$ git checkout origin/release24.09</code></dd>
- <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release24.09
</strong><dt>
+ <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release24.09
(stable)</strong><dt>
<dd><code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
<dd><code>$ git checkout origin/release24.09 </code></dd>
</dl>