You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/01/20 03:57:21 UTC

svn commit: r125696 - /struts/tiles/trunk/project.xml

Author: jmitchell
Date: Wed Jan 19 18:57:21 2005
New Revision: 125696

URL: http://svn.apache.org/viewcvs?view=rev&rev=125696
Log:
fix reference to struts jar
Modified:
   struts/tiles/trunk/project.xml

Modified: struts/tiles/trunk/project.xml
Url: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?view=diff&rev=125696&p1=struts/tiles/trunk/project.xml&r1=125695&p2=struts/tiles/trunk/project.xml&r2=125696
==============================================================================
--- struts/tiles/trunk/project.xml	(original)
+++ struts/tiles/trunk/project.xml	Wed Jan 19 18:57:21 2005
@@ -95,7 +95,7 @@
 
     <dependency>
       <groupId>struts</groupId>
-      <artifactId>struts-core</artifactId>
+      <artifactId>struts</artifactId>
       <version>1.3.0-dev</version>
       <url>http://jakarta.apache.org/struts/</url>
       <properties>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org