Author: ddewolf Date: Tue Nov 28 04:49:46 2006 New Revision: 480027 URL: http://svn.apache.org/viewvc?view=rev&rev=480027 Log: Updating tiles dependencies; Using revision specific snapshot
Modified: struts/struts2/trunk/assembly/pom.xml struts/struts2/trunk/plugins/tiles/pom.xml Modified: struts/struts2/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?view=diff&rev=480027&r1=480026&r2=480027 ============================================================================== --- struts/struts2/trunk/assembly/pom.xml (original) +++ struts/struts2/trunk/assembly/pom.xml Tue Nov 28 04:49:46 2006 @@ -341,13 +341,6 @@ <scope>provided</scope> </dependency> - <!-- Tiles --> - <dependency> - <groupId>org.apache.struts.tiles</groupId> - <artifactId>tiles-core</artifactId> - <version>0.2-SNAPSHOT</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> Modified: struts/struts2/trunk/plugins/tiles/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/tiles/pom.xml?view=diff&rev=480027&r1=480026&r2=480027 ============================================================================== --- struts/struts2/trunk/plugins/tiles/pom.xml (original) +++ struts/struts2/trunk/plugins/tiles/pom.xml Tue Nov 28 04:49:46 2006 @@ -22,7 +22,7 @@ <dependency> <groupId>org.apache.struts.tiles</groupId> <artifactId>tiles-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-r480013-SNAPSHOT</version> </dependency> <dependency> <groupId>javax.servlet</groupId>