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 2005/11/27 07:30:52 UTC

svn commit: r349186 - /struts/action/branches/STRUTS_1_2_BRANCH/project.xml

Author: wsmoak
Date: Sat Nov 26 22:30:43 2005
New Revision: 349186

URL: http://svn.apache.org/viewcvs?rev=349186&view=rev
Log:
Use 'groupId' and 'artifactId' instead of 'id' alone.

Modified:
    struts/action/branches/STRUTS_1_2_BRANCH/project.xml

Modified: struts/action/branches/STRUTS_1_2_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/project.xml?rev=349186&r1=349185&r2=349186&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/project.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/project.xml Sat Nov 26 22:30:43 2005
@@ -2,7 +2,8 @@
 <project>
   <pomVersion>3</pomVersion>
   <name>struts</name>
-  <id>struts</id>
+  <groupId>struts</groupId>
+  <artifactId>struts</artifactId>
   <currentVersion>1.2.8</currentVersion>
   <organization>
     <name>The Apache Software Foundation</name>



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