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 2006/03/11 06:37:28 UTC

svn commit: r385014 - /struts/action/trunk/project.xml

Author: wsmoak
Date: Fri Mar 10 21:37:25 2006
New Revision: 385014

URL: http://svn.apache.org/viewcvs?rev=385014&view=rev
Log:
Use artifactId instead of id.  The groupId is inherited from build/project.xml.
Clean up whitespace in an attempt to get the changes plugin to work.

Modified:
    struts/action/trunk/project.xml

Modified: struts/action/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/project.xml?rev=385014&r1=385013&r2=385014&view=diff
==============================================================================
--- struts/action/trunk/project.xml (original)
+++ struts/action/trunk/project.xml Fri Mar 10 21:37:25 2006
@@ -20,7 +20,7 @@
 
 
     <extend>build/project.xml</extend>
-    <id>struts-action</id>
+    <artifactId>struts-action</artifactId>
     <name>Struts Action Framework</name>
 
 
@@ -45,10 +45,8 @@
     <siteDirectory>/www/struts.apache.org/struts-action/</siteDirectory>
 
     <repository>
-        <connection>
-            scm|svn|http|//svn.apache.org/repos/asf/struts/action/trunk</connection>
-        <developerConnection>
-            scm|svn|https|//svn.apache.org/repos/asf/struts/action/trunk</developerConnection>
+        <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/action/trunk</connection>
+        <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/action/trunk</developerConnection>
         <url>http://svn.apache.org/repos/asf/struts/action/trunk</url>
     </repository>
     <versions>



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