diff options
author | Brett Porter <brett@apache.org> | 2009-03-09 15:27:06 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-03-09 15:27:06 +0000 |
commit | fd62230483c9dd26c9b8344537a78d24b0d19d9f (patch) | |
tree | 7d60d6833257feb8f4af0687dfd52c4a905e5a74 /archiva-modules/archiva-base/archiva-model | |
parent | 1216a8534abf5790bda3091c38ecb281ca51cf89 (diff) | |
download | archiva-fd62230483c9dd26c9b8344537a78d24b0d19d9f.tar.gz archiva-fd62230483c9dd26c9b8344537a78d24b0d19d9f.zip |
[MRM-842] [MRM-836] correct the organization name and issue management URL in the database by not assigning them an automatically generated key as the identifier. We don't need these as identifiers, so simply remove
Submitted by: John Michael Luy
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@751709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-model')
-rw-r--r-- | archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml index 656b0e782..f8bfa38c4 100644 --- a/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml +++ b/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml @@ -1449,7 +1449,6 @@ <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> @@ -1544,7 +1543,6 @@ <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> @@ -1572,7 +1570,6 @@ <fields> <field stash.maxSize="250"> <name>url</name> - <identifier>true</identifier> <version>1.0.0+</version> <description> <![CDATA[URL for the continuous integration system used by the project if it has a web interface.]]></description> @@ -1607,7 +1604,6 @@ <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> |