Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ cspace.im.root=
# UI settings
cspace.ui.package.name=cspace-ui
cspace.ui.library.name=cspaceUI
cspace.ui.version=10.2.0
cspace.ui.version=10.2
cspace.ui.build.branch=develop
cspace.ui.build.node.ver=20
service.ui.library.name=${cspace.ui.library.name}-service

# Public browser settings
cspace.public.browser.package.name=@collectionspace/cspace-public-browser
cspace.public.browser.library.name=cspacePublicBrowser
cspace.public.browser.version=3.5.0
cspace.public.browser.version=3.5
cspace.public.browser.build.branch=main
cspace.public.browser.build.node.ver=20

Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/anthro/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-anthro
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileAnthro
tenant.ui.profile.plugin.version=9.2.0
tenant.ui.profile.plugin.version=9.2
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/bonsai/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-bonsai
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileBonsai
tenant.ui.profile.plugin.version=7.1.0
tenant.ui.profile.plugin.version=7.1
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/botgarden/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-botgarden
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileBotGarden
tenant.ui.profile.plugin.version=4.0.0
tenant.ui.profile.plugin.version=4.0
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/fcart/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-fcart
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileFCart
tenant.ui.profile.plugin.version=8.2.0
tenant.ui.profile.plugin.version=8.2
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/herbarium/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-herbarium
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileHerbarium
tenant.ui.profile.plugin.version=3.0.0
tenant.ui.profile.plugin.version=3.0
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/lhmc/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-lhmc
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileLHMC
tenant.ui.profile.plugin.version=8.2.0
tenant.ui.profile.plugin.version=8.2
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/materials/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-materials
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfileMaterials
tenant.ui.profile.plugin.version=4.1.1
tenant.ui.profile.plugin.version=4.1
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
2 changes: 1 addition & 1 deletion cspace-ui/publicart/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}

tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-publicart
tenant.ui.profile.plugin.library.name=cspaceUIPluginProfilePublicArt
tenant.ui.profile.plugin.version=7.1.0
tenant.ui.profile.plugin.version=7.1
tenant.ui.profile.plugin.build.branch=main

# If not set, defaults to /gateway/${tenant.shortname} on the current host.
Expand Down
Loading