From bb9ea380a1205322ad9539e7b5dbf42adbb93b59 Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Thu, 19 Mar 2026 03:05:50 -0600 Subject: [PATCH] Update for 8.3.0 (#513) --- build.properties | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index f3ea52228..dd3cfed77 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.3 +release.version=8.3.0 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-rc3.0 +cspace.ui.version=10.2.0 cspace.ui.build.branch=develop cspace.ui.build.node.ver=20 service.ui.library.name=${cspace.ui.library.name}-service diff --git a/pom.xml b/pom.xml index bca0e4f30..1f1cab803 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 8.3.0-RC.3 + 8.3.0 UTF-8 ${revision} ${revision} -- 2.47.3