diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-07-28 07:17:36 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-07-28 07:17:36 +0000 |
commit | 0586f7bd5bb9c98a26c82c7ffd880859ed7ea5c0 (patch) | |
tree | 66759c6e3a1c52f094441634d61bd387619eb000 /archiva-modules | |
parent | 5e5fa749a240662560a74a983e2f6eae3fed9ff9 (diff) | |
download | archiva-0586f7bd5bb9c98a26c82c7ffd880859ed7ea5c0.tar.gz archiva-0586f7bd5bb9c98a26c82c7ffd880859ed7ea5c0.zip |
[MRM-1198] changed length of url fields from 250 to 1020
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml | 28 |
1 files changed, 14 insertions, 14 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 7a77aa31d..de08a8d7b 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 @@ -1178,7 +1178,7 @@ The timestamp when this model was indexed. </description> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>url</name> <identifier>false</identifier> <version>1.0.0+</version> @@ -1414,7 +1414,7 @@ <description>The email address to post to this mailing list.</description> <type>String</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>mainArchiveUrl</name> <version>1.0.0+</version> <description>The url to the archive for this mailing list.</description> @@ -1461,13 +1461,13 @@ <description><![CDATA[The full name of the organization.]]></description> <type>String</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>url</name> <version>1.0.0+</version> <description><![CDATA[The URL to the organization's home page.]]></description> <type>String</type> </field> - <field stash.maxSize="250" + <field stash.maxSize="1020" jpox.column="FAVICON_URL"> <name>favicon</name> <version>1.0.0+</version> @@ -1516,7 +1516,7 @@ <description><![CDATA[The full legal name of the license.]]></description> <type>String</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>url</name> <version>1.0.0+</version> <description><![CDATA[The official url for the license text.]]></description> @@ -1557,7 +1557,7 @@ we cannot unset this as the identifier and we cannot rename this as well.]]></description> <type>String</type> </field> - <field stash.maxSize="250" null-value="default"> + <field stash.maxSize="1020" null-value="default"> <name>issueManagementUrl</name> <version>1.2.1+</version> <description><![CDATA[URL for the issue management system used by the project.]]></description> @@ -1593,7 +1593,7 @@ we cannot unset this as the identifier and we cannot rename this as well.]]></description> <type>String</type> </field> - <field stash.maxSize="250" null-value="default"> + <field stash.maxSize="1020" null-value="default"> <name>ciUrl</name> <version>1.2.1+</version> <description> @@ -1663,7 +1663,7 @@ </description> <type>boolean</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>url</name> <version>1.0.0+</version> <description><![CDATA[The URL for the homepage of the individual.]]></description> @@ -1677,7 +1677,7 @@ <description><![CDATA[The organization to which the individual belongs.]]></description> <type>String</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>organizationUrl</name> <alias>organisationUrl</alias> <version>1.0.0+</version> @@ -1806,7 +1806,7 @@ <type>boolean</type> <!-- <defaultValue>false</defaultValue> --> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>url</name> <version>1.0.0+</version> <description><![CDATA[ @@ -1953,7 +1953,7 @@ <name>Scm</name> <version>1.0.0+</version> <fields> - <field stash.maxSize="250" jpox.column="SCM_URL"> + <field stash.maxSize="1020" jpox.column="SCM_URL"> <name>connection</name> <version>1.0.0+</version> <description><![CDATA[ @@ -1966,7 +1966,7 @@ ]]></description> <type>String</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>developerConnection</name> <version>1.0.0+</version> <description><![CDATA[ @@ -1975,7 +1975,7 @@ ]]></description> <type>String</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>url</name> <version>1.0.0+</version> <description> @@ -2014,7 +2014,7 @@ ]]></description> <type>String</type> </field> - <field stash.maxSize="250"> + <field stash.maxSize="1020"> <name>url</name> <version>1.0.0+</version> <description><![CDATA[ |