Author: germuska
Date: Tue Jan 30 10:47:55 2007
New Revision: 501513
URL: http://svn.apache.org/viewvc?view=rev&rev=501513
Log:
switch Tiles dependency to new TLP location
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=501513&r1=501512&r2=501513
==============================================================================
--- struts/struts2/trunk/plugins/tiles/pom.xml (original)
+++ struts/struts2/trunk/plugins/tiles/pom.xml Tue Jan 30 10:47:55 2007
@@ -20,9 +20,9 @@
<dependencies>
<dependency>
- <groupId>org.apache.struts.tiles</groupId>
+ <groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
- <version>2.0-r488734-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>