]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Update version to 8.3.0-SNAPSHOT (#472)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Mon, 30 Jun 2025 19:03:53 +0000 (13:03 -0600)
committerGitHub <noreply@github.com>
Mon, 30 Jun 2025 19:03:53 +0000 (13:03 -0600)
build.properties
pom.xml

index 8e1afaa6a28843904bcc0071d15d885e24522107..93874461f0581350d2f3dd256fca5f5ad1c4b8a4 100644 (file)
@@ -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 85c1ab8032af1eb1d4fe5ca8fb4b5eaa611a0752..8d5b5421aa92f0f0179e8ae9e651258d326310ea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
        <name>services</name>
 
        <properties>
-               <revision>8.2.0</revision>
+               <revision>8.3.0-SNAPSHOT</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>