]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Update for 8.3.0 (#513)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Thu, 19 Mar 2026 09:05:50 +0000 (03:05 -0600)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 09:05:50 +0000 (11:05 +0200)
build.properties
pom.xml

index f3ea5222886beddcf884d5d39d7f53ca2837c650..dd3cfed77e65bd9d2bcfa51bba13f99cef25c478 100644 (file)
@@ -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 bca0e4f30ea6340c189653168f19abfbcf089e64..1f1cab8038437ebc279417a48f02ba343db8283c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <name>services</name>
 
        <properties>
-               <revision>8.3.0-RC.3</revision>
+               <revision>8.3.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>