Author: musachy
Date: Mon Dec 22 09:09:38 2008
New Revision: 728727
URL: http://svn.apache.org/viewvc?rev=728727&view=rev
Log:
WW-2717 Upgrade tiles plugin to tiles 2.0.6
Modified:
struts/struts2/trunk/plugins/tiles/pom.xml
Modified: struts/struts2/trunk/plugins/tiles/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/tiles/pom.xml?rev=728727&r1=728726&r2=728727&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/tiles/pom.xml (original)
+++ struts/struts2/trunk/plugins/tiles/pom.xml Mon Dec 22 09:09:38 2008
@@ -43,12 +43,12 @@
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-jsp</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
<scope>runtime</scope>
</dependency>
<dependency>