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 d7d718a18a586348f32f0fa008c538137798a303 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Dec 12 13:18:46 2021 +0100 WW-5155 Marks OSGi plugin and bundles as deprecated --- bundles/admin/pom.xml | 4 ++-- bundles/demo/pom.xml | 8 ++++---- bundles/pom.xml | 2 +- plugins/osgi/pom.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index e285ebd..c6cd0e6 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -29,7 +29,7 @@ <artifactId>struts2-osgi-admin-bundle</artifactId> <packaging>bundle</packaging> - <name>Struts 2 OSGi Admin Bundle</name> + <name>DEPRECATED: Struts 2 OSGi Admin Bundle - since 2.6</name> <dependencies> <dependency> @@ -37,7 +37,7 @@ <artifactId>struts2-osgi-plugin</artifactId> </dependency> </dependencies> - + <build> <plugins> <plugin> diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index 5a7c7df..a2f639b 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -29,10 +29,10 @@ <artifactId>struts2-osgi-demo-bundle</artifactId> <packaging>bundle</packaging> - <name>Struts 2 OSGi Demo Bundle</name> + <name>DEPRECATED: Struts 2 OSGi Demo Bundle - since 2.6</name> <dependencies> - + <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-velocity-plugin</artifactId> @@ -42,7 +42,7 @@ <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> </dependency> - + <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> @@ -52,7 +52,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts2-osgi-plugin</artifactId> </dependency> - + </dependencies> <build> diff --git a/bundles/pom.xml b/bundles/pom.xml index 3870812..c6d4a9d 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -29,7 +29,7 @@ <artifactId>struts2-osgi-bundles</artifactId> <packaging>pom</packaging> - <name>Struts 2 OSGi Bundles</name> + <name>DEPRECATED: Struts 2 OSGi Bundles - since 2.6</name> <modules> <module>admin</module> diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml index c1fdfed..d5b73c7 100644 --- a/plugins/osgi/pom.xml +++ b/plugins/osgi/pom.xml @@ -29,7 +29,7 @@ <artifactId>struts2-osgi-plugin</artifactId> <packaging>jar</packaging> - <name>Struts 2 OSGi Plugin</name> + <name>DEPRECATED: Struts 2 OSGi Plugin - since 2.6</name> <dependencies> <!-- Define OSGi Core and Compendium dependencies directly here for the plugin.