Revision 8555
Added by ben leinfelder almost 11 years ago
metacat.properties | ||
---|---|---|
22 | 22 |
############### Application Values ############ |
23 | 23 |
|
24 | 24 |
## one of the few places where we use ANT tokens |
25 |
application.metacatVersion=2.3.1
|
|
25 |
application.metacatVersion=2.4.0
|
|
26 | 26 |
application.metacatReleaseInfo=-1 |
27 | 27 |
|
28 | 28 |
application.deployDir= |
... | ... | |
86 | 86 |
database.upgradeVersion.2.2.1=upgrade-db-to-2.2.1 |
87 | 87 |
database.upgradeVersion.2.3.0=upgrade-db-to-2.3.0 |
88 | 88 |
database.upgradeVersion.2.3.1=upgrade-db-to-2.3.1 |
89 |
database.upgradeVersion.2.4.0=upgrade-db-to-2.4.0 |
|
89 | 90 |
## for running java-based utilities |
90 | 91 |
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0 |
91 | 92 |
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0 |
... | ... | |
639 | 640 |
|
640 | 641 |
############# Index Section ########################################### |
641 | 642 |
#The md5 hash numbers for the schema.xml in previous releases. It should be sperator by ';' if it has multiple values. |
642 |
index.schema.previous.hash=714457a3cdd05e034e5df46589b3bfa9 |
|
643 |
index.schema.previous.hash=714457a3cdd05e034e5df46589b3bfa9;ba7dc67bbf749b02e03d7b7cc6a31def;ebf5b20f9cd18d31c3a6057749ba9397
|
|
643 | 644 |
#The md5 hash number for the schema.xml in this release |
644 |
index.schema.current.hash=ba7dc67bbf749b02e03d7b7cc6a31def
|
|
645 |
index.schema.current.hash=ebf5b20f9cd18d31c3a6057749ba9397
|
|
645 | 646 |
index.context=metacat-index |
646 | 647 |
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms |
647 | 648 |
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat. |
Also available in: Unified diff
use v2.4.0 for documentation and upgrade scripts.