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

lukaszlenart pushed a commit to branch feature/struts703
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit aba95336cce58c78b37dd256d7b2833a0fc8feb3
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Mar 3 07:27:36 2025 +0100

    Announces Apache Struts 7.0.3
---
 _config.yml             |  8 ++++----
 source/announce-2025.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 source/index.html       |  2 +-
 3 files changed, 53 insertions(+), 5 deletions(-)

diff --git a/_config.yml b/_config.yml
index 524f3ea67..5db1d0d80 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,14 +11,14 @@ kramdown:
   toc_levels: 1..3
 
 # Simplifies introducing changes related to the latest release
-current_version: 7.0.0
-current_version_short: 700
+current_version: 7.0.3
+current_version_short: 703
 prev_version: 6.7.0
 prev_version_short: 670
-release_date: 19 December 2024
+release_date: 03 March 2025
 prev_release_date: 17 November 2024
 prev_25_release_date: 7 December 2023
-release_date_short: 20241219
+release_date_short: 20250303
 prev_release_date_short: 20241117
 
 archetype_version: 6.0.0
diff --git a/source/announce-2025.md b/source/announce-2025.md
new file mode 100644
index 000000000..ed649abdf
--- /dev/null
+++ b/source/announce-2025.md
@@ -0,0 +1,48 @@
+---
+layout: default
+title: Announcements 2025
+---
+
+# Announcements 2025
+{:.no_toc}
+
+* Will be replaced with the ToC, excluding a header
+{:toc}
+
+<p class="pull-right">
+  Skip to: <a href="announce-2024">Announcements - 2024</a>
+</p>
+
+#### 03 March 2025 - Apache Struts version 7.0.3 General Availability 
{#a20250303}
+
+The Apache Struts group is pleased to announce that Apache Struts version 
7.0.3 is available as a "General Availability"
+release. The GA designation is our highest quality grade.
+
+The Apache Struts is an elegant, extensible framework for creating 
enterprise-ready Java web applications.
+The framework has been designed to streamline the full development cycle, from 
building, to deploying,
+to maintaining applications over time.
+
+Please read the [Migration Guide]({{ site.wiki_url 
}}/Struts+6.x.x+to+7.x.x+migration) to find more details about 
+how to adopt a new version.
+
+> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+7.0.3) to 
find more details about performed
+> bug fixes and improvements.
+
+**All developers are strongly advised to perform this upgrade.**
+
+The 7.x series of the Apache Struts framework has a minimum requirement of the 
following specification versions:
+Java 17 and JakartaEE.
+
+Should any issues arise with your use of any version of the Struts framework, 
please post your comments to the user list,
+and, if appropriate, file [a tracking ticket]({{ site.jira_url }}).
+
+You can download this version from our [download](download.cgi#struts-ga) page.
+
+<p class="pull-right">
+  Skip to: <a href="announce-2024">Announcements - 2024</a>
+</p>
+
+<p class="pull-left">
+  <strong>Next:</strong>
+  <a href="kickstart">Kickstart FAQ</a>
+</p>
diff --git a/source/index.html b/source/index.html
index bba158b46..037d44213 100644
--- a/source/index.html
+++ b/source/index.html
@@ -27,7 +27,7 @@ title: Welcome to the Apache Struts project
         <p>
           Apache Struts {{ site.current_version }} GA has been released<br/>on 
{{ site.release_date }}.
         </p>
-        Read more in <a href="announce-2024#a{{ site.release_date_short 
}}">Announcement</a> or in
+        Read more in <a href="announce-2025#a{{ site.release_date_short 
}}">Announcement</a> or in
         <a href="{{ site.wiki_url }}/Version+Notes+{{ site.current_version 
}}">Version notes</a>
       </div>
       <div class="column col-md-4">

Reply via email to