]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Update Release Version to 8.2.0 (#471)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Fri, 27 Jun 2025 20:38:19 +0000 (14:38 -0600)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 20:38:19 +0000 (14:38 -0600)
* Update cspace-ui and plugin release versions
* Change release version to 8.2.0

build.properties
cspace-ui/anthro/build.properties
cspace-ui/bonsai/build.properties
cspace-ui/fcart/build.properties
cspace-ui/lhmc/build.properties
pom.xml

index 5b40435e117174627021dcf3a2ea4e1efab7fe39..8e1afaa6a28843904bcc0071d15d885e24522107 100644 (file)
@@ -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
index 378340b0d0aecb8cf95e8a60d92ff1ceed1d0606..ba0a85fc896b6fdcebdd31de7137fed731be6dc2 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.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.
index 9b35b13c26a2122bac86df4b7ea93e267064ae7d..ddccc4ad7c8f4ae68c1dd7cbf7906746e1e28f6c 100644 (file)
@@ -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.
index dbad8a6f703c058b6ee2743321f33e64c6bf6f57..0311496c2f4e9e1a32dac1cf742c0366475d4963 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-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.
index df7714badf11fee88ac0c10798e45839be825a83..45a7f0baac5a17c651797b0a9473523e8164f9f0 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-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 0f2ff450d95125e3ad13093b49ffa2acba6a6fce..85c1ab8032af1eb1d4fe5ca8fb4b5eaa611a0752 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <name>services</name>
 
        <properties>
-               <revision>8.2.0-SNAPSHOT</revision>
+               <revision>8.2.0</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>