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>