mirror of https://github.com/apache/maven.git
o I want to be able to read/write the <currentVersion/> element but I
want everything delegated to the version field, so for lack of a better term I made the <delegateTo> element for modello to shunt control of one field to another. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
803587943d
commit
dd24911520
|
@ -58,6 +58,12 @@
|
|||
<description>Human readable name of the project.</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>currentVersion</name>
|
||||
<description>The current version of the project.</description>
|
||||
<type>String</type>
|
||||
<delegateTo>version</delegateTo>
|
||||
</field>
|
||||
<field>
|
||||
<name>version</name>
|
||||
<description>The current version of the project.</description>
|
||||
|
|
Loading…
Reference in New Issue