This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new f4c8994 WW-4992 Marks Embedded JSP plugin as deprecated
f4c8994 is described below
commit f4c8994da43fef66f9b56a610fe2b682e0fcb385
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Dec 14 12:48:54 2018 +0100
WW-4992 Marks Embedded JSP plugin as deprecated
---
bundles/pom.xml | 2 +-
plugins/embeddedjsp/pom.xml | 2 +-
plugins/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 3d26ac4..3870812 100755
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -29,7 +29,7 @@
<artifactId>struts2-osgi-bundles</artifactId>
<packaging>pom</packaging>
- <name>Struts OSGi Bundles</name>
+ <name>Struts 2 OSGi Bundles</name>
<modules>
<module>admin</module>
diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml
index a8ce923..cba2e1c 100644
--- a/plugins/embeddedjsp/pom.xml
+++ b/plugins/embeddedjsp/pom.xml
@@ -29,7 +29,7 @@
<artifactId>struts2-embeddedjsp-plugin</artifactId>
<packaging>jar</packaging>
- <name>Struts 2 Embedded JSP Plugin</name>
+ <name>DEPRECATED: Struts 2 Embedded JSP Plugin</name>
<dependencies>
<dependency>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 915f433..2c203fb 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -29,7 +29,7 @@
<artifactId>struts2-plugins</artifactId>
<packaging>pom</packaging>
- <name>Struts Plugins</name>
+ <name>Struts 2 Plugins</name>
<modules>
<module>bean-validation</module>