Author: bphillips
Date: Sun Sep 22 14:47:29 2013
New Revision: 1525369
URL: http://svn.apache.org/r1525369
Log:
updated struts version to 2.3.15.2 and added control_tags module
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=1525369&r1=1525368&r2=1525369&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2examples/pom.xml (original)
+++ struts/sandbox/trunk/struts2examples/pom.xml Sun Sep 22 14:47:29 2013
@@ -13,7 +13,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <struts2.version>2.3.15</struts2.version>
+ <struts2.version>2.3.15.2</struts2.version>
<log4j.version>1.2.14</log4j.version>
</properties>
@@ -41,6 +41,7 @@
<module>debugging_struts</module>
<module>form_tags</module>
<module>form_xml_validation</module>
+ <module>control_tags</module>
<module>wildcard_method_selection</module>
<module>themes</module>
<module>spring_struts</module>