You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/06 16:39:49 UTC

svn commit: r391996 - /struts/action/trunk/apps/blank/project.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org