Author: wsmoak Date: Thu Apr 6 07:39:46 2006 New Revision: 391996 URL: http://svn.apache.org/viewcvs?rev=391996&view=rev Log: Struts Action should depend on a fixed version of Struts Tiles. Changed dependency to struts-tiles 1.3.0 which has been deployed to the cvs.apache.org Maven repos.
Modified: struts/action/trunk/apps/blank/project.xml Modified: struts/action/trunk/apps/blank/project.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/blank/project.xml?rev=391996&r1=391995&r2=391996&view=diff ============================================================================== --- struts/action/trunk/apps/blank/project.xml (original) +++ struts/action/trunk/apps/blank/project.xml Thu Apr 6 07:39:46 2006 @@ -13,7 +13,7 @@ <dependency> <groupId>org.apache.struts.tiles</groupId> <artifactId>struts-tiles</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.0</version> <properties> <war.bundle>true</war.bundle> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]