You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/09 03:37:01 UTC

svn commit: r307338 - /maven/components/trunk/maven-model/maven.mdo

Author: brett
Date: Sat Oct  8 18:36:57 2005
New Revision: 307338

URL: http://svn.apache.org/viewcvs?rev=307338&view=rev
Log:
PR: MNG-707
add alias for organisation

Modified:
    maven/components/trunk/maven-model/maven.mdo

Modified: maven/components/trunk/maven-model/maven.mdo
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=307338&r1=307337&r2=307338&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Sat Oct  8 18:36:57 2005
@@ -448,6 +448,7 @@
             which the project belongs.  These attributes are utilized when
             documentation is created (for copyright notices and links).
           ]]></description>
+          <alias>organisation</alias>
           <association>
             <type>Organization</type>
           </association>
@@ -1139,12 +1140,14 @@
         <!-- TODO: should this just be a single Organization element -->
         <field>
           <name>organization</name>
+          <alias>organisation</alias>
           <version>3.0.0+</version>
           <description><![CDATA[The organization to which the contributor belongs.]]></description>
           <type>String</type>
         </field>
         <field>
           <name>organizationUrl</name>
+          <alias>organisationUrl</alias>
           <version>3.0.0+</version>
           <description><![CDATA[The URL of the organization.]]></description>
           <type>String</type>