From 1ee00ed003537767fe39da7f6d70fa08ee88aca3 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Mon, 21 Aug 2023 20:14:50 -0400 Subject: [PATCH] Change release version to 8.0.0-SNAPSHOT. --- build.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index fc5cdffc8..a973faef5 100644 --- a/build.properties +++ b/build.properties @@ -9,7 +9,7 @@ host=127.0.0.1 # # Release version info # -release.version=7.2.0 +release.version=8.0.0-SNAPSHOT cspace.release=${release.version} cspace.instance.id=${env.CSPACE_INSTANCE_ID} diff --git a/pom.xml b/pom.xml index 868910274..194be9de2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ services - 7.2.0 + 8.0.0-SNAPSHOT UTF-8 ${revision} ${revision} -- 2.47.3