mirror of https://github.com/apache/archiva.git
[MRM-1157]
o added back identifier fields in archiva model git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@776598 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
135e4e7c15
commit
1cc84d7fdc
|
@ -1449,6 +1449,7 @@
|
|||
<fields>
|
||||
<field stash.maxSize="250">
|
||||
<name>name</name>
|
||||
<identifier>true</identifier>
|
||||
<version>1.0.0+</version>
|
||||
<description><![CDATA[The full name of the organization.]]></description>
|
||||
<type>String</type>
|
||||
|
@ -1543,6 +1544,7 @@
|
|||
<fields>
|
||||
<field stash.maxSize="250">
|
||||
<name>url</name>
|
||||
<identifier>true</identifier>
|
||||
<version>1.0.0+</version>
|
||||
<description><![CDATA[URL for the issue management system used by the project.]]></description>
|
||||
<type>String</type>
|
||||
|
@ -1571,6 +1573,7 @@
|
|||
<field stash.maxSize="250">
|
||||
<name>url</name>
|
||||
<version>1.0.0+</version>
|
||||
<identifier>true</identifier>
|
||||
<description>
|
||||
<![CDATA[URL for the continuous integration system used by the project if it has a web interface.]]></description>
|
||||
<type>String</type>
|
||||
|
@ -1604,6 +1607,7 @@
|
|||
<fields>
|
||||
<field stash.maxSize="250">
|
||||
<name>email</name>
|
||||
<identifier>true</identifier>
|
||||
<version>1.0.0+</version>
|
||||
<description><![CDATA[The email address of the individual.]]></description>
|
||||
<type>String</type>
|
||||
|
|
Loading…
Reference in New Issue