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:55:54 UTC

svn commit: r125695 - /struts/el/trunk/project.xml

Author: jmitchell
Date: Wed Jan 19 18:55:51 2005
New Revision: 125695

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

Modified: struts/el/trunk/project.xml
Url: http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?view=diff&rev=125695&p1=struts/el/trunk/project.xml&r1=125694&p2=struts/el/trunk/project.xml&r2=125695
==============================================================================
--- struts/el/trunk/project.xml	(original)
+++ struts/el/trunk/project.xml	Wed Jan 19 18:55:51 2005
@@ -1,8 +1,9 @@
 <?xml version="1.0"?>
 <project>
   <pomVersion>3</pomVersion>
-  <name>struts-el</name>
   <id>struts-el</id>
+
+  <name>struts-el</name>
   <groupId>struts</groupId>
   <currentVersion>1.3.0-dev</currentVersion>
   <inceptionYear>2003</inceptionYear>
@@ -64,7 +65,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