Merge pull request #759 from apache/feature/WW-5344-undeprecate

[WW-5344] Un-deprecates Sitemesh plugin and upgrades Sitmesh to ver 2.5.0
This commit is contained in:
Lukasz Lenart
2023-10-06 06:42:05 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -718,7 +718,7 @@
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
<version>2.4.2</version>
<version>2.5.0</version>
</dependency>
<!-- Velocity -->