Skip to content
Merged
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Add contentPlaces, materialTechniqueDescription to ES mappings
* Add blob alt text to media responses
* Remove cspace_english namespace search
* Media Handling: Remove any query parameters from file name created, after uploading external media files

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ host=127.0.0.1
#
# Release version info
#
release.version=8.3.0-RC.2
release.version=8.3.0-RC.3
cspace.release=${release.version}
cspace.instance.id=${env.CSPACE_INSTANCE_ID}

Expand All @@ -27,7 +27,7 @@ cspace.im.root=
# UI settings
cspace.ui.package.name=cspace-ui
cspace.ui.library.name=cspaceUI
cspace.ui.version=10.2.0-rc2.0
cspace.ui.version=10.2.0-rc3.0
cspace.ui.build.branch=develop
cspace.ui.build.node.ver=20
service.ui.library.name=${cspace.ui.library.name}-service
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.0
tenant.ui.profile.plugin.version=4.1.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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>services</name>

<properties>
<revision>8.3.0-RC.2</revision>
<revision>8.3.0-RC.3</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cspace.services.version>${revision}</cspace.services.version>
<cspace.services.client.version>${revision}</cspace.services.client.version>
Expand Down