Author: apetrelli Date: Thu Apr 26 01:25:59 2007 New Revision: 532655 URL: http://svn.apache.org/viewvc?view=rev&rev=532655 Log: STR-3017 Updated dependency on Tiles 2 to Tiles 2.0.3
Modified: struts/struts1/trunk/tiles2/pom.xml Modified: struts/struts1/trunk/tiles2/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/tiles2/pom.xml?view=diff&rev=532655&r1=532654&r2=532655 ============================================================================== --- struts/struts1/trunk/tiles2/pom.xml (original) +++ struts/struts1/trunk/tiles2/pom.xml Thu Apr 26 01:25:59 2007 @@ -109,13 +109,7 @@ <dependency> <groupId>org.apache.tiles</groupId> <artifactId>tiles-core</artifactId> - <version>2.0.2-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.tiles</groupId> - <artifactId>tiles-api</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.3</version> </dependency> <dependency>