WW-5344 Un-deprecates Sitemesh plugin and upgrades Sitmesh to ver 2.5.0
diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml
index c4346c5..c7bde8e 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 4b9e123..de582f5 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 -->