mirror of https://github.com/apache/maven.git
clean up MDO
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88d5980430
commit
a8dcdec844
|
@ -514,7 +514,7 @@
|
|||
<!-- @todo: is any of this too CVS specific? Investigate other SCMs -->
|
||||
<class>
|
||||
<name>Branch</name>
|
||||
<version>3.0.0+</version>
|
||||
<version>3.0.0</version>
|
||||
<description><![CDATA[
|
||||
This element describes each of the branches of the
|
||||
project. Each branch is described by a
|
||||
|
@ -524,7 +524,7 @@
|
|||
<fields>
|
||||
<field>
|
||||
<name>tag</name>
|
||||
<version>3.0.0+</version>
|
||||
<version>3.0.0</version>
|
||||
<required>true</required>
|
||||
<description><![CDATA[
|
||||
The branch tag in the version control system
|
||||
|
@ -534,24 +534,6 @@
|
|||
]]></description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>description</name>
|
||||
<version>4.0.0</version>
|
||||
<description><![CDATA[
|
||||
A description of the branch and its strategy.
|
||||
]]></description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>lastMergeTag</name>
|
||||
<version>4.0.0</version>
|
||||
<description><![CDATA[
|
||||
This is the tag in the version control system that was last used
|
||||
to merge from the branch to the current codebase. Future merges
|
||||
should merge only the changes from this tag to the next.
|
||||
]]></description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
</fields>
|
||||
</class>
|
||||
<class>
|
||||
|
|
Loading…
Reference in New Issue