Author: jmitchell
Date: Wed Apr  5 20:47:12 2006
New Revision: 391892

URL: http://svn.apache.org/viewcvs?rev=391892&view=rev
Log:
artifactId is the preferred tag for identification and groupId/artifactId is 
the preferred tag for dependencies

Modified:
    struts/shale/trunk/build/core-library/project.xml
    struts/shale/trunk/build/spring/project.xml
    struts/shale/trunk/build/tiles/project.xml

Modified: struts/shale/trunk/build/core-library/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.xml?rev=391892&r1=391891&r2=391892&view=diff
==============================================================================
--- struts/shale/trunk/build/core-library/project.xml (original)
+++ struts/shale/trunk/build/core-library/project.xml Wed Apr  5 20:47:12 2006
@@ -20,7 +20,7 @@
 
 <project>
   <extend>../project.xml</extend>
-  <id>shale-core</id>
+  <artifactId>shale-core</artifactId>
   <name>Shale Core Library</name>
 
   <siteAddress>people.apache.org</siteAddress>

Modified: struts/shale/trunk/build/spring/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.xml?rev=391892&r1=391891&r2=391892&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/project.xml (original)
+++ struts/shale/trunk/build/spring/project.xml Wed Apr  5 20:47:12 2006
@@ -20,7 +20,7 @@
 
 <project>
   <extend>../project.xml</extend>
-  <id>shale-spring</id>
+  <artifactId>shale-spring</artifactId>
   <name>Shale Spring Integration</name>
 
   <siteAddress>people.apache.org</siteAddress>

Modified: struts/shale/trunk/build/tiles/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.xml?rev=391892&r1=391891&r2=391892&view=diff
==============================================================================
--- struts/shale/trunk/build/tiles/project.xml (original)
+++ struts/shale/trunk/build/tiles/project.xml Wed Apr  5 20:47:12 2006
@@ -20,7 +20,7 @@
 
 <project>
   <extend>../project.xml</extend>
-  <id>shale-tiles</id>
+  <artifactId>shale-tiles</artifactId>
   <name>Shale Tiles Integration</name>
 
   <!-- Gump integration -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to