This is an automated email from the ASF dual-hosted git repository. clr pushed a commit to branch clr-apache-retire-derby in repository https://gitbox.apache.org/repos/asf/db-site.git
commit 6a4966b2d98038a32cb6abb82bec315f5091bbdc Author: Craig L Russell <[email protected]> AuthorDate: Wed Nov 5 07:56:06 2025 -0800 Update document.html.erb Move Derby to the retired projects section of the web page --- src/main/template/document.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/template/document.html.erb b/src/main/template/document.html.erb index 37d7650..d9e0759 100644 --- a/src/main/template/document.html.erb +++ b/src/main/template/document.html.erb @@ -133,12 +133,12 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Subprojects<span class="caret"></span></a> <% end %> <ul class="dropdown-menu"> - <li><a href="https://db.apache.org/derby/">Derby</a></li> <li><a href="https://db.apache.org/jdo/">JDO</a></li> <li><a href="https://db.apache.org/torque/">Torque</a></li> <li role="separator" class="divider"></li> <li>  Retired Subprojects</li> <li role="separator" class="divider"></li> + <li><a href="https://db.apache.org/derby/">Derby</a></li> <li><a href="https://db.apache.org/ddlutils/">DdlUtils</a></li> <li><a href="http://attic.apache.org/projects/ojb.html">ObJectRelationalBridge</a></li> </ul>
