From 2558ec311b70e8a482d7b16ca68b9520bf4449b9 Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Fri, 27 Jun 2025 14:38:19 -0600 Subject: [PATCH] Update Release Version to 8.2.0 (#471) * Update cspace-ui and plugin release versions * Change release version to 8.2.0 --- build.properties | 4 ++-- cspace-ui/anthro/build.properties | 2 +- cspace-ui/bonsai/build.properties | 2 +- cspace-ui/fcart/build.properties | 2 +- cspace-ui/lhmc/build.properties | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.properties b/build.properties index 5b40435e1..8e1afaa6a 100644 --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ host=127.0.0.1 # # Release version info # -release.version=8.2.0-SNAPSHOT +release.version=8.2.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.1.0-rc.0 +cspace.ui.version=10.1.0 cspace.ui.build.branch=main cspace.ui.build.node.ver=20 service.ui.library.name=${cspace.ui.library.name}-service diff --git a/cspace-ui/anthro/build.properties b/cspace-ui/anthro/build.properties index 378340b0d..ba0a85fc8 100644 --- a/cspace-ui/anthro/build.properties +++ b/cspace-ui/anthro/build.properties @@ -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.1.0-rc.0 +tenant.ui.profile.plugin.version=9.1.0 tenant.ui.profile.plugin.build.branch=main # If not set, defaults to /gateway/${tenant.shortname} on the current host. diff --git a/cspace-ui/bonsai/build.properties b/cspace-ui/bonsai/build.properties index 9b35b13c2..ddccc4ad7 100644 --- a/cspace-ui/bonsai/build.properties +++ b/cspace-ui/bonsai/build.properties @@ -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-rc.0 +tenant.ui.profile.plugin.version=7.1.0 tenant.ui.profile.plugin.build.branch=main # If not set, defaults to /gateway/${tenant.shortname} on the current host. diff --git a/cspace-ui/fcart/build.properties b/cspace-ui/fcart/build.properties index dbad8a6f7..0311496c2 100644 --- a/cspace-ui/fcart/build.properties +++ b/cspace-ui/fcart/build.properties @@ -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.1.0-rc.0 +tenant.ui.profile.plugin.version=8.1.0 tenant.ui.profile.plugin.build.branch=main # If not set, defaults to /gateway/${tenant.shortname} on the current host. diff --git a/cspace-ui/lhmc/build.properties b/cspace-ui/lhmc/build.properties index df7714bad..45a7f0baa 100644 --- a/cspace-ui/lhmc/build.properties +++ b/cspace-ui/lhmc/build.properties @@ -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.1.0-rc.0 +tenant.ui.profile.plugin.version=8.1.0 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 0f2ff450d..85c1ab803 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 8.2.0-SNAPSHOT + 8.2.0 UTF-8 ${revision} ${revision} -- 2.47.3