From fe492fae9d499fd547de9827d6f4d65e78f607f4 Mon Sep 17 00:00:00 2001 From: spiros dimopulos Date: Thu, 5 Mar 2026 12:20:56 +0200 Subject: [PATCH 1/2] NO-JIRA: Prepare 8.3.0-RC.3 --- build.properties | 4 ++-- cspace-ui/materials/build.properties | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.properties b/build.properties index c4d2a8b259..f3ea522288 100644 --- a/build.properties +++ b/build.properties @@ -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} @@ -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 diff --git a/cspace-ui/materials/build.properties b/cspace-ui/materials/build.properties index 99ee150440..b3e3d3b5db 100644 --- a/cspace-ui/materials/build.properties +++ b/cspace-ui/materials/build.properties @@ -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. diff --git a/pom.xml b/pom.xml index 43a608f2ec..bca0e4f30e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 8.3.0-RC.2 + 8.3.0-RC.3 UTF-8 ${revision} ${revision} From f2ca1bae155acb90a9d9ad264c392a22f055ca0a Mon Sep 17 00:00:00 2001 From: spiros dimopulos Date: Thu, 5 Mar 2026 12:31:20 +0200 Subject: [PATCH 2/2] NO-JIRA: updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c63b78b78..d93ac4ddb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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