You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/05/25 01:24:30 UTC

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

Author: evenisse
Date: Tue May 24 16:24:30 2005
New Revision: 178317

URL: http://svn.apache.org/viewcvs?rev=178317&view=rev
Log:
Add tag to scm part

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=178317&r1=178316&r2=178317&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Tue May 24 16:24:30 2005
@@ -1729,6 +1729,15 @@
           <type>String</type>
         </field>
         <field>
+          <name>tag</name>
+          <version>4.0.0</version>
+          <description><![CDATA[
+            The tag of current code. By default, it's set to HEAD during development.
+          ]]></description>
+          <type>String</type>
+          <defaultValue>HEAD</defaultValue>
+        </field>
+        <field>
           <name>url</name>
           <version>4.0.0</version>
           <description><![CDATA[The URL to the project's browsable CVS repository.]]></description>



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