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

lukaszlenart pushed a commit to branch feat/struts-730-modernization
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit ea5fdb114187db7f37aa3f957e6755ba087fb84e
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Aug 14 12:38:07 2026 +0200

    Rename remaining unspaced Struts2 branding to Apache Struts
    
    The bulk substitution for the Struts 2 rename only matched the spaced
    form, missing 5 prose occurrences of the unspaced Struts2 in POM
    names/descriptions and one README. Follow-up to 6967f73.
    
    Co-Authored-By: Claude Opus 5 <[email protected]>
---
 basic-struts/pom.xml  | 2 +-
 crud/README.md        | 2 +-
 rest-angular/pom.xml  | 2 +-
 shiro-basic/pom.xml   | 2 +-
 spring-struts/pom.xml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/basic-struts/pom.xml b/basic-struts/pom.xml
index a5afb26..5d42a57 100644
--- a/basic-struts/pom.xml
+++ b/basic-struts/pom.xml
@@ -10,7 +10,7 @@
     </parent>
 
     <artifactId>basic-struts</artifactId>
-    <name>Basic Struts2 Example</name>
+    <name>Basic Apache Struts Example</name>
     <description>Basic Apache Struts example application</description>
 
     <packaging>war</packaging>
diff --git a/crud/README.md b/crud/README.md
index a287bd3..b8ed943 100755
--- a/crud/README.md
+++ b/crud/README.md
@@ -1 +1 @@
-Template application for building professional crud applications with Struts2.
\ No newline at end of file
+Template application for building professional crud applications with Apache 
Struts.
\ No newline at end of file
diff --git a/rest-angular/pom.xml b/rest-angular/pom.xml
index e0733b3..a60e02d 100644
--- a/rest-angular/pom.xml
+++ b/rest-angular/pom.xml
@@ -10,7 +10,7 @@
 
     <artifactId>rest-angular</artifactId>
     <name>REST Plugin based application with AngularJS</name>
-    <description>A REST Plugin based Struts2 application with AngularJS 
frontend, Bean validation, Exception Handling and multi language 
support.</description>
+    <description>A REST Plugin based Apache Struts application with AngularJS 
frontend, Bean validation, Exception Handling and multi language 
support.</description>
 
     <packaging>war</packaging>
 
diff --git a/shiro-basic/pom.xml b/shiro-basic/pom.xml
index b572dc6..2d35b75 100644
--- a/shiro-basic/pom.xml
+++ b/shiro-basic/pom.xml
@@ -8,7 +8,7 @@
     </parent>
 
     <artifactId>shiro-basic</artifactId>
-    <name>Struts2 with Basic Shiro Security Integration</name>
+    <name>Apache Struts with Basic Shiro Security Integration</name>
 
     <packaging>war</packaging>
 
diff --git a/spring-struts/pom.xml b/spring-struts/pom.xml
index 26b3d2b..7d9d20b 100644
--- a/spring-struts/pom.xml
+++ b/spring-struts/pom.xml
@@ -10,7 +10,7 @@
     </parent>
 
     <artifactId>spring-struts</artifactId>
-    <name>Struts2 with Spring Integration</name>
+    <name>Apache Struts with Spring Integration</name>
 
     <packaging>war</packaging>
 

Reply via email to