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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9be4b46  Update Turbine version, remove duplicate sentence
9be4b46 is described below

commit 9be4b463219a330165de76199726e74e8067947e
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jun 20 11:19:39 2025 +0200

    Update Turbine version, remove duplicate sentence
---
 src/site/xdoc/turbine-concepts.xml | 6 +-----
 src/site/xdoc/turbine/index.xml    | 9 +++++----
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/site/xdoc/turbine-concepts.xml 
b/src/site/xdoc/turbine-concepts.xml
index 28a12b5..13946ba 100644
--- a/src/site/xdoc/turbine-concepts.xml
+++ b/src/site/xdoc/turbine-concepts.xml
@@ -34,17 +34,13 @@ the Apache Software Foundation. Any servlet container 
supporting Servlet
 Specification 2.4 or better can be used to run your Turbine
 application.</p>
 
-<p>We offer an easy-to use development environment using some <a 
href="http://maven.apache.org/";>Maven</a>-Archetypes to quickly 
-start developing Turbine applications. See the 
-<a 
href="https://blogs.apache.org/turbine/entry/maven_archetypes_for_apache_turbine";>blog
 post</a>
-in the <a href="https://blogs.apache.org/turbine/";>Turbine Blog</a> for usage 
information or <a href="https://github.com/apache/turbine-archetypes/";>Turbine 
Archetype Readme on GitHub</a>.. If you want use Docker as developing 
environment, checkout <a 
href="https://github.com/apache/turbine-archetypes/tree/docker";> docker 
branch</a>, which is currently in experimental stage.</p>
 
 <p>We offer an easy-to use development environment using some <a
 href="http://maven.apache.org/";>Maven</a>-Archetypes to quickly 
 start developing Turbine applications. See the 
 <a 
href="https://blogs.apache.org/turbine/entry/maven_archetypes_for_apache_turbine";>blog
 post</a>
 in the <a href="https://blogs.apache.org/turbine/";>Turbine Blog</a> for
-usage information.</p>
+usage information or <a 
href="https://github.com/apache/turbine-archetypes/";>Turbine Archetype Readme 
on GitHub</a>. If you want use Docker as developing environment, checkout <a 
href="https://github.com/apache/turbine-archetypes/tree/docker";> docker 
branch</a>, which is currently in experimental stage.</p>
 
 <p>Of course, the biggest advantage of Turbine is that it is free, and
 all of the source code is available to you, the application
diff --git a/src/site/xdoc/turbine/index.xml b/src/site/xdoc/turbine/index.xml
index bd6f831..eb92d03 100644
--- a/src/site/xdoc/turbine/index.xml
+++ b/src/site/xdoc/turbine/index.xml
@@ -33,10 +33,11 @@
     
     <subsection name="Turbine 5.x Release Branch">
     <ul>
-     <li><a href="turbine-6-0/">Apache Turbine 6.0</a> - Current Stable 
6.0</li>
-      <li><a href="development/turbine-6-1/">Apache Turbine 6.1-SNAPSHOT</a> - 
Current Development tree</li>
-      <li><a href="turbine-5-1/">Apache Turbine 5.1</a> - Current Stable 
5.1</li>
-      <li><a href="turbine-5-0/">Apache Turbine 5.0</a> - Current Stable 
5.0</li>
+     <li><a href="turbine-7-0/">Apache Turbine 7.0</a> - Current Stable 
7.0</li>
+      <li><a href="development/turbine-7-1/">Apache Turbine 7.1-SNAPSHOT</a> - 
Current Development tree</li>
+      <li><a href="turbine-6-0/">Apache Turbine 6.0</a> -  Stable 6.0</li>
+      <li><a href="turbine-5-1/">Apache Turbine 5.1</a> -  Stable 5.1</li>
+      <li><a href="turbine-5-0/">Apache Turbine 5.0</a> -  Stable 5.0</li>
     </ul>
     </subsection>
 

Reply via email to