Author: jmitchell Date: Wed Jan 19 18:59:11 2005 New Revision: 125697 URL: http://svn.apache.org/viewcvs?view=rev&rev=125697 Log: fix reference to struts jar Modified: struts/taglib/trunk/project.xml
Modified: struts/taglib/trunk/project.xml Url: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?view=diff&rev=125697&p1=struts/taglib/trunk/project.xml&r1=125696&p2=struts/taglib/trunk/project.xml&r2=125697 ============================================================================== --- struts/taglib/trunk/project.xml (original) +++ struts/taglib/trunk/project.xml Wed Jan 19 18:59:11 2005 @@ -2,8 +2,9 @@ <project> <pomVersion>3</pomVersion> <id>struts-taglib</id> - <groupId>struts</groupId> + <name>Struts Taglibs</name> + <groupId>struts</groupId> <currentVersion>1.3.0-dev</currentVersion> <organization> @@ -21,7 +22,7 @@ </packageGroup> </packageGroups> - <shortDescription>JSP custom tags for use with Struts-core.</shortDescription> + <shortDescription>JSP custom tags for use with Struts.</shortDescription> <!-- <gumpRepositoryId></gumpRepositoryId> @@ -93,7 +94,7 @@ <dependency> <groupId>struts</groupId> - <artifactId>struts-core</artifactId> + <artifactId>struts</artifactId> <version>1.3.0-dev</version> <properties> <war.bundle>true</war.bundle> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
