]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Prepare 8.3.0-RC.3 (#510)
authorSpiros Dimopulos <spiros@wantedpixel.com>
Thu, 5 Mar 2026 22:07:58 +0000 (00:07 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 22:07:58 +0000 (15:07 -0700)
* NO-JIRA: Prepare 8.3.0-RC.3
* NO-JIRA: updated changelog

CHANGELOG.md
build.properties
cspace-ui/materials/build.properties
pom.xml

index 2c63b78b7857efc799a19a681995c454505aab17..d93ac4ddb76483210286f3c5b0de1a41e699f24b 100644 (file)
@@ -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
 
index c4d2a8b259d22b037b5407c8e67b1b8d55d57f74..f3ea5222886beddcf884d5d39d7f53ca2837c650 100644 (file)
@@ -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
index 99ee15044075f98f40a4f8bd8aa4b7821a706456..b3e3d3b5db500ef0397b7d9e7557ed465578dd00 100644 (file)
@@ -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 43a608f2ecf749ef518ac8254389e2c2c1aa4810..bca0e4f30ea6340c189653168f19abfbcf089e64 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>