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 -->
|
<!-- @todo: is any of this too CVS specific? Investigate other SCMs -->
|
||||||
<class>
|
<class>
|
||||||
<name>Branch</name>
|
<name>Branch</name>
|
||||||
<version>3.0.0+</version>
|
<version>3.0.0</version>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
This element describes each of the branches of the
|
This element describes each of the branches of the
|
||||||
project. Each branch is described by a
|
project. Each branch is described by a
|
||||||
|
@ -524,7 +524,7 @@
|
||||||
<fields>
|
<fields>
|
||||||
<field>
|
<field>
|
||||||
<name>tag</name>
|
<name>tag</name>
|
||||||
<version>3.0.0+</version>
|
<version>3.0.0</version>
|
||||||
<required>true</required>
|
<required>true</required>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
The branch tag in the version control system
|
The branch tag in the version control system
|
||||||
|
@ -534,24 +534,6 @@
|
||||||
]]></description>
|
]]></description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</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>
|
</fields>
|
||||||
</class>
|
</class>
|
||||||
<class>
|
<class>
|
||||||
|
|
Loading…
Reference in New Issue