You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by bp...@apache.org on 2013/10/28 18:32:48 UTC

svn commit: r1536438 - /struts/sandbox/trunk/struts2examples/pom.xml

Author: bphillips
Date: Mon Oct 28 17:32:48 2013
New Revision: 1536438

URL: http://svn.apache.org/r1536438
Log:
Updated Struts 2 version to 2.3.15.3

Modified:
    struts/sandbox/trunk/struts2examples/pom.xml

Modified: struts/sandbox/trunk/struts2examples/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2examples/pom.xml?rev=1536438&r1=1536437&r2=1536438&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/pom.xml (original)
+++ struts/sandbox/trunk/struts2examples/pom.xml Mon Oct 28 17:32:48 2013
@@ -13,7 +13,7 @@
   
   <properties>
 	  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-	  <struts2.version>2.3.15.2</struts2.version>
+	  <struts2.version>2.3.15.3</struts2.version>
 	  <log4j.version>1.2.14</log4j.version>
   </properties>
   
@@ -52,6 +52,7 @@
     <module>preparable_interface</module>
     <module>exclude_parameters</module>
     <module>restful2actionmapper</module>
+    <module>bean_validation</module>
   </modules>
   
   	<dependencies>