Author: wsmoak
Date: Tue Nov 7 19:36:53 2006
New Revision: 472374
URL: http://svn.apache.org/viewvc?view=rev&rev=472374
Log:
Temporarily fix the Tiles 2 dependency at r468346 so that ongoing development
doesn't break the Tiles plugin.
WW-1474
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?view=diff&rev=472374&r1=472373&r2=472374
==============================================================================
--- struts/struts2/trunk/plugins/tiles/pom.xml (original)
+++ struts/struts2/trunk/plugins/tiles/pom.xml Tue Nov 7 19:36:53 2006
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.apache.struts.tiles</groupId>
<artifactId>tiles-core</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-r468346-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>