From 5dfc7f1b5cce44221dbaa751f4b461f5118e8e06 Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Mon, 30 Jun 2025 13:03:53 -0600 Subject: [PATCH] Update version to 8.3.0-SNAPSHOT (#472) --- build.properties | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.properties b/build.properties index 8e1afaa6a..93874461f 100644 --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ host=127.0.0.1 # # Release version info # -release.version=8.2.0 +release.version=8.3.0-SNAPSHOT cspace.release=${release.version} cspace.instance.id=${env.CSPACE_INSTANCE_ID} @@ -28,7 +28,7 @@ cspace.im.root= cspace.ui.package.name=cspace-ui cspace.ui.library.name=cspaceUI cspace.ui.version=10.1.0 -cspace.ui.build.branch=main +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 85c1ab803..8d5b5421a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 8.2.0 + 8.3.0-SNAPSHOT UTF-8 ${revision} ${revision} -- 2.47.3