]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Release 8.3.0-RC.2
authorMichael Ritter <mikejritter@users.noreply.github.com>
Tue, 24 Feb 2026 20:36:41 +0000 (13:36 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 20:36:41 +0000 (13:36 -0700)
build.properties
cspace-ui/anthro/build.properties
cspace-ui/fcart/build.properties
cspace-ui/lhmc/build.properties
cspace-ui/materials/build.properties
cspace-ui/publicart/build.properties
pom.xml

index f622b3fe4f09f87842bfe2fb0ddeef2050582fd8..c4d2a8b259d22b037b5407c8e67b1b8d55d57f74 100644 (file)
@@ -9,7 +9,7 @@ host=127.0.0.1
 #
 # Release version info
 #
-release.version=8.3.0-RC.1
+release.version=8.3.0-RC.2
 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-rc1.0
+cspace.ui.version=10.2.0-rc2.0
 cspace.ui.build.branch=develop
 cspace.ui.build.node.ver=20
 service.ui.library.name=${cspace.ui.library.name}-service
@@ -35,7 +35,7 @@ service.ui.library.name=${cspace.ui.library.name}-service
 # Public browser settings
 cspace.public.browser.package.name=@collectionspace/cspace-public-browser
 cspace.public.browser.library.name=cspacePublicBrowser
-cspace.public.browser.version=3.5.0-rc1.0
+cspace.public.browser.version=3.5.0
 cspace.public.browser.build.branch=main
 cspace.public.browser.build.node.ver=20
 
index 242e2b1b2e10fe323c7be5395f11db5250325bd3..6918948acf3e703caf389aef029d1a89b4c311ab 100644 (file)
@@ -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.2.0-rc1.0
+tenant.ui.profile.plugin.version=9.2.0
 tenant.ui.profile.plugin.build.branch=main
 
 # If not set, defaults to /gateway/${tenant.shortname} on the current host.
index 0311496c2f4e9e1a32dac1cf742c0366475d4963..c8a03e304764cce9d78560ae3ac79b9444806b7f 100644 (file)
@@ -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
+tenant.ui.profile.plugin.version=8.2.0
 tenant.ui.profile.plugin.build.branch=main
 
 # If not set, defaults to /gateway/${tenant.shortname} on the current host.
index 45a7f0baac5a17c651797b0a9473523e8164f9f0..857817307034bf42cf1aa94b343deae1d85a9758 100644 (file)
@@ -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
+tenant.ui.profile.plugin.version=8.2.0
 tenant.ui.profile.plugin.build.branch=main
 
 # If not set, defaults to /gateway/${tenant.shortname} on the current host.
index 3487aec9587b0f789bc03b4a9a349a3cdda67f06..99ee15044075f98f40a4f8bd8aa4b7821a706456 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.0.1
+tenant.ui.profile.plugin.version=4.1.0
 tenant.ui.profile.plugin.build.branch=main
 
 # If not set, defaults to /gateway/${tenant.shortname} on the current host.
index ebe204ca639aa10d4717e42a4f32f15cb1cc66e1..22bf16f80bcc49b2881d2210c4604bd1c31d051f 100644 (file)
@@ -3,7 +3,7 @@ tenant.ui.basename=/cspace/${tenant.shortname}
 
 tenant.ui.profile.plugin.package.name=cspace-ui-plugin-profile-publicart
 tenant.ui.profile.plugin.library.name=cspaceUIPluginProfilePublicArt
-tenant.ui.profile.plugin.version=7.0.1
+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/pom.xml b/pom.xml
index 6e7ed0f7b87b7b1baa0a7cdc0f7c9c2361d28cc1..43a608f2ecf749ef518ac8254389e2c2c1aa4810 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <name>services</name>
 
        <properties>
-               <revision>8.3.0-RC.1</revision>
+               <revision>8.3.0-RC.2</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>