This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/WW-5344-undeprecate in repository https://gitbox.apache.org/repos/asf/struts.git
commit 529b611158d417cebea4fedc13e1b8b489257497 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Thu Oct 5 09:42:46 2023 +0200 WW-5344 Un-deprecates Sitemesh plugin and upgrades Sitmesh to ver 2.5.0 --- plugins/sitemesh/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml index c4346c5f0..c7bde8e9d 100644 --- a/plugins/sitemesh/pom.xml +++ b/plugins/sitemesh/pom.xml @@ -29,7 +29,7 @@ <artifactId>struts2-sitemesh-plugin</artifactId> <packaging>jar</packaging> - <name>DEPRECATED: Struts 2 Sitemesh Plugin - since 6.0.0</name> + <name>Struts 2 Sitemesh Plugin</name> <dependencies> <dependency> diff --git a/pom.xml b/pom.xml index 4b9e12356..de582f550 100644 --- a/pom.xml +++ b/pom.xml @@ -718,7 +718,7 @@ <dependency> <groupId>opensymphony</groupId> <artifactId>sitemesh</artifactId> - <version>2.4.2</version> + <version>2.5.0</version> </dependency> <!-- Velocity -->