You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/12/12 12:10:23 UTC

[struts] 02/02: WW-5153 Marks Portlet related plugins as deprecated

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

commit 1948cca30603d3b0ff746a1ca3c1188dc0f16c33
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Dec 12 13:10:16 2021 +0100

    WW-5153 Marks Portlet related plugins as deprecated
---
 plugins/portlet-mocks/pom.xml | 2 +-
 plugins/portlet-tiles/pom.xml | 2 +-
 plugins/portlet/pom.xml       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/portlet-mocks/pom.xml b/plugins/portlet-mocks/pom.xml
index 8f7357d..6bfd849 100644
--- a/plugins/portlet-mocks/pom.xml
+++ b/plugins/portlet-mocks/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>struts2-portlet-mocks-plugin</artifactId>
     <packaging>jar</packaging>
-    <name>Struts 2 Portlet Mocks Plugin</name>
+    <name>DEPRECATED: Struts 2 Portlet Mocks Plugin - since 2.6</name>
 
     <dependencies>
         <dependency>
diff --git a/plugins/portlet-tiles/pom.xml b/plugins/portlet-tiles/pom.xml
index 9c7ba37..8fb4c1d 100644
--- a/plugins/portlet-tiles/pom.xml
+++ b/plugins/portlet-tiles/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>struts2-portlet-tiles-plugin</artifactId>
     <packaging>jar</packaging>
-    <name>Struts 2 Portlet Tiles Plugin</name>
+    <name>DEPRECATED: Struts 2 Portlet Tiles Plugin - since 2.6</name>
 
     <dependencies>
         <dependency>
diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml
index 0b6576b..1866afd 100644
--- a/plugins/portlet/pom.xml
+++ b/plugins/portlet/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>struts2-portlet-plugin</artifactId>
     <packaging>jar</packaging>
-    <name>Struts 2 Portlet Plugin</name>
+    <name>DEPRECATED: Struts 2 Portlet Plugin - since 2.6</name>
 
     <dependencies>
         <!-- junit and related JARs are needed for 'compile'! -->